public class XsdPositiveIntegerType extends Object
Java class for xsdPositiveIntegerType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="xsdPositiveIntegerType"> <simpleContent> <extension base="<http://www.w3.org/2001/XMLSchema>positiveInteger"> <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 |
---|
XsdPositiveIntegerType() |
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()
BigInteger
public void setValue(BigInteger value)
value
- allowed object is
BigInteger
Apache CXF