Class CellSpecification
- java.lang.Object
-
- org.spiritconsortium.SPIRIT_1685_2009.CellSpecification
-
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:54Z") 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.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009>cellFunctionValueType"> <attribute ref="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}cellStrength"/> </extension> </simpleContent> </complexType> </element> <element name="cellClass"> <complexType> <simpleContent> <extension base="<http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009>cellClassValueType"> <attribute ref="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}cellStrength"/> </extension> </simpleContent> </complexType> </element> </choice> </restriction> </complexContent> </complexType>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCellSpecification.CellClassJava class for anonymous complex type.static classCellSpecification.CellFunctionJava class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected CellSpecification.CellClasscellClassprotected CellSpecification.CellFunctioncellFunction
-
Constructor Summary
Constructors Constructor Description CellSpecification()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CellSpecification.CellClassgetCellClass()Gets the value of the cellClass property.CellSpecification.CellFunctiongetCellFunction()Gets the value of the cellFunction property.voidsetCellClass(CellSpecification.CellClass value)Sets the value of the cellClass property.voidsetCellFunction(CellSpecification.CellFunction value)Sets the value of the cellFunction property.
-
-
-
Field Detail
-
cellFunction
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:54Z") protected CellSpecification.CellFunction cellFunction
-
cellClass
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:54Z") protected CellSpecification.CellClass cellClass
-
-
Method Detail
-
getCellFunction
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:54Z") 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:54Z") 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:54Z") public CellSpecification.CellClass getCellClass()Gets the value of the cellClass property.- Returns:
- possible object is
CellSpecification.CellClass
-
setCellClass
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:54Z") public void setCellClass(CellSpecification.CellClass value)Sets the value of the cellClass property.- Parameters:
value- allowed object isCellSpecification.CellClass
-
-