@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-03T02:24:50-05:00", comments="JAXB RI v2.3.3") public class TestColourEnum extends Object
| Modifier and Type | Field and Description |
|---|---|
protected ColourEnum |
x |
protected ColourEnum |
y |
| Constructor and Description |
|---|
TestColourEnum() |
| Modifier and Type | Method and Description |
|---|---|
ColourEnum |
getX()
Gets the value of the x property.
|
ColourEnum |
getY()
Gets the value of the y property.
|
void |
setX(ColourEnum value)
Sets the value of the x property.
|
void |
setY(ColourEnum value)
Sets the value of the y property.
|
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-03T02:24:50-05:00", comments="JAXB RI v2.3.3") protected ColourEnum x
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-03T02:24:50-05:00", comments="JAXB RI v2.3.3") protected ColourEnum y
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-03T02:24:50-05:00", comments="JAXB RI v2.3.3") public ColourEnum getX()
ColourEnum@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-03T02:24:50-05:00", comments="JAXB RI v2.3.3") public void setX(ColourEnum value)
value - allowed object is
ColourEnum@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-03T02:24:50-05:00", comments="JAXB RI v2.3.3") public ColourEnum getY()
ColourEnum@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-03T02:24:50-05:00", comments="JAXB RI v2.3.3") public void setY(ColourEnum value)
value - allowed object is
ColourEnumApache CXF