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