wssec.wssc
Class PingResponse
java.lang.Object
wssec.wssc.PingResponse
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>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
pingResponse
protected PingResponseBody pingResponse
PingResponse
public PingResponse()
getPingResponse
public PingResponseBody getPingResponse()
- Gets the value of the pingResponse property.
- Returns:
- possible object is
PingResponseBody
setPingResponse
public void setPingResponse(PingResponseBody value)
- Sets the value of the pingResponse property.
- Parameters:
value - allowed object is
PingResponseBody
Apache CXF