|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.type_test.types3.ChoiceWithSubstitutionGroupNil
public class ChoiceWithSubstitutionGroupNil
Java class for ChoiceWithSubstitutionGroupNil complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ChoiceWithSubstitutionGroupNil">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element ref="{http://apache.org/type_test/types3}sg04NillableBaseElement_A"/>
<element name="varInt" type="{http://www.w3.org/2001/XMLSchema}unsignedLong"/>
</choice>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected javax.xml.bind.JAXBElement<? extends SgBaseTypeA> |
sg04NillableBaseElementA
|
protected javax.xml.bind.JAXBElement<BigInteger> |
varInt
|
| Constructor Summary | |
|---|---|
ChoiceWithSubstitutionGroupNil()
|
|
| Method Summary | |
|---|---|
javax.xml.bind.JAXBElement<? extends SgBaseTypeA> |
getSg04NillableBaseElementA()
Gets the value of the sg04NillableBaseElementA property. |
javax.xml.bind.JAXBElement<BigInteger> |
getVarInt()
Gets the value of the varInt property. |
void |
setSg04NillableBaseElementA(javax.xml.bind.JAXBElement<? extends SgBaseTypeA> value)
Sets the value of the sg04NillableBaseElementA property. |
void |
setVarInt(javax.xml.bind.JAXBElement<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 |
| Field Detail |
|---|
protected javax.xml.bind.JAXBElement<? extends SgBaseTypeA> sg04NillableBaseElementA
protected javax.xml.bind.JAXBElement<BigInteger> varInt
| Constructor Detail |
|---|
public ChoiceWithSubstitutionGroupNil()
| Method Detail |
|---|
public javax.xml.bind.JAXBElement<? extends SgBaseTypeA> getSg04NillableBaseElementA()
JAXBElement<SgDerivedTypeB>
JAXBElement<SgBaseTypeA>
JAXBElement<SgDerivedTypeC>public void setSg04NillableBaseElementA(javax.xml.bind.JAXBElement<? extends SgBaseTypeA> value)
value - allowed object is
JAXBElement<SgDerivedTypeB>
JAXBElement<SgBaseTypeA>
JAXBElement<SgDerivedTypeC>public javax.xml.bind.JAXBElement<BigInteger> getVarInt()
JAXBElement<BigInteger>public void setVarInt(javax.xml.bind.JAXBElement<BigInteger> value)
value - allowed object is
JAXBElement<BigInteger>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||