Class ComponentInstance
- java.lang.Object
-
- org.accellera.SPIRIT_1685_2009_VE.ComponentInstance
-
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2024-11-14T04:42:58Z") public class ComponentInstance 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}componentInstance"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected ComponentInstancePowerDef
componentInstancePowerDef
protected WireInstancePowerDefs
wireInstancePowerDefs
-
Constructor Summary
Constructors Constructor Description ComponentInstance()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ComponentInstancePowerDef
getComponentInstancePowerDef()
Gets the value of the componentInstancePowerDef property.WireInstancePowerDefs
getWireInstancePowerDefs()
Gets the value of the wireInstancePowerDefs property.void
setComponentInstancePowerDef(ComponentInstancePowerDef value)
Sets the value of the componentInstancePowerDef property.void
setWireInstancePowerDefs(WireInstancePowerDefs value)
Sets the value of the wireInstancePowerDefs property.
-
-
-
Field Detail
-
componentInstancePowerDef
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2024-11-14T04:42:58Z") protected ComponentInstancePowerDef componentInstancePowerDef
-
wireInstancePowerDefs
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2024-11-14T04:42:58Z") protected WireInstancePowerDefs wireInstancePowerDefs
-
-
Method Detail
-
getComponentInstancePowerDef
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2024-11-14T04:42:58Z") public ComponentInstancePowerDef getComponentInstancePowerDef()
Gets the value of the componentInstancePowerDef property.- Returns:
- possible object is
ComponentInstancePowerDef
-
setComponentInstancePowerDef
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2024-11-14T04:42:58Z") public void setComponentInstancePowerDef(ComponentInstancePowerDef value)
Sets the value of the componentInstancePowerDef property.- Parameters:
value
- allowed object isComponentInstancePowerDef
-
getWireInstancePowerDefs
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2024-11-14T04:42:58Z") public WireInstancePowerDefs getWireInstancePowerDefs()
Gets the value of the wireInstancePowerDefs property.- Returns:
- possible object is
WireInstancePowerDefs
-
setWireInstancePowerDefs
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2024-11-14T04:42:58Z") public void setWireInstancePowerDefs(WireInstancePowerDefs value)
Sets the value of the wireInstancePowerDefs property.- Parameters:
value
- allowed object isWireInstancePowerDefs
-
-