Class RecElType


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

    Java class for RecElType complex type.

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

     <complexType name="RecElType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="varInt" type="{http://www.w3.org/2001/XMLSchema}int"/>
             <element ref="{http://apache.org/type_test/types3}RecElNext"/>
           </sequence>
         </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 int varInt
      • recElNext

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

      • RecElType

        public RecElType()
    • 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 int getVarInt()
        Gets the value of the varInt property.
      • 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​(int value)
        Sets the value of the varInt property.
      • getRecElNext

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

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