@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:23+02:00", comments="JAXB RI v2.2.6") 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>
| Modifier and Type | Class and Description |
|---|---|
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.
|
| Modifier and Type | Field and Description |
|---|---|
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 and Description |
|---|
MixedArray() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:23+02:00", comments="JAXB RI v2.2.6") protected List<String> array1
@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:23+02:00", comments="JAXB RI v2.2.6") protected UnboundedArray array2
@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:23+02:00", comments="JAXB RI v2.2.6") protected List<String> array3
@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:23+02:00", comments="JAXB RI v2.2.6") protected FixedArray array4
@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:23+02:00", comments="JAXB RI v2.2.6") protected List<String> array5
@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:23+02:00", comments="JAXB RI v2.2.6") protected MixedArray.Array6 array6
@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:23+02:00", comments="JAXB RI v2.2.6") protected List<String> array7
@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:23+02:00", comments="JAXB RI v2.2.6") protected MixedArray.Array8 array8
@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:23+02:00", comments="JAXB RI v2.2.6") protected List<MixedArray.Array9> array9
@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:23+02:00", comments="JAXB RI v2.2.6") protected List<MixedArray.Array10> array10
@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:23+02:00", comments="JAXB RI v2.2.6") public List<String> getArray1()
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
@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:23+02:00", comments="JAXB RI v2.2.6") public UnboundedArray getArray2()
UnboundedArray@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:23+02:00", comments="JAXB RI v2.2.6") public void setArray2(UnboundedArray value)
value - allowed object is
UnboundedArray@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:23+02:00", comments="JAXB RI v2.2.6") public List<String> getArray3()
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
@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:23+02:00", comments="JAXB RI v2.2.6") public FixedArray getArray4()
FixedArray@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:23+02:00", comments="JAXB RI v2.2.6") public void setArray4(FixedArray value)
value - allowed object is
FixedArray@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:23+02:00", comments="JAXB RI v2.2.6") public List<String> getArray5()
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
@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:23+02:00", comments="JAXB RI v2.2.6") public MixedArray.Array6 getArray6()
MixedArray.Array6@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:23+02:00", comments="JAXB RI v2.2.6") public void setArray6(MixedArray.Array6 value)
value - allowed object is
MixedArray.Array6@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:23+02:00", comments="JAXB RI v2.2.6") public List<String> getArray7()
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
@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:23+02:00", comments="JAXB RI v2.2.6") public MixedArray.Array8 getArray8()
MixedArray.Array8@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:23+02:00", comments="JAXB RI v2.2.6") public void setArray8(MixedArray.Array8 value)
value - allowed object is
MixedArray.Array8@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:23+02:00", comments="JAXB RI v2.2.6") public List<MixedArray.Array9> getArray9()
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
@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:23+02:00", comments="JAXB RI v2.2.6") public List<MixedArray.Array10> getArray10()
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
@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:23+02:00", comments="JAXB RI v2.2.6") public List<String> getArray11()
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