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