Class RecursiveUnion

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

@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-05-02T16:18:56-04:00") public class RecursiveUnion extends Object

Java class for RecursiveUnion complex type.

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

 <complexType name="RecursiveUnion">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="varChoice" type="{http://apache.org/type_test/types1}RecursiveUnionData"/>
         <element name="varString" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • varChoice

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

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

    • RecursiveUnion

      public RecursiveUnion()
  • Method Details

    • getVarChoice

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

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

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

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