org.apache.type_test.types3
Class ChoiceWithSubstitutionGroupNil

java.lang.Object
  extended by org.apache.type_test.types3.ChoiceWithSubstitutionGroupNil

public class ChoiceWithSubstitutionGroupNil
extends Object

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

sg04NillableBaseElementA

protected javax.xml.bind.JAXBElement<? extends SgBaseTypeA> sg04NillableBaseElementA

varInt

protected javax.xml.bind.JAXBElement<BigInteger> varInt
Constructor Detail

ChoiceWithSubstitutionGroupNil

public ChoiceWithSubstitutionGroupNil()
Method Detail

getSg04NillableBaseElementA

public javax.xml.bind.JAXBElement<? extends SgBaseTypeA> getSg04NillableBaseElementA()
Gets the value of the sg04NillableBaseElementA property.

Returns:
possible object is JAXBElement<SgDerivedTypeB> JAXBElement<SgBaseTypeA> JAXBElement<SgDerivedTypeC>

setSg04NillableBaseElementA

public void setSg04NillableBaseElementA(javax.xml.bind.JAXBElement<? extends SgBaseTypeA> value)
Sets the value of the sg04NillableBaseElementA property.

Parameters:
value - allowed object is JAXBElement<SgDerivedTypeB> JAXBElement<SgBaseTypeA> JAXBElement<SgDerivedTypeC>

getVarInt

public javax.xml.bind.JAXBElement<BigInteger> getVarInt()
Gets the value of the varInt property.

Returns:
possible object is JAXBElement<BigInteger>

setVarInt

public void setVarInt(javax.xml.bind.JAXBElement<BigInteger> value)
Sets the value of the varInt property.

Parameters:
value - allowed object is JAXBElement<BigInteger>


Apache CXF