org.apache.type_test.types3
Class SgBaseTypeA
java.lang.Object
org.apache.type_test.types3.SgBaseTypeA
- Direct Known Subclasses:
- SgDerivedTypeB, SgDerivedTypeC
@Generated(value="com.sun.tools.xjc.Driver",
date="2012-10-02T03:03:36+00:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-2")
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>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
varInt
@Generated(value="com.sun.tools.xjc.Driver",
date="2012-10-02T03:03:36+00:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-2")
protected BigInteger varInt
SgBaseTypeA
public SgBaseTypeA()
getVarInt
@Generated(value="com.sun.tools.xjc.Driver",
date="2012-10-02T03:03:36+00:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public BigInteger getVarInt()
- Gets the value of the varInt property.
- Returns:
- possible object is
BigInteger
setVarInt
@Generated(value="com.sun.tools.xjc.Driver",
date="2012-10-02T03:03:36+00:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public void setVarInt(BigInteger value)
- Sets the value of the varInt property.
- Parameters:
value - allowed object is
BigInteger
Apache CXF