Package org.accellera.IPXACT_1685_2014
Class UnsignedIntExpression
- java.lang.Object
-
- org.accellera.IPXACT_1685_2014.ComplexBaseExpression
-
- org.accellera.IPXACT_1685_2014.UnsignedIntExpression
-
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:54Z") public class UnsignedIntExpression extends ComplexBaseExpressionAn unsigned int which supports an expression value.Java class for unsignedIntExpression complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="unsignedIntExpression"> <simpleContent> <extension base="<http://www.accellera.org/XMLSchema/IPXACT/1685-2014>complexBaseExpression"> <attribute name="minimum" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="maximum" type="{http://www.w3.org/2001/XMLSchema}int" /> <anyAttribute processContents='lax' namespace='##other'/> </extension> </simpleContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Integermaximumprotected java.lang.Integerminimum-
Fields inherited from class org.accellera.IPXACT_1685_2014.ComplexBaseExpression
value
-
-
Constructor Summary
Constructors Constructor Description UnsignedIntExpression()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.IntegergetMaximum()Gets the value of the maximum property.java.lang.IntegergetMinimum()Gets the value of the minimum property.voidsetMaximum(java.lang.Integer value)Sets the value of the maximum property.voidsetMinimum(java.lang.Integer value)Sets the value of the minimum property.-
Methods inherited from class org.accellera.IPXACT_1685_2014.ComplexBaseExpression
getOtherAttributes, getValue, setValue
-
-
-
-
Field Detail
-
minimum
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:54Z") protected java.lang.Integer minimum
-
maximum
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:54Z") protected java.lang.Integer maximum
-
-
Method Detail
-
getMinimum
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:54Z") public java.lang.Integer getMinimum()Gets the value of the minimum property.- Returns:
- possible object is
Integer
-
setMinimum
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:54Z") public void setMinimum(java.lang.Integer value)Sets the value of the minimum property.- Parameters:
value- allowed object isInteger
-
getMaximum
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:54Z") public java.lang.Integer getMaximum()Gets the value of the maximum property.- Returns:
- possible object is
Integer
-
setMaximum
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:54Z") public void setMaximum(java.lang.Integer value)Sets the value of the maximum property.- Parameters:
value- allowed object isInteger
-
-