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