@Generated(value="com.sun.tools.xjc.Driver", date="2017-08-11T07:23:23-04:00", comments="JAXB RI v2.2.11") public class PingResponseBody extends Object
Java class for PingResponseBody complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PingResponseBody">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="scenario" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="origin" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="text" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
origin |
protected String |
scenario |
protected String |
text |
| Constructor and Description |
|---|
PingResponseBody() |
| Modifier and Type | Method and Description |
|---|---|
String |
getOrigin()
Gets the value of the origin property.
|
String |
getScenario()
Gets the value of the scenario property.
|
String |
getText()
Gets the value of the text property.
|
void |
setOrigin(String value)
Sets the value of the origin property.
|
void |
setScenario(String value)
Sets the value of the scenario property.
|
void |
setText(String value)
Sets the value of the text property.
|
@Generated(value="com.sun.tools.xjc.Driver", date="2017-08-11T07:23:23-04:00", comments="JAXB RI v2.2.11") protected String scenario
@Generated(value="com.sun.tools.xjc.Driver", date="2017-08-11T07:23:23-04:00", comments="JAXB RI v2.2.11") protected String origin
@Generated(value="com.sun.tools.xjc.Driver", date="2017-08-11T07:23:23-04:00", comments="JAXB RI v2.2.11") protected String text
@Generated(value="com.sun.tools.xjc.Driver", date="2017-08-11T07:23:23-04:00", comments="JAXB RI v2.2.11") public String getScenario()
String@Generated(value="com.sun.tools.xjc.Driver", date="2017-08-11T07:23:23-04:00", comments="JAXB RI v2.2.11") public void setScenario(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2017-08-11T07:23:23-04:00", comments="JAXB RI v2.2.11") public String getOrigin()
String@Generated(value="com.sun.tools.xjc.Driver", date="2017-08-11T07:23:23-04:00", comments="JAXB RI v2.2.11") public void setOrigin(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2017-08-11T07:23:23-04:00", comments="JAXB RI v2.2.11") public String getText()
StringApache CXF