Package org.accellera.IPXACT_1685_2014
Class CellSpecification
- java.lang.Object
-
- org.accellera.IPXACT_1685_2014.CellSpecification
-
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:58Z") public class CellSpecification 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"> <choice> <element name="cellFunction"> <complexType> <simpleContent> <extension base="<http://www.accellera.org/XMLSchema/IPXACT/1685-2014>cellFunctionValueType"> <attribute name="other" type="{http://www.w3.org/2001/XMLSchema}token" /> </extension> </simpleContent> </complexType> </element> <element name="cellClass" type="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}cellClassValueType"/> </choice> <attribute name="cellStrength" type="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}cellStrengthValueType" /> </restriction> </complexContent> </complexType>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCellSpecification.CellFunctionJava class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected CellClassValueTypecellClassprotected CellSpecification.CellFunctioncellFunctionprotected CellStrengthValueTypecellStrength
-
Constructor Summary
Constructors Constructor Description CellSpecification()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CellClassValueTypegetCellClass()Gets the value of the cellClass property.CellSpecification.CellFunctiongetCellFunction()Gets the value of the cellFunction property.CellStrengthValueTypegetCellStrength()Gets the value of the cellStrength property.voidsetCellClass(CellClassValueType value)Sets the value of the cellClass property.voidsetCellFunction(CellSpecification.CellFunction value)Sets the value of the cellFunction property.voidsetCellStrength(CellStrengthValueType value)Sets the value of the cellStrength property.
-
-
-
Field Detail
-
cellFunction
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:58Z") protected CellSpecification.CellFunction cellFunction
-
cellClass
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:58Z") protected CellClassValueType cellClass
-
cellStrength
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:58Z") protected CellStrengthValueType cellStrength
-
-
Method Detail
-
getCellFunction
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:58Z") public CellSpecification.CellFunction getCellFunction()Gets the value of the cellFunction property.- Returns:
- possible object is
CellSpecification.CellFunction
-
setCellFunction
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:58Z") public void setCellFunction(CellSpecification.CellFunction value)Sets the value of the cellFunction property.- Parameters:
value- allowed object isCellSpecification.CellFunction
-
getCellClass
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:58Z") public CellClassValueType getCellClass()Gets the value of the cellClass property.- Returns:
- possible object is
CellClassValueType
-
setCellClass
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:58Z") public void setCellClass(CellClassValueType value)Sets the value of the cellClass property.- Parameters:
value- allowed object isCellClassValueType
-
getCellStrength
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:58Z") public CellStrengthValueType getCellStrength()Gets the value of the cellStrength property.- Returns:
- possible object is
CellStrengthValueType
-
setCellStrength
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:58Z") public void setCellStrength(CellStrengthValueType value)Sets the value of the cellStrength property.- Parameters:
value- allowed object isCellStrengthValueType
-
-