Class LogicalWire
- java.lang.Object
-
- org.accellera.SPIRIT_1685_2009_VE.LogicalWire
-
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2024-11-14T04:42:58Z") public class LogicalWire 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/POWER-1.0}logicalWire"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected LogicalWirePowerDefs
logicalWirePowerDefs
-
Constructor Summary
Constructors Constructor Description LogicalWire()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LogicalWirePowerDefs
getLogicalWirePowerDefs()
Gets the value of the logicalWirePowerDefs property.void
setLogicalWirePowerDefs(LogicalWirePowerDefs value)
Sets the value of the logicalWirePowerDefs property.
-
-
-
Field Detail
-
logicalWirePowerDefs
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2024-11-14T04:42:58Z") protected LogicalWirePowerDefs logicalWirePowerDefs
-
-
Method Detail
-
getLogicalWirePowerDefs
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2024-11-14T04:42:58Z") public LogicalWirePowerDefs getLogicalWirePowerDefs()
Gets the value of the logicalWirePowerDefs property.- Returns:
- possible object is
LogicalWirePowerDefs
-
setLogicalWirePowerDefs
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2024-11-14T04:42:58Z") public void setLogicalWirePowerDefs(LogicalWirePowerDefs value)
Sets the value of the logicalWirePowerDefs property.- Parameters:
value
- allowed object isLogicalWirePowerDefs
-
-