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