@Generated(value="com.sun.tools.xjc.Driver", date="2017-08-11T07:23:23-04:00", comments="JAXB RI v2.2.11") public class PingResponse extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://xmlsoap.org/Ping}PingResponse" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected PingResponseBody |
pingResponse |
| Constructor and Description |
|---|
PingResponse() |
| Modifier and Type | Method and Description |
|---|---|
PingResponseBody |
getPingResponse()
Gets the value of the pingResponse property.
|
void |
setPingResponse(PingResponseBody value)
Sets the value of the pingResponse property.
|
@Generated(value="com.sun.tools.xjc.Driver", date="2017-08-11T07:23:23-04:00", comments="JAXB RI v2.2.11") protected PingResponseBody pingResponse
@Generated(value="com.sun.tools.xjc.Driver", date="2017-08-11T07:23:23-04:00", comments="JAXB RI v2.2.11") public PingResponseBody getPingResponse()
PingResponseBody@Generated(value="com.sun.tools.xjc.Driver", date="2017-08-11T07:23:23-04:00", comments="JAXB RI v2.2.11") public void setPingResponse(PingResponseBody value)
value - allowed object is
PingResponseBodyApache CXF