Class OccuringChoice1


  • @Generated(value="com.sun.tools.xjc.Driver",
               comments="JAXB RI v2.3.5",
               date="2023-06-06T11:29:23-04:00")
    public class OccuringChoice1
    extends Object

    Java class for OccuringChoice1 complex type.

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

     <complexType name="OccuringChoice1">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <choice maxOccurs="unbounded" minOccurs="0">
             <element name="varFloat" type="{http://www.w3.org/2001/XMLSchema}float"/>
             <element name="varInt" type="{http://www.w3.org/2001/XMLSchema}int"/>
           </choice>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • varFloatOrVarInt

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.5",
                   date="2023-06-06T11:29:23-04:00")
        protected List<Comparable> varFloatOrVarInt
    • Constructor Detail

      • OccuringChoice1

        public OccuringChoice1()
    • Method Detail

      • getVarFloatOrVarInt

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.5",
                   date="2023-06-06T11:29:23-04:00")
        public List<Comparable> getVarFloatOrVarInt()
        Gets the value of the varFloatOrVarInt property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the varFloatOrVarInt property.

        For example, to add a new item, do as follows:

            getVarFloatOrVarInt().add(newItem);
         

        Objects of the following type(s) are allowed in the list Float Integer