wssec.wssc
Class PingResponse

java.lang.Object
  extended by 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>
 


Field Summary
protected  PingResponseBody pingResponse
           
 
Constructor Summary
PingResponse()
           
 
Method Summary
 PingResponseBody getPingResponse()
          Gets the value of the pingResponse property.
 void setPingResponse(PingResponseBody value)
          Sets the value of the pingResponse property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

pingResponse

protected PingResponseBody pingResponse
Constructor Detail

PingResponse

public PingResponse()
Method Detail

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