Class MixedArray

java.lang.Object
org.apache.type_test.types1.MixedArray

@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-05-02T16:18:56-04:00") public class MixedArray extends Object

Java class for MixedArray complex type.

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

 <complexType name="MixedArray">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="array1" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
         <element name="array2" type="{http://apache.org/type_test/types1}UnboundedArray"/>
         <element name="array3" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="3" minOccurs="3"/>
         <element name="array4" type="{http://apache.org/type_test/types1}FixedArray"/>
         <element name="array5" maxOccurs="unbounded" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
             </restriction>
           </simpleType>
         </element>
         <element name="array6">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="item" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="array7" maxOccurs="3" minOccurs="3">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
             </restriction>
           </simpleType>
         </element>
         <element name="array8">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="item" type="{http://www.w3.org/2001/XMLSchema}int" maxOccurs="3" minOccurs="3"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="array9" maxOccurs="unbounded" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="item" type="{http://www.w3.org/2001/XMLSchema}string"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="array10" maxOccurs="3" minOccurs="3">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="item" type="{http://www.w3.org/2001/XMLSchema}string"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="array11" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • array1

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-05-02T16:18:56-04:00") protected List<String> array1
    • array2

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-05-02T16:18:56-04:00") protected UnboundedArray array2
    • array3

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-05-02T16:18:56-04:00") protected List<String> array3
    • array4

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-05-02T16:18:56-04:00") protected FixedArray array4
    • array5

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-05-02T16:18:56-04:00") protected List<String> array5
    • array6

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-05-02T16:18:56-04:00") protected MixedArray.Array6 array6
    • array7

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-05-02T16:18:56-04:00") protected List<String> array7
    • array8

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-05-02T16:18:56-04:00") protected MixedArray.Array8 array8
    • array9

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-05-02T16:18:56-04:00") protected List<MixedArray.Array9> array9
    • array10

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-05-02T16:18:56-04:00") protected List<MixedArray.Array10> array10
    • array11

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-05-02T16:18:56-04:00") protected List<String> array11
  • Constructor Details

    • MixedArray

      public MixedArray()
  • Method Details

    • getArray1

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-05-02T16:18:56-04:00") public List<String> getArray1()
      Gets the value of the array1 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 array1 property.

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

          getArray1().add(newItem);
       

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

    • getArray2

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-05-02T16:18:56-04:00") public UnboundedArray getArray2()
      Gets the value of the array2 property.
      Returns:
      possible object is UnboundedArray
    • setArray2

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-05-02T16:18:56-04:00") public void setArray2(UnboundedArray value)
      Sets the value of the array2 property.
      Parameters:
      value - allowed object is UnboundedArray
    • getArray3

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-05-02T16:18:56-04:00") public List<String> getArray3()
      Gets the value of the array3 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 array3 property.

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

          getArray3().add(newItem);
       

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

    • getArray4

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-05-02T16:18:56-04:00") public FixedArray getArray4()
      Gets the value of the array4 property.
      Returns:
      possible object is FixedArray
    • setArray4

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-05-02T16:18:56-04:00") public void setArray4(FixedArray value)
      Sets the value of the array4 property.
      Parameters:
      value - allowed object is FixedArray
    • getArray5

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-05-02T16:18:56-04:00") public List<String> getArray5()
      Gets the value of the array5 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 array5 property.

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

          getArray5().add(newItem);
       

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

    • getArray6

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-05-02T16:18:56-04:00") public MixedArray.Array6 getArray6()
      Gets the value of the array6 property.
      Returns:
      possible object is MixedArray.Array6
    • setArray6

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-05-02T16:18:56-04:00") public void setArray6(MixedArray.Array6 value)
      Sets the value of the array6 property.
      Parameters:
      value - allowed object is MixedArray.Array6
    • getArray7

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-05-02T16:18:56-04:00") public List<String> getArray7()
      Gets the value of the array7 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 array7 property.

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

          getArray7().add(newItem);
       

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

    • getArray8

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-05-02T16:18:56-04:00") public MixedArray.Array8 getArray8()
      Gets the value of the array8 property.
      Returns:
      possible object is MixedArray.Array8
    • setArray8

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-05-02T16:18:56-04:00") public void setArray8(MixedArray.Array8 value)
      Sets the value of the array8 property.
      Parameters:
      value - allowed object is MixedArray.Array8
    • getArray9

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-05-02T16:18:56-04:00") public List<MixedArray.Array9> getArray9()
      Gets the value of the array9 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 array9 property.

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

          getArray9().add(newItem);
       

      Objects of the following type(s) are allowed in the list MixedArray.Array9

    • getArray10

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-05-02T16:18:56-04:00") public List<MixedArray.Array10> getArray10()
      Gets the value of the array10 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 array10 property.

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

          getArray10().add(newItem);
       

      Objects of the following type(s) are allowed in the list MixedArray.Array10

    • getArray11

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-05-02T16:18:56-04:00") public List<String> getArray11()
      Gets the value of the array11 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 array11 property.

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

          getArray11().add(newItem);
       

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