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