Class Component
- java.lang.Object
-
- org.accellera.SPIRIT_1685_2009_VE.Component
-
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:43:06Z") public class Component 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}component"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected ComponentPowerDef
componentPowerDef
-
Constructor Summary
Constructors Constructor Description Component()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ComponentPowerDef
getComponentPowerDef()
Gets the value of the componentPowerDef property.void
setComponentPowerDef(ComponentPowerDef value)
Sets the value of the componentPowerDef property.
-
-
-
Field Detail
-
componentPowerDef
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:43:06Z") protected ComponentPowerDef componentPowerDef
-
-
Method Detail
-
getComponentPowerDef
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:43:06Z") public ComponentPowerDef getComponentPowerDef()
Gets the value of the componentPowerDef property.- Returns:
- possible object is
ComponentPowerDef
-
setComponentPowerDef
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:43:06Z") public void setComponentPowerDef(ComponentPowerDef value)
Sets the value of the componentPowerDef property.- Parameters:
value
- allowed object isComponentPowerDef
-
-