@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-03T02:24:51-05:00", comments="JAXB RI v2.3.3") public class ComplexStruct extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
elem1 |
protected String |
elem2 |
protected int |
elem3 |
| Constructor and Description |
|---|
ComplexStruct() |
| Modifier and Type | Method and Description |
|---|---|
String |
getElem1()
Gets the value of the elem1 property.
|
String |
getElem2()
Gets the value of the elem2 property.
|
int |
getElem3()
Gets the value of the elem3 property.
|
void |
setElem1(String value)
Sets the value of the elem1 property.
|
void |
setElem2(String value)
Sets the value of the elem2 property.
|
void |
setElem3(int value)
Sets the value of the elem3 property.
|
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-03T02:24:51-05:00", comments="JAXB RI v2.3.3") protected String elem1
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-03T02:24:51-05:00", comments="JAXB RI v2.3.3") protected String elem2
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-03T02:24:51-05:00", comments="JAXB RI v2.3.3") protected int elem3
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-03T02:24:51-05:00", comments="JAXB RI v2.3.3") public String getElem1()
String@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-03T02:24:51-05:00", comments="JAXB RI v2.3.3") public void setElem1(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-03T02:24:51-05:00", comments="JAXB RI v2.3.3") public String getElem2()
String@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-03T02:24:51-05:00", comments="JAXB RI v2.3.3") public void setElem2(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-03T02:24:51-05:00", comments="JAXB RI v2.3.3") public int getElem3()
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-03T02:24:51-05:00", comments="JAXB RI v2.3.3") public void setElem3(int value)
Apache CXF