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