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