|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.misc.NotifReportRQ.NotifDetails
public static class NotifReportRQ.NotifDetails
A container used to specify a certain set of 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="NotifDetails" minOccurs="0">
<xs:complexType>
<xs:choice>
<xs:element name="HotelNotifReport">
<!-- Reference to inner class HotelNotifReport -->
</xs:element>
<xs:element name="VehNotifReport">
<xs:complexType>
<xs:sequence>
<xs:element name="VehRes" minOccurs="0">
<!-- Reference to inner class VehRes -->
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:choice>
</xs:complexType>
</xs:element>
| Nested Class Summary | |
|---|---|
static class |
NotifReportRQ.NotifDetails.HotelNotifReport
Used to provide business details regarding processing of a previous hotel message. |
static class |
NotifReportRQ.NotifDetails.VehRes
Vehicle reservation. |
| Constructor Summary | |
|---|---|
NotifReportRQ.NotifDetails()
|
|
| Method Summary | |
|---|---|
void |
clearNotifDetailsSelect()
Clear the choice selection. |
NotifReportRQ.NotifDetails.HotelNotifReport |
getHotelNotifReport()
Get the 'HotelNotifReport' element value. |
NotifReportRQ.NotifDetails.VehRes |
getVehRes()
Get the 'VehRes' element value. |
boolean |
ifHotelNotifReport()
Check if HotelNotifReport is current selection for choice. |
boolean |
ifVehNotifReport()
Check if VehNotifReport is current selection for choice. |
void |
setHotelNotifReport(NotifReportRQ.NotifDetails.HotelNotifReport hotelNotifReport)
Set the 'HotelNotifReport' element value. |
void |
setVehRes(NotifReportRQ.NotifDetails.VehRes vehRes)
Set the 'VehRes' element value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NotifReportRQ.NotifDetails()
| Method Detail |
|---|
public void clearNotifDetailsSelect()
public boolean ifHotelNotifReport()
true if selection, false if notpublic NotifReportRQ.NotifDetails.HotelNotifReport getHotelNotifReport()
public void setHotelNotifReport(NotifReportRQ.NotifDetails.HotelNotifReport hotelNotifReport)
hotelNotifReport - public boolean ifVehNotifReport()
true if selection, false if notpublic NotifReportRQ.NotifDetails.VehRes getVehRes()
public void setVehRes(NotifReportRQ.NotifDetails.VehRes vehRes)
vehRes -
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||