@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-03T02:24:52-05:00", comments="JAXB RI v2.3.3") public class TestNillable extends Object
| Modifier and Type | Field and Description |
|---|---|
protected int |
intElem |
protected String |
nillElem |
| Constructor and Description |
|---|
TestNillable() |
| Modifier and Type | Method and Description |
|---|---|
int |
getIntElem()
Gets the value of the intElem property.
|
String |
getNillElem()
Gets the value of the nillElem property.
|
void |
setIntElem(int value)
Sets the value of the intElem property.
|
void |
setNillElem(String value)
Sets the value of the nillElem property.
|
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-03T02:24:52-05:00", comments="JAXB RI v2.3.3") protected String nillElem
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-03T02:24:52-05:00", comments="JAXB RI v2.3.3") protected int intElem
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-03T02:24:52-05:00", comments="JAXB RI v2.3.3") public String getNillElem()
String@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-03T02:24:52-05:00", comments="JAXB RI v2.3.3") public void setNillElem(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-03T02:24:52-05:00", comments="JAXB RI v2.3.3") public int getIntElem()
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-03T02:24:52-05:00", comments="JAXB RI v2.3.3") public void setIntElem(int value)
Apache CXF