org.ota.dynamicpkg
Class DynamicPkgGlobalInfo

java.lang.Object
  extended by org.ota.hotel.ResCommonDetail
      extended by org.ota.hotel.ResGlobalInfo
          extended by org.ota.dynamicpkg.DynamicPkgGlobalInfo

public class DynamicPkgGlobalInfo
extends ResGlobalInfo

ResGlobalInfo is a container for various information that affects the Reservation as a whole. These include global comments, counts, reservation IDs, loyalty programs, and payment methods. Schema fragment(s) for this class:

 <xs:complexType xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="DynamicPkgGlobalInfoType">
   <xs:complexContent>
     <xs:extension base="ns:ResGlobalInfoType">
       <xs:sequence>
         <xs:element name="DynamicPkgIDs" minOccurs="0">
           <!-- Reference to inner class DynamicPkgIDs -->
         </xs:element>
         <xs:element name="Promotions" minOccurs="0">
           <!-- Reference to inner class Promotions -->
         </xs:element>
       </xs:sequence>
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>
 


Nested Class Summary
static class DynamicPkgGlobalInfo.DynamicPkgIDs
          A collection of unique identifiers that can be used to represent the dynamic package.
static class DynamicPkgGlobalInfo.Promotions
          Collection of promotions applied to the package Schema fragment(s) for this class:
 
Nested classes/interfaces inherited from class org.ota.hotel.ResCommonDetail
ResCommonDetail.TimeSpan
 
Constructor Summary
DynamicPkgGlobalInfo()
           
 
Method Summary
 DynamicPkgGlobalInfo.DynamicPkgIDs getDynamicPkgIDs()
          Get the 'DynamicPkgIDs' element value.
 DynamicPkgGlobalInfo.Promotions getPromotions()
          Get the 'Promotions' element value.
 void setDynamicPkgIDs(DynamicPkgGlobalInfo.DynamicPkgIDs dynamicPkgIDs)
          Set the 'DynamicPkgIDs' element value.
 void setPromotions(DynamicPkgGlobalInfo.Promotions promotions)
          Set the 'Promotions' element value.
 
Methods inherited from class org.ota.hotel.ResGlobalInfo
getBookingRules, getHotelReservationIDs, getProfiles, getRoutingHops, setBookingRules, setHotelReservationIDs, setProfiles, setRoutingHops
 
Methods inherited from class org.ota.hotel.ResCommonDetail
getCancelPenalties, getComments, getDepositPayments, getFees, getGuarantee, getGuestCounts, getMemberships, getResGuestRPHs, getSpecialRequests, getTimeSpan, getTotal, setCancelPenalties, setComments, setDepositPayments, setFees, setGuarantee, setGuestCounts, setMemberships, setResGuestRPHs, setSpecialRequests, setTimeSpan, setTotal
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DynamicPkgGlobalInfo

public DynamicPkgGlobalInfo()
Method Detail

getDynamicPkgIDs

public DynamicPkgGlobalInfo.DynamicPkgIDs getDynamicPkgIDs()
Get the 'DynamicPkgIDs' element value.

Returns:
value

setDynamicPkgIDs

public void setDynamicPkgIDs(DynamicPkgGlobalInfo.DynamicPkgIDs dynamicPkgIDs)
Set the 'DynamicPkgIDs' element value.

Parameters:
dynamicPkgIDs -

getPromotions

public DynamicPkgGlobalInfo.Promotions getPromotions()
Get the 'Promotions' element value.

Returns:
value

setPromotions

public void setPromotions(DynamicPkgGlobalInfo.Promotions promotions)
Set the 'Promotions' element value.

Parameters:
promotions -