@Generated(value="com.sun.tools.xjc.Driver",
date="2014-05-30T10:16:43-02:30",
comments="JAXB RI v2.2.5")
public class TestStructWithSubstitutionGroupNilResponse
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}StructWithSubstitutionGroupNil"/>
<element name="y" type="{http://apache.org/type_test/types3}StructWithSubstitutionGroupNil"/>
<element name="z" type="{http://apache.org/type_test/types3}StructWithSubstitutionGroupNil"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected StructWithSubstitutionGroupNil |
_return |
protected StructWithSubstitutionGroupNil |
y |
protected StructWithSubstitutionGroupNil |
z |
| Constructor and Description |
|---|
TestStructWithSubstitutionGroupNilResponse() |
| Modifier and Type | Method and Description |
|---|---|
StructWithSubstitutionGroupNil |
getReturn()
Gets the value of the return property.
|
StructWithSubstitutionGroupNil |
getY()
Gets the value of the y property.
|
StructWithSubstitutionGroupNil |
getZ()
Gets the value of the z property.
|
void |
setReturn(StructWithSubstitutionGroupNil value)
Sets the value of the return property.
|
void |
setY(StructWithSubstitutionGroupNil value)
Sets the value of the y property.
|
void |
setZ(StructWithSubstitutionGroupNil value)
Sets the value of the z property.
|
@Generated(value="com.sun.tools.xjc.Driver",
date="2014-05-30T10:16:43-02:30",
comments="JAXB RI v2.2.5")
protected StructWithSubstitutionGroupNil _return
@Generated(value="com.sun.tools.xjc.Driver",
date="2014-05-30T10:16:43-02:30",
comments="JAXB RI v2.2.5")
protected StructWithSubstitutionGroupNil y
@Generated(value="com.sun.tools.xjc.Driver",
date="2014-05-30T10:16:43-02:30",
comments="JAXB RI v2.2.5")
protected StructWithSubstitutionGroupNil z
public TestStructWithSubstitutionGroupNilResponse()
@Generated(value="com.sun.tools.xjc.Driver",
date="2014-05-30T10:16:43-02:30",
comments="JAXB RI v2.2.5")
public StructWithSubstitutionGroupNil getReturn()
StructWithSubstitutionGroupNil@Generated(value="com.sun.tools.xjc.Driver",
date="2014-05-30T10:16:43-02:30",
comments="JAXB RI v2.2.5")
public void setReturn(StructWithSubstitutionGroupNil value)
value - allowed object is
StructWithSubstitutionGroupNil@Generated(value="com.sun.tools.xjc.Driver",
date="2014-05-30T10:16:43-02:30",
comments="JAXB RI v2.2.5")
public StructWithSubstitutionGroupNil getY()
StructWithSubstitutionGroupNil@Generated(value="com.sun.tools.xjc.Driver",
date="2014-05-30T10:16:43-02:30",
comments="JAXB RI v2.2.5")
public void setY(StructWithSubstitutionGroupNil value)
value - allowed object is
StructWithSubstitutionGroupNil@Generated(value="com.sun.tools.xjc.Driver",
date="2014-05-30T10:16:43-02:30",
comments="JAXB RI v2.2.5")
public StructWithSubstitutionGroupNil getZ()
StructWithSubstitutionGroupNil@Generated(value="com.sun.tools.xjc.Driver",
date="2014-05-30T10:16:43-02:30",
comments="JAXB RI v2.2.5")
public void setZ(StructWithSubstitutionGroupNil value)
value - allowed object is
StructWithSubstitutionGroupNilApache CXF