@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:26+02:00", comments="JAXB RI v2.2.6") public class ComplexStruct extends Object
Java class for ComplexStruct complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ComplexStruct">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="elem1" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="elem2" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="elem3" type="{http://www.w3.org/2001/XMLSchema}int"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| 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="2014-04-08T02:14:26+02:00", comments="JAXB RI v2.2.6") protected String elem1
@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:26+02:00", comments="JAXB RI v2.2.6") protected String elem2
@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:26+02:00", comments="JAXB RI v2.2.6") protected int elem3
@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:26+02:00", comments="JAXB RI v2.2.6") public String getElem1()
String@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:26+02:00", comments="JAXB RI v2.2.6") public void setElem1(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:26+02:00", comments="JAXB RI v2.2.6") public String getElem2()
String@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:26+02:00", comments="JAXB RI v2.2.6") public void setElem2(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:26+02:00", comments="JAXB RI v2.2.6") public int getElem3()
@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:26+02:00", comments="JAXB RI v2.2.6") public void setElem3(int value)
Apache CXF