@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:20+02:00", comments="JAXB RI v2.2.6") public class TestFixedArrayResponse 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}FixedArray"/>
<element name="y" type="{http://apache.org/type_test/types1}FixedArray"/>
<element name="z" type="{http://apache.org/type_test/types1}FixedArray"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected FixedArray |
_return |
protected FixedArray |
y |
protected FixedArray |
z |
| Constructor and Description |
|---|
TestFixedArrayResponse() |
| Modifier and Type | Method and Description |
|---|---|
FixedArray |
getReturn()
Gets the value of the return property.
|
FixedArray |
getY()
Gets the value of the y property.
|
FixedArray |
getZ()
Gets the value of the z property.
|
void |
setReturn(FixedArray value)
Sets the value of the return property.
|
void |
setY(FixedArray value)
Sets the value of the y property.
|
void |
setZ(FixedArray value)
Sets the value of the z property.
|
@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:20+02:00", comments="JAXB RI v2.2.6") protected FixedArray _return
@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:20+02:00", comments="JAXB RI v2.2.6") protected FixedArray y
@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:20+02:00", comments="JAXB RI v2.2.6") protected FixedArray z
@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:20+02:00", comments="JAXB RI v2.2.6") public FixedArray getReturn()
FixedArray@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:20+02:00", comments="JAXB RI v2.2.6") public void setReturn(FixedArray value)
value - allowed object is
FixedArray@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:20+02:00", comments="JAXB RI v2.2.6") public FixedArray getY()
FixedArray@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:20+02:00", comments="JAXB RI v2.2.6") public void setY(FixedArray value)
value - allowed object is
FixedArray@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:20+02:00", comments="JAXB RI v2.2.6") public FixedArray getZ()
FixedArray@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:20+02:00", comments="JAXB RI v2.2.6") public void setZ(FixedArray value)
value - allowed object is
FixedArrayApache CXF