org.apache.type_test.types1
Class RecursiveUnionData

java.lang.Object
  extended by org.apache.type_test.types1.RecursiveUnionData

public class RecursiveUnionData
extends java.lang.Object

Java class for RecursiveUnionData complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="RecursiveUnionData">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="varInt" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="varChoiceArray" type="{http://apache.org/type_test/types1}ChoiceArray"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  ChoiceArray varChoiceArray
           
protected  int varInt
           
 
Constructor Summary
RecursiveUnionData()
           
 
Method Summary
 ChoiceArray getVarChoiceArray()
          Gets the value of the varChoiceArray property.
 int getVarInt()
          Gets the value of the varInt property.
 void setVarChoiceArray(ChoiceArray value)
          Sets the value of the varChoiceArray property.
 void setVarInt(int 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

varInt

protected int varInt

varChoiceArray

protected ChoiceArray varChoiceArray
Constructor Detail

RecursiveUnionData

public RecursiveUnionData()
Method Detail

getVarInt

public int getVarInt()
Gets the value of the varInt property.


setVarInt

public void setVarInt(int value)
Sets the value of the varInt property.


getVarChoiceArray

public ChoiceArray getVarChoiceArray()
Gets the value of the varChoiceArray property.

Returns:
possible object is ChoiceArray

setVarChoiceArray

public void setVarChoiceArray(ChoiceArray value)
Sets the value of the varChoiceArray property.

Parameters:
value - allowed object is ChoiceArray


Apache CXF