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, setLocalName
protected String units
protected BigInteger lowerLimit
protected BigInteger upperLimit
protected BigInteger defaultValue
public String getUnits()
String
public void setUnits(String value)
value
- allowed object is
String
public BigInteger getLowerLimit()
BigInteger
public void setLowerLimit(BigInteger value)
value
- allowed object is
BigInteger
public BigInteger getUpperLimit()
BigInteger
public void setUpperLimit(BigInteger value)
value
- allowed object is
BigInteger
public BigInteger getDefaultValue()
BigInteger
public void setDefaultValue(BigInteger value)
value
- allowed object is
BigInteger
Copyright © 2012–2022. All rights reserved.