public static class DatatypeBasics.Integer.NBitUnsignedInteger extends 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 name="lowerBound" type="{http://www.w3.org/2001/XMLSchema}integer"/>
<element name="upperBound" type="{http://www.w3.org/2001/XMLSchema}integer"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BigInteger |
lowerBound |
protected BigInteger |
upperBound |
| Constructor and Description |
|---|
NBitUnsignedInteger() |
| Modifier and Type | Method and Description |
|---|---|
BigInteger |
getLowerBound()
Gets the value of the lowerBound property.
|
BigInteger |
getUpperBound()
Gets the value of the upperBound property.
|
void |
setLowerBound(BigInteger value)
Sets the value of the lowerBound property.
|
void |
setUpperBound(BigInteger value)
Sets the value of the upperBound property.
|
protected BigInteger lowerBound
protected BigInteger upperBound
public BigInteger getLowerBound()
BigIntegerpublic void setLowerBound(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getUpperBound()
BigIntegerpublic void setUpperBound(BigInteger value)
value - allowed object is
BigIntegerCopyright © 2018 Siemens AG. All rights reserved.