@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:23+02:00", comments="JAXB RI v2.2.6") public class SgBaseTypeA extends 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>
| Modifier and Type | Field and Description |
|---|---|
protected BigInteger |
varInt |
| Constructor and Description |
|---|
SgBaseTypeA() |
| Modifier and Type | Method and Description |
|---|---|
BigInteger |
getVarInt()
Gets the value of the varInt property.
|
void |
setVarInt(BigInteger value)
Sets the value of the varInt property.
|
@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:23+02:00", comments="JAXB RI v2.2.6") protected BigInteger varInt
@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:23+02:00", comments="JAXB RI v2.2.6") public BigInteger getVarInt()
BigInteger@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:23+02:00", comments="JAXB RI v2.2.6") public void setVarInt(BigInteger value)
value - allowed object is
BigIntegerApache CXF