Class Wire
- java.lang.Object
-
- org.accellera.SPIRIT_1685_2009_VE.Wire
-
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2024-11-14T04:42:58Z") public class Wire extends java.lang.Object
Java 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 CombinationalPaths
combinationalPaths
protected DomainTypeDefs
domainTypeDefs
protected java.util.List<Driver>
driver
protected RegisterCount
registerCount
protected SignalTypeDefs
signalTypeDefs
protected WirePowerDefs
wirePowerDefs
-
Constructor Summary
Constructors Constructor Description Wire()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CombinationalPaths
getCombinationalPaths()
Gets the value of the combinationalPaths property.DomainTypeDefs
getDomainTypeDefs()
Gets the value of the domainTypeDefs property.java.util.List<Driver>
getDriver()
Gets the value of the driver property.RegisterCount
getRegisterCount()
Gets the value of the registerCount property.SignalTypeDefs
getSignalTypeDefs()
Gets the value of the signalTypeDefs property.WirePowerDefs
getWirePowerDefs()
Gets the value of the wirePowerDefs property.void
setCombinationalPaths(CombinationalPaths value)
Sets the value of the combinationalPaths property.void
setDomainTypeDefs(DomainTypeDefs value)
Sets the value of the domainTypeDefs property.void
setRegisterCount(RegisterCount value)
Sets the value of the registerCount property.void
setSignalTypeDefs(SignalTypeDefs value)
Sets the value of the signalTypeDefs property.void
setWirePowerDefs(WirePowerDefs value)
Sets the value of the wirePowerDefs property.
-
-
-
Field Detail
-
driver
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2024-11-14T04:42:58Z") protected java.util.List<Driver> driver
-
domainTypeDefs
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2024-11-14T04:42:58Z") protected DomainTypeDefs domainTypeDefs
-
signalTypeDefs
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2024-11-14T04:42:58Z") protected SignalTypeDefs signalTypeDefs
-
registerCount
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2024-11-14T04:42:58Z") protected RegisterCount registerCount
-
combinationalPaths
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2024-11-14T04:42:58Z") protected CombinationalPaths combinationalPaths
-
wirePowerDefs
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2024-11-14T04:42:58Z") protected WirePowerDefs wirePowerDefs
-
-
Method Detail
-
getDriver
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2024-11-14T04:42:58Z") 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 JAXB object. This is why there is not a
set
method 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 v2.3.8", date="2024-11-14T04:42:58Z") 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 v2.3.8", date="2024-11-14T04:42:58Z") 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 v2.3.8", date="2024-11-14T04:42:58Z") 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 v2.3.8", date="2024-11-14T04:42:58Z") 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 v2.3.8", date="2024-11-14T04:42:58Z") 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 v2.3.8", date="2024-11-14T04:42:58Z") 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 v2.3.8", date="2024-11-14T04:42:58Z") 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 v2.3.8", date="2024-11-14T04:42:58Z") 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 v2.3.8", date="2024-11-14T04:42:58Z") 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 v2.3.8", date="2024-11-14T04:42:58Z") public void setWirePowerDefs(WirePowerDefs value)
Sets the value of the wirePowerDefs property.- Parameters:
value
- allowed object isWirePowerDefs
-
-