org.apache.type_test.types1
Class MixedArray

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

@Generated(value="com.sun.tools.xjc.Driver",
           date="2014-07-15T02:38:29-04:00",
           comments="JAXB RI v2.1.14-hudson-jaxb-ri-2.1-pushtomaven-240--SNAPSHOT")
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>
 


Nested Class Summary
static class MixedArray.Array10
          Java class for anonymous complex type.
static class MixedArray.Array6
          Java class for anonymous complex type.
static class MixedArray.Array8
          Java class for anonymous complex type.
static class MixedArray.Array9
          Java class for anonymous complex type.
 
Field Summary
protected  List<String> array1
           
protected  List<MixedArray.Array10> array10
           
protected  List<String> array11
           
protected  UnboundedArray array2
           
protected  List<String> array3
           
protected  FixedArray array4
           
protected  List<String> array5
           
protected  MixedArray.Array6 array6
           
protected  List<String> array7
           
protected  MixedArray.Array8 array8
           
protected  List<MixedArray.Array9> array9
           
 
Constructor Summary
MixedArray()
           
 
Method Summary
 List<String> getArray1()
          Gets the value of the array1 property.
 List<MixedArray.Array10> getArray10()
          Gets the value of the array10 property.
 List<String> getArray11()
          Gets the value of the array11 property.
 UnboundedArray getArray2()
          Gets the value of the array2 property.
 List<String> getArray3()
          Gets the value of the array3 property.
 FixedArray getArray4()
          Gets the value of the array4 property.
 List<String> getArray5()
          Gets the value of the array5 property.
 MixedArray.Array6 getArray6()
          Gets the value of the array6 property.
 List<String> getArray7()
          Gets the value of the array7 property.
 MixedArray.Array8 getArray8()
          Gets the value of the array8 property.
 List<MixedArray.Array9> getArray9()
          Gets the value of the array9 property.
 void setArray2(UnboundedArray value)
          Sets the value of the array2 property.
 void setArray4(FixedArray value)
          Sets the value of the array4 property.
 void setArray6(MixedArray.Array6 value)
          Sets the value of the array6 property.
 void setArray8(MixedArray.Array8 value)
          Sets the value of the array8 property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

array1

@Generated(value="com.sun.tools.xjc.Driver",
           date="2014-07-15T02:38:29-04:00",
           comments="JAXB RI v2.1.14-hudson-jaxb-ri-2.1-pushtomaven-240--SNAPSHOT")
protected List<String> array1

array2

@Generated(value="com.sun.tools.xjc.Driver",
           date="2014-07-15T02:38:29-04:00",
           comments="JAXB RI v2.1.14-hudson-jaxb-ri-2.1-pushtomaven-240--SNAPSHOT")
protected UnboundedArray array2

array3

@Generated(value="com.sun.tools.xjc.Driver",
           date="2014-07-15T02:38:29-04:00",
           comments="JAXB RI v2.1.14-hudson-jaxb-ri-2.1-pushtomaven-240--SNAPSHOT")
protected List<String> array3

array4

@Generated(value="com.sun.tools.xjc.Driver",
           date="2014-07-15T02:38:29-04:00",
           comments="JAXB RI v2.1.14-hudson-jaxb-ri-2.1-pushtomaven-240--SNAPSHOT")
protected FixedArray array4

array5

@Generated(value="com.sun.tools.xjc.Driver",
           date="2014-07-15T02:38:29-04:00",
           comments="JAXB RI v2.1.14-hudson-jaxb-ri-2.1-pushtomaven-240--SNAPSHOT")
protected List<String> array5

array6

@Generated(value="com.sun.tools.xjc.Driver",
           date="2014-07-15T02:38:29-04:00",
           comments="JAXB RI v2.1.14-hudson-jaxb-ri-2.1-pushtomaven-240--SNAPSHOT")
protected MixedArray.Array6 array6

array7

@Generated(value="com.sun.tools.xjc.Driver",
           date="2014-07-15T02:38:29-04:00",
           comments="JAXB RI v2.1.14-hudson-jaxb-ri-2.1-pushtomaven-240--SNAPSHOT")
protected List<String> array7

array8

@Generated(value="com.sun.tools.xjc.Driver",
           date="2014-07-15T02:38:29-04:00",
           comments="JAXB RI v2.1.14-hudson-jaxb-ri-2.1-pushtomaven-240--SNAPSHOT")
protected MixedArray.Array8 array8

array9

@Generated(value="com.sun.tools.xjc.Driver",
           date="2014-07-15T02:38:29-04:00",
           comments="JAXB RI v2.1.14-hudson-jaxb-ri-2.1-pushtomaven-240--SNAPSHOT")
protected List<MixedArray.Array9> array9

array10

@Generated(value="com.sun.tools.xjc.Driver",
           date="2014-07-15T02:38:29-04:00",
           comments="JAXB RI v2.1.14-hudson-jaxb-ri-2.1-pushtomaven-240--SNAPSHOT")
protected List<MixedArray.Array10> array10

array11

@Generated(value="com.sun.tools.xjc.Driver",
           date="2014-07-15T02:38:29-04:00",
           comments="JAXB RI v2.1.14-hudson-jaxb-ri-2.1-pushtomaven-240--SNAPSHOT")
protected List<String> array11
Constructor Detail

MixedArray

public MixedArray()
Method Detail

getArray1

@Generated(value="com.sun.tools.xjc.Driver",
           date="2014-07-15T02:38:29-04:00",
           comments="JAXB RI v2.1.14-hudson-jaxb-ri-2.1-pushtomaven-240--SNAPSHOT")
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 JAXB 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",
           date="2014-07-15T02:38:29-04:00",
           comments="JAXB RI v2.1.14-hudson-jaxb-ri-2.1-pushtomaven-240--SNAPSHOT")
public UnboundedArray getArray2()
Gets the value of the array2 property.

Returns:
possible object is UnboundedArray

setArray2

@Generated(value="com.sun.tools.xjc.Driver",
           date="2014-07-15T02:38:29-04:00",
           comments="JAXB RI v2.1.14-hudson-jaxb-ri-2.1-pushtomaven-240--SNAPSHOT")
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",
           date="2014-07-15T02:38:29-04:00",
           comments="JAXB RI v2.1.14-hudson-jaxb-ri-2.1-pushtomaven-240--SNAPSHOT")
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 JAXB 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",
           date="2014-07-15T02:38:29-04:00",
           comments="JAXB RI v2.1.14-hudson-jaxb-ri-2.1-pushtomaven-240--SNAPSHOT")
public FixedArray getArray4()
Gets the value of the array4 property.

Returns:
possible object is FixedArray

setArray4

@Generated(value="com.sun.tools.xjc.Driver",
           date="2014-07-15T02:38:29-04:00",
           comments="JAXB RI v2.1.14-hudson-jaxb-ri-2.1-pushtomaven-240--SNAPSHOT")
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",
           date="2014-07-15T02:38:29-04:00",
           comments="JAXB RI v2.1.14-hudson-jaxb-ri-2.1-pushtomaven-240--SNAPSHOT")
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 JAXB 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",
           date="2014-07-15T02:38:29-04:00",
           comments="JAXB RI v2.1.14-hudson-jaxb-ri-2.1-pushtomaven-240--SNAPSHOT")
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",
           date="2014-07-15T02:38:29-04:00",
           comments="JAXB RI v2.1.14-hudson-jaxb-ri-2.1-pushtomaven-240--SNAPSHOT")
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",
           date="2014-07-15T02:38:29-04:00",
           comments="JAXB RI v2.1.14-hudson-jaxb-ri-2.1-pushtomaven-240--SNAPSHOT")
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 JAXB 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",
           date="2014-07-15T02:38:29-04:00",
           comments="JAXB RI v2.1.14-hudson-jaxb-ri-2.1-pushtomaven-240--SNAPSHOT")
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",
           date="2014-07-15T02:38:29-04:00",
           comments="JAXB RI v2.1.14-hudson-jaxb-ri-2.1-pushtomaven-240--SNAPSHOT")
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",
           date="2014-07-15T02:38:29-04:00",
           comments="JAXB RI v2.1.14-hudson-jaxb-ri-2.1-pushtomaven-240--SNAPSHOT")
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 JAXB 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",
           date="2014-07-15T02:38:29-04:00",
           comments="JAXB RI v2.1.14-hudson-jaxb-ri-2.1-pushtomaven-240--SNAPSHOT")
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 JAXB 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",
           date="2014-07-15T02:38:29-04:00",
           comments="JAXB RI v2.1.14-hudson-jaxb-ri-2.1-pushtomaven-240--SNAPSHOT")
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 JAXB 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



Apache CXF