@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:27+02:00", comments="JAXB RI v2.2.6") 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() |
@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:27+02:00", comments="JAXB RI v2.2.6") protected String arg0
@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:27+02:00", comments="JAXB RI v2.2.6") protected String arg1
@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:27+02:00", comments="JAXB RI v2.2.6") public String getArg0()
String@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:27+02:00", comments="JAXB RI v2.2.6") public void setArg0(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:27+02:00", comments="JAXB RI v2.2.6") public String getArg1()
StringApache CXF