org.ota.misc
Class PingRQ

java.lang.Object
  extended by org.ota.misc.PingRQ

public class PingRQ
extends java.lang.Object

The OTA_PingRQ message may be used for testing application connectivity, sending some specific text and determining if the receiving application is able to echo back that same text. Schema fragment(s) for this class:

 <xs:element xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="OTA_PingRQ">
   <xs:complexType>
     <xs:sequence>
       <xs:element type="xs:string" name="EchoData"/>
     </xs:sequence>
     <xs:attributeGroup ref="ns:OTA_PayloadStdAttributes"/>
   </xs:complexType>
 </xs:element>
 


Constructor Summary
PingRQ()
           
 
Method Summary
 java.lang.String getEchoData()
          Get the 'EchoData' element value.
 OTAPayloadStdAttributes getPayloadStdAttributes()
          Get the 'OTA_PayloadStdAttributes' attributeGroup value.
 void setEchoData(java.lang.String echoData)
          Set the 'EchoData' element value.
 void setPayloadStdAttributes(OTAPayloadStdAttributes payloadStdAttributes)
          Set the 'OTA_PayloadStdAttributes' attributeGroup value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PingRQ

public PingRQ()
Method Detail

getEchoData

public java.lang.String getEchoData()
Get the 'EchoData' element value. The free-text data that is expected to be echoed back in the response message.

Returns:
value

setEchoData

public void setEchoData(java.lang.String echoData)
Set the 'EchoData' element value. The free-text data that is expected to be echoed back in the response message.

Parameters:
echoData -

getPayloadStdAttributes

public OTAPayloadStdAttributes getPayloadStdAttributes()
Get the 'OTA_PayloadStdAttributes' attributeGroup value.

Returns:
value

setPayloadStdAttributes

public void setPayloadStdAttributes(OTAPayloadStdAttributes payloadStdAttributes)
Set the 'OTA_PayloadStdAttributes' attributeGroup value.

Parameters:
payloadStdAttributes -