wssec.wssc
Class PingResponse

java.lang.Object
  extended by wssec.wssc.PingResponse

@Generated(value="com.sun.tools.xjc.Driver",
           date="2012-10-02T03:45:03+00:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-2")
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

@Generated(value="com.sun.tools.xjc.Driver",
           date="2012-10-02T03:45:03+00:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-2")
protected PingResponseBody pingResponse
Constructor Detail

PingResponse

public PingResponse()
Method Detail

getPingResponse

@Generated(value="com.sun.tools.xjc.Driver",
           date="2012-10-02T03:45:03+00:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public PingResponseBody getPingResponse()
Gets the value of the pingResponse property.

Returns:
possible object is PingResponseBody

setPingResponse

@Generated(value="com.sun.tools.xjc.Driver",
           date="2012-10-02T03:45:03+00:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public void setPingResponse(PingResponseBody value)
Sets the value of the pingResponse property.

Parameters:
value - allowed object is PingResponseBody


Apache CXF