Class LoadConstraint
- java.lang.Object
- 
- org.spiritconsortium.SPIRIT_1685_2009.LoadConstraint
 
- 
 @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:59Z") public class LoadConstraint 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"> <sequence> <element ref="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}cellSpecification"/> <element name="count" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
- 
- 
Field SummaryFields Modifier and Type Field Description protected CellSpecificationcellSpecificationprotected java.math.BigIntegercount
 - 
Constructor SummaryConstructors Constructor Description LoadConstraint()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description CellSpecificationgetCellSpecification()Gets the value of the cellSpecification property.java.math.BigIntegergetCount()Gets the value of the count property.voidsetCellSpecification(CellSpecification value)Sets the value of the cellSpecification property.voidsetCount(java.math.BigInteger value)Sets the value of the count property.
 
- 
- 
- 
Field Detail- 
cellSpecification@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:59Z") protected CellSpecification cellSpecification
 - 
count@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:59Z") protected java.math.BigInteger count
 
- 
 - 
Method Detail- 
getCellSpecification@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:59Z") public CellSpecification getCellSpecification()Gets the value of the cellSpecification property.- Returns:
- possible object is
     CellSpecification
 
 - 
setCellSpecification@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:59Z") public void setCellSpecification(CellSpecification value)Sets the value of the cellSpecification property.- Parameters:
- value- allowed object is- CellSpecification
 
 - 
getCount@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:59Z") public java.math.BigInteger getCount()Gets the value of the count property.- Returns:
- possible object is
     BigInteger
 
 - 
setCount@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:59Z") public void setCount(java.math.BigInteger value)Sets the value of the count property.- Parameters:
- value- allowed object is- BigInteger
 
 
- 
 
-