wssec.wssc
Class PingRequest
java.lang.Object
wssec.wssc.PingRequest
public class PingRequest
- 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}Ping" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
|
Method Summary |
Ping |
getPing()
Gets the value of the ping property. |
void |
setPing(Ping value)
Sets the value of the ping property. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ping
protected Ping ping
PingRequest
public PingRequest()
getPing
public Ping getPing()
- Gets the value of the ping property.
- Returns:
- possible object is
Ping
setPing
public void setPing(Ping value)
- Sets the value of the ping property.
- Parameters:
value - allowed object is
Ping
Apache CXF