org.ota.misc
Class NotifReportRQ.NotifDetails

java.lang.Object
  extended by org.ota.misc.NotifReportRQ.NotifDetails
Enclosing class:
NotifReportRQ

public static class NotifReportRQ.NotifDetails
extends java.lang.Object

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

NotifReportRQ.NotifDetails

public NotifReportRQ.NotifDetails()
Method Detail

clearNotifDetailsSelect

public void clearNotifDetailsSelect()
Clear the choice selection.


ifHotelNotifReport

public boolean ifHotelNotifReport()
Check if HotelNotifReport is current selection for choice.

Returns:
true if selection, false if not

getHotelNotifReport

public NotifReportRQ.NotifDetails.HotelNotifReport getHotelNotifReport()
Get the 'HotelNotifReport' element value.

Returns:
value

setHotelNotifReport

public void setHotelNotifReport(NotifReportRQ.NotifDetails.HotelNotifReport hotelNotifReport)
Set the 'HotelNotifReport' element value.

Parameters:
hotelNotifReport -

ifVehNotifReport

public boolean ifVehNotifReport()
Check if VehNotifReport is current selection for choice.

Returns:
true if selection, false if not

getVehRes

public NotifReportRQ.NotifDetails.VehRes getVehRes()
Get the 'VehRes' element value. Used to provide business details regarding processing of a previous vehicle message.

Returns:
value

setVehRes

public void setVehRes(NotifReportRQ.NotifDetails.VehRes vehRes)
Set the 'VehRes' element value. Used to provide business details regarding processing of a previous vehicle message.

Parameters:
vehRes -