Class OccuringChoice2

java.lang.Object
org.apache.type_test.types3.OccuringChoice2

@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-09-13T13:18:14-04:00") public class OccuringChoice2 extends Object

Java class for OccuringChoice2 complex type.

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

 <complexType name="OccuringChoice2">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice minOccurs="0">
         <element name="varInt" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="varString" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • varInt

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-09-13T13:18:14-04:00") protected Integer varInt
    • varString

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

    • OccuringChoice2

      public OccuringChoice2()
  • Method Details

    • getVarInt

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-09-13T13:18:14-04:00") public Integer getVarInt()
      Gets the value of the varInt property.
      Returns:
      possible object is Integer
    • setVarInt

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-09-13T13:18:14-04:00") public void setVarInt(Integer value)
      Sets the value of the varInt property.
      Parameters:
      value - allowed object is Integer
    • getVarString

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-09-13T13:18:14-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-09-13T13:18:14-04:00") public void setVarString(String value)
      Sets the value of the varString property.
      Parameters:
      value - allowed object is String