Class CellSpecification.CellFunction
- java.lang.Object
- 
- org.spiritconsortium.SPIRIT_1685_2009.CellSpecification.CellFunction
 
- 
- Enclosing class:
- CellSpecification
 
 @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:59Z") public static class CellSpecification.CellFunction extends java.lang.ObjectJava class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <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>
- 
- 
Field SummaryFields Modifier and Type Field Description protected CellStrengthValueTypecellStrengthprotected CellFunctionValueTypevalue
 - 
Constructor SummaryConstructors Constructor Description CellFunction()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description CellStrengthValueTypegetCellStrength()Gets the value of the cellStrength property.CellFunctionValueTypegetValue()Indicates legal cell function values.voidsetCellStrength(CellStrengthValueType value)Sets the value of the cellStrength property.voidsetValue(CellFunctionValueType value)Sets the value of the value property.
 
- 
- 
- 
Field Detail- 
value@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:59Z") protected CellFunctionValueType value
 - 
cellStrength@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:59Z") protected CellStrengthValueType cellStrength
 
- 
 - 
Method Detail- 
getValue@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:59Z") public CellFunctionValueType getValue()Indicates legal cell function values.- Returns:
- possible object is
     CellFunctionValueType
 
 - 
setValue@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:59Z") public void setValue(CellFunctionValueType value)Sets the value of the value property.- Parameters:
- value- allowed object is- CellFunctionValueType
 
 - 
getCellStrength@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:59Z") 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:59Z") public void setCellStrength(CellStrengthValueType value)Sets the value of the cellStrength property.- Parameters:
- value- allowed object is- CellStrengthValueType
 
 
- 
 
-