@Generated(value="com.sun.tools.xjc.Driver",
date="2014-05-30T10:16:45-02:30",
comments="JAXB RI v2.2.5")
public class ChoiceWithSubstitutionGroupAbstract
extends Object
Java class for ChoiceWithSubstitutionGroupAbstract complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ChoiceWithSubstitutionGroupAbstract">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element ref="{http://apache.org/type_test/types3}sg03AbstractBaseElement_A"/>
<element name="varInt" type="{http://www.w3.org/2001/XMLSchema}unsignedLong"/>
</choice>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected javax.xml.bind.JAXBElement<? extends SgBaseTypeA> |
sg03AbstractBaseElementA |
protected BigInteger |
varInt |
| Constructor and Description |
|---|
ChoiceWithSubstitutionGroupAbstract() |
| Modifier and Type | Method and Description |
|---|---|
javax.xml.bind.JAXBElement<? extends SgBaseTypeA> |
getSg03AbstractBaseElementA()
Gets the value of the sg03AbstractBaseElementA property.
|
BigInteger |
getVarInt()
Gets the value of the varInt property.
|
void |
setSg03AbstractBaseElementA(javax.xml.bind.JAXBElement<? extends SgBaseTypeA> value)
Sets the value of the sg03AbstractBaseElementA property.
|
void |
setVarInt(BigInteger value)
Sets the value of the varInt property.
|
@Generated(value="com.sun.tools.xjc.Driver",
date="2014-05-30T10:16:45-02:30",
comments="JAXB RI v2.2.5")
protected javax.xml.bind.JAXBElement<? extends SgBaseTypeA> sg03AbstractBaseElementA
@Generated(value="com.sun.tools.xjc.Driver",
date="2014-05-30T10:16:45-02:30",
comments="JAXB RI v2.2.5")
protected BigInteger varInt
@Generated(value="com.sun.tools.xjc.Driver",
date="2014-05-30T10:16:45-02:30",
comments="JAXB RI v2.2.5")
public javax.xml.bind.JAXBElement<? extends SgBaseTypeA> getSg03AbstractBaseElementA()
JAXBElement<SgDerivedTypeC>
JAXBElement<SgBaseTypeA>
JAXBElement<SgDerivedTypeB>@Generated(value="com.sun.tools.xjc.Driver",
date="2014-05-30T10:16:45-02:30",
comments="JAXB RI v2.2.5")
public void setSg03AbstractBaseElementA(javax.xml.bind.JAXBElement<? extends SgBaseTypeA> value)
value - allowed object is
JAXBElement<SgDerivedTypeC>
JAXBElement<SgBaseTypeA>
JAXBElement<SgDerivedTypeB>@Generated(value="com.sun.tools.xjc.Driver",
date="2014-05-30T10:16:45-02:30",
comments="JAXB RI v2.2.5")
public BigInteger getVarInt()
BigInteger@Generated(value="com.sun.tools.xjc.Driver",
date="2014-05-30T10:16:45-02:30",
comments="JAXB RI v2.2.5")
public void setVarInt(BigInteger value)
value - allowed object is
BigIntegerApache CXF