public class NonNegativeIntegerWithUnits extends Object implements Serializable
Java class for NonNegativeIntegerWithUnits complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="NonNegativeIntegerWithUnits">
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>nonNegativeInteger">
<attribute name="Units" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
units |
protected BigInteger |
value |
| Constructor and Description |
|---|
NonNegativeIntegerWithUnits() |
| Modifier and Type | Method and Description |
|---|---|
String |
getUnits()
Gets the value of the units property.
|
BigInteger |
getValue()
Gets the value of the value property.
|
void |
setUnits(String value)
Sets the value of the units property.
|
void |
setValue(BigInteger value)
Sets the value of the value property.
|
protected BigInteger value
protected String units
public BigInteger getValue()
BigIntegerpublic void setValue(BigInteger value)
value - allowed object is
BigIntegerpublic String getUnits()
StringCopyright © 2013. All Rights Reserved.