org.apache.type_test.types1
Class RecursiveUnionData

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

@Generated(value="com.sun.tools.xjc.Driver",
           date="2012-08-14T05:38:33-04:00",
           comments="JAXB RI v2.2.5")
public class RecursiveUnionData
extends 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

@Generated(value="com.sun.tools.xjc.Driver",
           date="2012-08-14T05:38:33-04:00",
           comments="JAXB RI v2.2.5")
protected int varInt

varChoiceArray

@Generated(value="com.sun.tools.xjc.Driver",
           date="2012-08-14T05:38:33-04:00",
           comments="JAXB RI v2.2.5")
protected ChoiceArray varChoiceArray
Constructor Detail

RecursiveUnionData

public RecursiveUnionData()
Method Detail

getVarInt

@Generated(value="com.sun.tools.xjc.Driver",
           date="2012-08-14T05:38:33-04:00",
           comments="JAXB RI v2.2.5")
public int getVarInt()
Gets the value of the varInt property.


setVarInt

@Generated(value="com.sun.tools.xjc.Driver",
           date="2012-08-14T05:38:33-04:00",
           comments="JAXB RI v2.2.5")
public void setVarInt(int value)
Sets the value of the varInt property.


getVarChoiceArray

@Generated(value="com.sun.tools.xjc.Driver",
           date="2012-08-14T05:38:33-04:00",
           comments="JAXB RI v2.2.5")
public ChoiceArray getVarChoiceArray()
Gets the value of the varChoiceArray property.

Returns:
possible object is ChoiceArray

setVarChoiceArray

@Generated(value="com.sun.tools.xjc.Driver",
           date="2012-08-14T05:38:33-04:00",
           comments="JAXB RI v2.2.5")
public void setVarChoiceArray(ChoiceArray value)
Sets the value of the varChoiceArray property.

Parameters:
value - allowed object is ChoiceArray


Apache CXF