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