org.ota.misc
Class DestActivityCapabilitiesRQ

java.lang.Object
  extended by org.ota.shared.OTAPayloadStdAttributes
      extended by org.ota.misc.DestActivityCapabilitiesRQ

public class DestActivityCapabilitiesRQ
extends OTAPayloadStdAttributes

Sends a request for the functional capabilities of the target system (e.g., ). Following calls (such as resRQ) may be altered depending upon the target system's level of functionality. 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_DestActivityCapabilitiesRQ">
   <xs:complexType>
     <xs:attributeGroup ref="ns:OTA_PayloadStdAttributes"/>
   </xs:complexType>
 </xs:element>
 


Nested Class Summary
 
Nested classes/interfaces inherited from class org.ota.shared.OTAPayloadStdAttributes
OTAPayloadStdAttributes.Target, OTAPayloadStdAttributes.TransactionStatusCode
 
Constructor Summary
DestActivityCapabilitiesRQ()
           
 
Method Summary
 
Methods inherited from class org.ota.shared.OTAPayloadStdAttributes
getAltLangID, getCorrelationID, getEchoToken, getPrimaryLangID, getRetransmissionIndicator, getSequenceNmbr, getTarget, getTimeStamp, getTransactionIdentifier, getTransactionStatusCode, getVersion, setAltLangID, setCorrelationID, setEchoToken, setPrimaryLangID, setRetransmissionIndicator, setSequenceNmbr, setTarget, setTimeStamp, setTransactionIdentifier, setTransactionStatusCode, setVersion
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DestActivityCapabilitiesRQ

public DestActivityCapabilitiesRQ()