Package org.apache.type_test.types3
Class ChoiceWithSubstitutionGroupNil
- java.lang.Object
-
- org.apache.type_test.types3.ChoiceWithSubstitutionGroupNil
-
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:29:23-04:00") public class ChoiceWithSubstitutionGroupNil extends ObjectJava 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
Fields Modifier and Type Field Description protected javax.xml.bind.JAXBElement<? extends SgBaseTypeA>sg04NillableBaseElementAprotected javax.xml.bind.JAXBElement<BigInteger>varInt
-
Constructor Summary
Constructors Constructor Description ChoiceWithSubstitutionGroupNil()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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.voidsetSg04NillableBaseElementA(javax.xml.bind.JAXBElement<? extends SgBaseTypeA> value)Sets the value of the sg04NillableBaseElementA property.voidsetVarInt(javax.xml.bind.JAXBElement<BigInteger> value)Sets the value of the varInt property.
-
-
-
Field Detail
-
sg04NillableBaseElementA
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:29:23-04:00") protected javax.xml.bind.JAXBElement<? extends SgBaseTypeA> sg04NillableBaseElementA
-
varInt
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:29:23-04:00") protected javax.xml.bind.JAXBElement<BigInteger> varInt
-
-
Method Detail
-
getSg04NillableBaseElementA
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:29:23-04:00") public javax.xml.bind.JAXBElement<? extends SgBaseTypeA> getSg04NillableBaseElementA()Gets the value of the sg04NillableBaseElementA property.- Returns:
- possible object is
JAXBElement<SgBaseTypeA>JAXBElement<SgDerivedTypeB>JAXBElement<SgDerivedTypeC>
-
setSg04NillableBaseElementA
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:29:23-04:00") public void setSg04NillableBaseElementA(javax.xml.bind.JAXBElement<? extends SgBaseTypeA> value)Sets the value of the sg04NillableBaseElementA property.- Parameters:
value- allowed object isJAXBElement<SgBaseTypeA>JAXBElement<SgDerivedTypeB>JAXBElement<SgDerivedTypeC>
-
getVarInt
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:29:23-04:00") public javax.xml.bind.JAXBElement<BigInteger> getVarInt()Gets the value of the varInt property.- Returns:
- possible object is
JAXBElement<BigInteger>
-
setVarInt
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:29:23-04:00") public void setVarInt(javax.xml.bind.JAXBElement<BigInteger> value)Sets the value of the varInt property.- Parameters:
value- allowed object isJAXBElement<BigInteger>
-
-