Class RecElType

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

@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-09-13T13:18:14-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 Details

    • varInt

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

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

    • RecElType

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

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