Package org.accellera.IPXACT_1685_2014
Class LoadConstraint
- java.lang.Object
-
- org.accellera.IPXACT_1685_2014.LoadConstraint
-
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:50Z") public class LoadConstraint 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"> <sequence> <element ref="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}cellSpecification"/> <element name="count" type="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}unsignedPositiveIntExpression" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected CellSpecification
cellSpecification
protected UnsignedPositiveIntExpression
count
-
Constructor Summary
Constructors Constructor Description LoadConstraint()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CellSpecification
getCellSpecification()
Gets the value of the cellSpecification property.UnsignedPositiveIntExpression
getCount()
Gets the value of the count property.void
setCellSpecification(CellSpecification value)
Sets the value of the cellSpecification property.void
setCount(UnsignedPositiveIntExpression 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="2024-11-14T04:42:50Z") protected CellSpecification cellSpecification
-
count
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:50Z") protected UnsignedPositiveIntExpression count
-
-
Method Detail
-
getCellSpecification
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:50Z") 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="2024-11-14T04:42:50Z") public void setCellSpecification(CellSpecification value)
Sets the value of the cellSpecification property.- Parameters:
value
- allowed object isCellSpecification
-
getCount
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:50Z") public UnsignedPositiveIntExpression getCount()
Gets the value of the count property.- Returns:
- possible object is
UnsignedPositiveIntExpression
-
setCount
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:50Z") public void setCount(UnsignedPositiveIntExpression value)
Sets the value of the count property.- Parameters:
value
- allowed object isUnsignedPositiveIntExpression
-
-