public class IntegerType extends AtomicType
Java class for IntegerType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="IntegerType">
<complexContent>
<extension base="{http://www.miuml.org/metamodel}AtomicType">
<attribute name="Units" use="required" type="{http://www.miuml.org/metamodel}Name" />
<attribute name="LowerLimit" use="required" type="{http://www.w3.org/2001/XMLSchema}integer" />
<attribute name="UpperLimit" use="required" type="{http://www.w3.org/2001/XMLSchema}integer" />
<attribute name="DefaultValue" use="required" type="{http://www.w3.org/2001/XMLSchema}integer" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BigInteger |
defaultValue |
protected BigInteger |
lowerLimit |
protected String |
units |
protected BigInteger |
upperLimit |
element, localName| Constructor and Description |
|---|
IntegerType() |
| Modifier and Type | Method and Description |
|---|---|
BigInteger |
getDefaultValue()
Gets the value of the defaultValue property.
|
BigInteger |
getLowerLimit()
Gets the value of the lowerLimit property.
|
String |
getUnits()
Gets the value of the units property.
|
BigInteger |
getUpperLimit()
Gets the value of the upperLimit property.
|
void |
setDefaultValue(BigInteger value)
Sets the value of the defaultValue property.
|
void |
setLowerLimit(BigInteger value)
Sets the value of the lowerLimit property.
|
void |
setUnits(String value)
Sets the value of the units property.
|
void |
setUpperLimit(BigInteger value)
Sets the value of the upperLimit property.
|
getElement, getLocalName, setElement, setLocalNameprotected String units
protected BigInteger lowerLimit
protected BigInteger upperLimit
protected BigInteger defaultValue
public String getUnits()
Stringpublic void setUnits(String value)
value - allowed object is
Stringpublic BigInteger getLowerLimit()
BigIntegerpublic void setLowerLimit(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getUpperLimit()
BigIntegerpublic void setUpperLimit(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getDefaultValue()
BigIntegerpublic void setDefaultValue(BigInteger value)
value - allowed object is
BigIntegerCopyright © 2012–2022. All rights reserved.