Class RecOuterType

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

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

Java class for RecOuterType complex type.

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

 <complexType name="RecOuterType">
   <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}RecMostInner" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{http://apache.org/type_test/types3}RecInner" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{http://apache.org/type_test/types3}RecOuterNext"/>
       </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
    • recMostInner

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-09-13T13:18:14-04:00") protected List<RecMostInnerType> recMostInner
    • recInner

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-09-13T13:18:14-04:00") protected List<RecInnerType> recInner
    • recOuterNext

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

    • RecOuterType

      public RecOuterType()
  • 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.
    • getRecMostInner

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-09-13T13:18:14-04:00") public List<RecMostInnerType> getRecMostInner()
      Gets the value of the recMostInner 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 Jakarta XML Binding object. This is why there is not a set method for the recMostInner property.

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

          getRecMostInner().add(newItem);
       

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

    • getRecInner

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-09-13T13:18:14-04:00") public List<RecInnerType> getRecInner()
      Gets the value of the recInner 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 Jakarta XML Binding object. This is why there is not a set method for the recInner property.

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

          getRecInner().add(newItem);
       

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

    • getRecOuterNext

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

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