org.apache.type_test.types3
Class SgBaseTypeA
java.lang.Object
org.apache.type_test.types3.SgBaseTypeA
- Direct Known Subclasses:
- SgDerivedTypeB, SgDerivedTypeC
public class SgBaseTypeA
- extends java.lang.Object
Java class for sgBaseType_A complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="sgBaseType_A">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="varInt" type="{http://www.w3.org/2001/XMLSchema}unsignedLong"/>
</sequence>
</restriction>
</complexContent>
</complexType>
|
Field Summary |
protected java.math.BigInteger |
varInt
|
|
Method Summary |
java.math.BigInteger |
getVarInt()
Gets the value of the varInt property. |
void |
setVarInt(java.math.BigInteger value)
Sets the value of the varInt property. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
varInt
protected java.math.BigInteger varInt
SgBaseTypeA
public SgBaseTypeA()
getVarInt
public java.math.BigInteger getVarInt()
- Gets the value of the varInt property.
- Returns:
- possible object is
BigInteger
setVarInt
public void setVarInt(java.math.BigInteger value)
- Sets the value of the varInt property.
- Parameters:
value - allowed object is
BigInteger
Apache CXF