|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.shared.MessageAcknowledgement
org.ota.misc.NotifReportRQ
public class NotifReportRQ
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 |
---|
public NotifReportRQ()
Method Detail |
---|
public NotifReportRQ.NotifDetails getNotifDetails()
public void setNotifDetails(NotifReportRQ.NotifDetails notifDetails)
notifDetails
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |