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