@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2022-06-24T11:48:57-04:00") public class TestComplexArrayResponse extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="return" type="{http://apache.org/type_test/types1}ComplexArray"/>
<element name="y" type="{http://apache.org/type_test/types1}ComplexArray"/>
<element name="z" type="{http://apache.org/type_test/types1}ComplexArray"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ComplexArray |
_return |
protected ComplexArray |
y |
protected ComplexArray |
z |
| Constructor and Description |
|---|
TestComplexArrayResponse() |
| Modifier and Type | Method and Description |
|---|---|
ComplexArray |
getReturn()
Gets the value of the return property.
|
ComplexArray |
getY()
Gets the value of the y property.
|
ComplexArray |
getZ()
Gets the value of the z property.
|
void |
setReturn(ComplexArray value)
Sets the value of the return property.
|
void |
setY(ComplexArray value)
Sets the value of the y property.
|
void |
setZ(ComplexArray value)
Sets the value of the z property.
|
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2022-06-24T11:48:57-04:00") protected ComplexArray _return
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2022-06-24T11:48:57-04:00") protected ComplexArray y
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2022-06-24T11:48:57-04:00") protected ComplexArray z
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2022-06-24T11:48:57-04:00") public ComplexArray getReturn()
ComplexArray@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2022-06-24T11:48:57-04:00") public void setReturn(ComplexArray value)
value - allowed object is
ComplexArray@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2022-06-24T11:48:57-04:00") public ComplexArray getY()
ComplexArray@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2022-06-24T11:48:57-04:00") public void setY(ComplexArray value)
value - allowed object is
ComplexArray@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2022-06-24T11:48:57-04:00") public ComplexArray getZ()
ComplexArray@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2022-06-24T11:48:57-04:00") public void setZ(ComplexArray value)
value - allowed object is
ComplexArrayApache CXF