Class RecursiveUnionData

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

@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-05-02T16:18:56-04:00") 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 Details

    • varInt

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-05-02T16:18:56-04:00") protected int varInt
    • varChoiceArray

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-05-02T16:18:56-04:00") protected ChoiceArray varChoiceArray
  • Constructor Details

    • RecursiveUnionData

      public RecursiveUnionData()
  • Method Details

    • getVarInt

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-05-02T16:18:56-04:00") public int getVarInt()
      Gets the value of the varInt property.
    • setVarInt

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-05-02T16:18:56-04:00") public void setVarInt(int value)
      Sets the value of the varInt property.
    • getVarChoiceArray

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-05-02T16:18:56-04:00") public ChoiceArray getVarChoiceArray()
      Gets the value of the varChoiceArray property.
      Returns:
      possible object is ChoiceArray
    • setVarChoiceArray

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-05-02T16:18:56-04:00") public void setVarChoiceArray(ChoiceArray value)
      Sets the value of the varChoiceArray property.
      Parameters:
      value - allowed object is ChoiceArray