@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-03T02:24:51-05:00", comments="JAXB RI v2.3.3") public class StructWithNillableChoice extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
varInt |
protected int |
varInteger |
protected String |
varString |
| Constructor and Description |
|---|
StructWithNillableChoice() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getVarInt()
Gets the value of the varInt property.
|
int |
getVarInteger()
Gets the value of the varInteger property.
|
String |
getVarString()
Gets the value of the varString property.
|
void |
setVarInt(Integer value)
Sets the value of the varInt property.
|
void |
setVarInteger(int value)
Sets the value of the varInteger property.
|
void |
setVarString(String value)
Sets the value of the varString property.
|
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-03T02:24:51-05:00", comments="JAXB RI v2.3.3") protected int varInteger
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-03T02:24:51-05:00", comments="JAXB RI v2.3.3") protected Integer varInt
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-03T02:24:51-05:00", comments="JAXB RI v2.3.3") protected String varString
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-03T02:24:51-05:00", comments="JAXB RI v2.3.3") public int getVarInteger()
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-03T02:24:51-05:00", comments="JAXB RI v2.3.3") public void setVarInteger(int value)
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-03T02:24:51-05:00", comments="JAXB RI v2.3.3") public Integer getVarInt()
Integer@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-03T02:24:51-05:00", comments="JAXB RI v2.3.3") public void setVarInt(Integer value)
value - allowed object is
Integer@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-03T02:24:51-05:00", comments="JAXB RI v2.3.3") public String getVarString()
StringApache CXF