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