wssec.wssc
Class PingRequest

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

@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 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>
 


Field Summary
protected  Ping ping
           
 
Constructor Summary
PingRequest()
           
 
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
 

Field Detail

ping

@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 Ping ping
Constructor Detail

PingRequest

public PingRequest()
Method Detail

getPing

@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 Ping getPing()
Gets the value of the ping property.

Returns:
possible object is Ping

setPing

@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 setPing(Ping value)
Sets the value of the ping property.

Parameters:
value - allowed object is Ping


Apache CXF