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:59Z") 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 SummaryNested Classes Modifier and Type Class Description static classCellSpecification.CellClassJava class for anonymous complex type.static classCellSpecification.CellFunctionJava class for anonymous complex type.
 - 
Field SummaryFields Modifier and Type Field Description protected CellSpecification.CellClasscellClassprotected CellSpecification.CellFunctioncellFunction
 - 
Constructor SummaryConstructors Constructor Description CellSpecification()
 - 
Method SummaryAll 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:59Z") protected CellSpecification.CellFunction cellFunction
 - 
cellClass@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:59Z") 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:59Z") 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:59Z") public void setCellFunction(CellSpecification.CellFunction value)Sets the value of the cellFunction property.- Parameters:
- value- allowed object is- CellSpecification.CellFunction
 
 - 
getCellClass@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:59Z") 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:59Z") public void setCellClass(CellSpecification.CellClass value)Sets the value of the cellClass property.- Parameters:
- value- allowed object is- CellSpecification.CellClass
 
 
- 
 
-