Class OccuringAll


  • @Generated(value="com.sun.tools.xjc.Driver",
               comments="JAXB RI v2.3.5",
               date="2023-05-02T15:12:31-04:00")
    public class OccuringAll
    extends Object

    Java class for OccuringAll complex type.

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

     <complexType name="OccuringAll">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <all minOccurs="0">
             <element name="varInt" type="{http://www.w3.org/2001/XMLSchema}int"/>
           </all>
           <attribute name="varAttrString" type="{http://www.w3.org/2001/XMLSchema}string" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • varInt

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.5",
                   date="2023-05-02T15:12:31-04:00")
        protected Integer varInt
      • varAttrString

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.5",
                   date="2023-05-02T15:12:31-04:00")
        protected String varAttrString
    • Constructor Detail

      • OccuringAll

        public OccuringAll()
    • Method Detail

      • getVarInt

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.5",
                   date="2023-05-02T15:12:31-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 v2.3.5",
                   date="2023-05-02T15:12:31-04:00")
        public void setVarInt​(Integer value)
        Sets the value of the varInt property.
        Parameters:
        value - allowed object is Integer
      • getVarAttrString

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.5",
                   date="2023-05-02T15:12:31-04:00")
        public String getVarAttrString()
        Gets the value of the varAttrString property.
        Returns:
        possible object is String
      • setVarAttrString

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.5",
                   date="2023-05-02T15:12:31-04:00")
        public void setVarAttrString​(String value)
        Sets the value of the varAttrString property.
        Parameters:
        value - allowed object is String