Class Wire
- java.lang.Object
-
- org.accellera.SPIRIT_1685_2009_VE.Wire
-
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:41:14Z") public class Wire extends java.lang.ObjectJava class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <group ref="{http://www.accellera.org/XMLSchema/SPIRIT/1685-2009-VE/CORE-1.0}wire"/> <group ref="{http://www.accellera.org/XMLSchema/SPIRIT/1685-2009-VE/AMS-1.0}wire"/> <group ref="{http://www.accellera.org/XMLSchema/SPIRIT/1685-2009-VE/PDP-1.0}wire"/> <group ref="{http://www.accellera.org/XMLSchema/SPIRIT/1685-2009-VE/POWER-1.0}wire"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected CombinationalPathscombinationalPathsprotected DomainTypeDefsdomainTypeDefsprotected java.util.List<Driver>driverprotected RegisterCountregisterCountprotected SignalTypeDefssignalTypeDefsprotected WirePowerDefswirePowerDefs
-
Constructor Summary
Constructors Constructor Description Wire()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CombinationalPathsgetCombinationalPaths()Gets the value of the combinationalPaths property.DomainTypeDefsgetDomainTypeDefs()Gets the value of the domainTypeDefs property.java.util.List<Driver>getDriver()Gets the value of the driver property.RegisterCountgetRegisterCount()Gets the value of the registerCount property.SignalTypeDefsgetSignalTypeDefs()Gets the value of the signalTypeDefs property.WirePowerDefsgetWirePowerDefs()Gets the value of the wirePowerDefs property.voidsetCombinationalPaths(CombinationalPaths value)Sets the value of the combinationalPaths property.voidsetDomainTypeDefs(DomainTypeDefs value)Sets the value of the domainTypeDefs property.voidsetRegisterCount(RegisterCount value)Sets the value of the registerCount property.voidsetSignalTypeDefs(SignalTypeDefs value)Sets the value of the signalTypeDefs property.voidsetWirePowerDefs(WirePowerDefs value)Sets the value of the wirePowerDefs property.
-
-
-
Field Detail
-
driver
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:41:14Z") protected java.util.List<Driver> driver
-
domainTypeDefs
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:41:14Z") protected DomainTypeDefs domainTypeDefs
-
signalTypeDefs
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:41:14Z") protected SignalTypeDefs signalTypeDefs
-
registerCount
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:41:14Z") protected RegisterCount registerCount
-
combinationalPaths
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:41:14Z") protected CombinationalPaths combinationalPaths
-
wirePowerDefs
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:41:14Z") protected WirePowerDefs wirePowerDefs
-
-
Method Detail
-
getDriver
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:41:14Z") public java.util.List<Driver> getDriver()Gets the value of the driver property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the driver property.For example, to add a new item, do as follows:
getDriver().add(newItem);Objects of the following type(s) are allowed in the list
Driver
-
getDomainTypeDefs
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:41:14Z") public DomainTypeDefs getDomainTypeDefs()Gets the value of the domainTypeDefs property.- Returns:
- possible object is
DomainTypeDefs
-
setDomainTypeDefs
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:41:14Z") public void setDomainTypeDefs(DomainTypeDefs value)Sets the value of the domainTypeDefs property.- Parameters:
value- allowed object isDomainTypeDefs
-
getSignalTypeDefs
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:41:14Z") public SignalTypeDefs getSignalTypeDefs()Gets the value of the signalTypeDefs property.- Returns:
- possible object is
SignalTypeDefs
-
setSignalTypeDefs
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:41:14Z") public void setSignalTypeDefs(SignalTypeDefs value)Sets the value of the signalTypeDefs property.- Parameters:
value- allowed object isSignalTypeDefs
-
getRegisterCount
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:41:14Z") public RegisterCount getRegisterCount()Gets the value of the registerCount property.- Returns:
- possible object is
RegisterCount
-
setRegisterCount
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:41:14Z") public void setRegisterCount(RegisterCount value)Sets the value of the registerCount property.- Parameters:
value- allowed object isRegisterCount
-
getCombinationalPaths
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:41:14Z") public CombinationalPaths getCombinationalPaths()Gets the value of the combinationalPaths property.- Returns:
- possible object is
CombinationalPaths
-
setCombinationalPaths
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:41:14Z") public void setCombinationalPaths(CombinationalPaths value)Sets the value of the combinationalPaths property.- Parameters:
value- allowed object isCombinationalPaths
-
getWirePowerDefs
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:41:14Z") public WirePowerDefs getWirePowerDefs()Gets the value of the wirePowerDefs property.- Returns:
- possible object is
WirePowerDefs
-
setWirePowerDefs
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:41:14Z") public void setWirePowerDefs(WirePowerDefs value)Sets the value of the wirePowerDefs property.- Parameters:
value- allowed object isWirePowerDefs
-
-