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