@Generated(value="com.sun.tools.xjc.Driver", date="2017-04-05T04:19:07-04:00", comments="JAXB RI v2.2.11") public class StringStruct extends Object
Java class for stringStruct complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="stringStruct">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="arg0" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="arg1" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
arg0 |
protected String |
arg1 |
| Constructor and Description |
|---|
StringStruct() |
| Modifier and Type | Method and Description |
|---|---|
String |
getArg0()
Gets the value of the arg0 property.
|
String |
getArg1()
Gets the value of the arg1 property.
|
void |
setArg0(String value)
Sets the value of the arg0 property.
|
void |
setArg1(String value)
Sets the value of the arg1 property.
|
@Generated(value="com.sun.tools.xjc.Driver", date="2017-04-05T04:19:07-04:00", comments="JAXB RI v2.2.11") protected String arg0
@Generated(value="com.sun.tools.xjc.Driver", date="2017-04-05T04:19:07-04:00", comments="JAXB RI v2.2.11") protected String arg1
@Generated(value="com.sun.tools.xjc.Driver", date="2017-04-05T04:19:07-04:00", comments="JAXB RI v2.2.11") public String getArg0()
String@Generated(value="com.sun.tools.xjc.Driver", date="2017-04-05T04:19:07-04:00", comments="JAXB RI v2.2.11") public void setArg0(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2017-04-05T04:19:07-04:00", comments="JAXB RI v2.2.11") public String getArg1()
StringApache CXF