org.ota.misc
Class NotifReportRQ

java.lang.Object
  extended by org.ota.shared.MessageAcknowledgement
      extended by org.ota.misc.NotifReportRQ

public class NotifReportRQ
extends MessageAcknowledgement

This message is used to indicate the status of processing one or several previous messages. 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_NotifReportRQ">
   <xs:complexType>
     <xs:complexContent>
       <xs:extension base="ns:MessageAcknowledgementType">
         <xs:sequence>
           <xs:element name="NotifDetails" minOccurs="0">
             <!-- Reference to inner class NotifDetails -->
           </xs:element>
         </xs:sequence>
       </xs:extension>
     </xs:complexContent>
   </xs:complexType>
 </xs:element>
 


Nested Class Summary
static class NotifReportRQ.NotifDetails
          A container used to specify a certain set of previous messages.
 
Constructor Summary
NotifReportRQ()
           
 
Method Summary
 NotifReportRQ.NotifDetails getNotifDetails()
          Get the 'NotifDetails' element value.
 void setNotifDetails(NotifReportRQ.NotifDetails notifDetails)
          Set the 'NotifDetails' element value.
 
Methods inherited from class org.ota.shared.MessageAcknowledgement
clearChoiceSelect, getErrors, getOTAPayloadStdAttributes, getTPAExtensions, getUniqueID, getWarnings, ifErrors, ifSuccess, setErrors, setOTAPayloadStdAttributes, setTPAExtensions, setUniqueID, setWarnings
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NotifReportRQ

public NotifReportRQ()
Method Detail

getNotifDetails

public NotifReportRQ.NotifDetails getNotifDetails()
Get the 'NotifDetails' element value.

Returns:
value

setNotifDetails

public void setNotifDetails(NotifReportRQ.NotifDetails notifDetails)
Set the 'NotifDetails' element value.

Parameters:
notifDetails -