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 v2.3.8", date="2024-11-14T04:42:42Z") public class CellSpecification 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"> <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 class
CellSpecification.CellFunction
Java class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected CellClassValueType
cellClass
protected CellSpecification.CellFunction
cellFunction
protected CellStrengthValueType
cellStrength
-
Constructor Summary
Constructors Constructor Description CellSpecification()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CellClassValueType
getCellClass()
Gets the value of the cellClass property.CellSpecification.CellFunction
getCellFunction()
Gets the value of the cellFunction property.CellStrengthValueType
getCellStrength()
Gets the value of the cellStrength property.void
setCellClass(CellClassValueType value)
Sets the value of the cellClass property.void
setCellFunction(CellSpecification.CellFunction value)
Sets the value of the cellFunction property.void
setCellStrength(CellStrengthValueType value)
Sets the value of the cellStrength property.
-
-
-
Field Detail
-
cellFunction
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2024-11-14T04:42:42Z") protected CellSpecification.CellFunction cellFunction
-
cellClass
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2024-11-14T04:42:42Z") protected CellClassValueType cellClass
-
cellStrength
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2024-11-14T04:42:42Z") protected CellStrengthValueType cellStrength
-
-
Method Detail
-
getCellFunction
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2024-11-14T04:42:42Z") 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 v2.3.8", date="2024-11-14T04:42:42Z") 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 v2.3.8", date="2024-11-14T04:42:42Z") 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 v2.3.8", date="2024-11-14T04:42:42Z") 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 v2.3.8", date="2024-11-14T04:42:42Z") 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 v2.3.8", date="2024-11-14T04:42:42Z") public void setCellStrength(CellStrengthValueType value)
Sets the value of the cellStrength property.- Parameters:
value
- allowed object isCellStrengthValueType
-
-