public class XsdNonNegativeIntegerType extends Object
Java class for xsdNonNegativeIntegerType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="xsdNonNegativeIntegerType">
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>nonNegativeInteger">
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
id |
protected BigInteger |
value |
| Constructor and Description |
|---|
XsdNonNegativeIntegerType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Gets the value of the id property.
|
BigInteger |
getValue()
Gets the value of the value property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setValue(BigInteger value)
Sets the value of the value property.
|
protected BigInteger value
protected String id
public BigInteger getValue()
BigIntegerpublic void setValue(BigInteger value)
value - allowed object is
BigIntegerApache CXF