org.ota.misc
Class NotifReportRQ.NotifDetails.HotelNotifReport.HotelDescriptiveContents

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

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

Collection of hotel descriptive contents. 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="HotelDescriptiveContents" minOccurs="0">
   <xs:complexType>
     <xs:sequence>
       <xs:element name="HotelDescriptiveContent" maxOccurs="unbounded">
         <!-- Reference to inner class HotelDescriptiveContent -->
       </xs:element>
     </xs:sequence>
     <xs:attributeGroup ref="ns:HotelReferenceGroup"/>
   </xs:complexType>
 </xs:element>
 


Nested Class Summary
static class NotifReportRQ.NotifDetails.HotelNotifReport.HotelDescriptiveContents.HotelDescriptiveContent
          A hotel descriptive content message that was not successfully processed.
 
Constructor Summary
NotifReportRQ.NotifDetails.HotelNotifReport.HotelDescriptiveContents()
           
 
Method Summary
 void addHotelDescriptiveContent(NotifReportRQ.NotifDetails.HotelNotifReport.HotelDescriptiveContents.HotelDescriptiveContent item)
          Add a 'HotelDescriptiveContent' element item.
 void clearHotelDescriptiveContents()
          Remove all 'HotelDescriptiveContent' element items.
 NotifReportRQ.NotifDetails.HotelNotifReport.HotelDescriptiveContents.HotelDescriptiveContent getHotelDescriptiveContent(int index)
          Get 'HotelDescriptiveContent' element item by position.
 java.util.List<NotifReportRQ.NotifDetails.HotelNotifReport.HotelDescriptiveContents.HotelDescriptiveContent> getHotelDescriptiveContents()
          Get the list of 'HotelDescriptiveContent' element items.
 HotelReferenceGroup getHotelReferenceGroup()
          Get the 'HotelReferenceGroup' attributeGroup value.
 void setHotelDescriptiveContents(java.util.List<NotifReportRQ.NotifDetails.HotelNotifReport.HotelDescriptiveContents.HotelDescriptiveContent> list)
          Set the list of 'HotelDescriptiveContent' element items.
 void setHotelReferenceGroup(HotelReferenceGroup hotelReferenceGroup)
          Set the 'HotelReferenceGroup' attributeGroup value.
 int sizeHotelDescriptiveContents()
          Get the number of 'HotelDescriptiveContent' element items.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NotifReportRQ.NotifDetails.HotelNotifReport.HotelDescriptiveContents

public NotifReportRQ.NotifDetails.HotelNotifReport.HotelDescriptiveContents()
Method Detail

getHotelDescriptiveContents

public java.util.List<NotifReportRQ.NotifDetails.HotelNotifReport.HotelDescriptiveContents.HotelDescriptiveContent> getHotelDescriptiveContents()
Get the list of 'HotelDescriptiveContent' element items.

Returns:
list

setHotelDescriptiveContents

public void setHotelDescriptiveContents(java.util.List<NotifReportRQ.NotifDetails.HotelNotifReport.HotelDescriptiveContents.HotelDescriptiveContent> list)
Set the list of 'HotelDescriptiveContent' element items.

Parameters:
list -

sizeHotelDescriptiveContents

public int sizeHotelDescriptiveContents()
Get the number of 'HotelDescriptiveContent' element items.

Returns:
count

addHotelDescriptiveContent

public void addHotelDescriptiveContent(NotifReportRQ.NotifDetails.HotelNotifReport.HotelDescriptiveContents.HotelDescriptiveContent item)
Add a 'HotelDescriptiveContent' element item.

Parameters:
item -

getHotelDescriptiveContent

public NotifReportRQ.NotifDetails.HotelNotifReport.HotelDescriptiveContents.HotelDescriptiveContent getHotelDescriptiveContent(int index)
Get 'HotelDescriptiveContent' element item by position.

Parameters:
index -
Returns:
item

clearHotelDescriptiveContents

public void clearHotelDescriptiveContents()
Remove all 'HotelDescriptiveContent' element items.


getHotelReferenceGroup

public HotelReferenceGroup getHotelReferenceGroup()
Get the 'HotelReferenceGroup' attributeGroup value. The hotel reference identifies a specific hotel by using the chain code, the brand code, and the hotel code. The codes used are agreed upon by trading partners.

Returns:
value

setHotelReferenceGroup

public void setHotelReferenceGroup(HotelReferenceGroup hotelReferenceGroup)
Set the 'HotelReferenceGroup' attributeGroup value. The hotel reference identifies a specific hotel by using the chain code, the brand code, and the hotel code. The codes used are agreed upon by trading partners.

Parameters:
hotelReferenceGroup -