|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.hotel.ResCommonDetail
org.ota.hotel.ResGlobalInfo
org.ota.dynamicpkg.DynamicPkgGlobalInfo
public class DynamicPkgGlobalInfo
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 |
---|
public DynamicPkgGlobalInfo()
Method Detail |
---|
public DynamicPkgGlobalInfo.DynamicPkgIDs getDynamicPkgIDs()
public void setDynamicPkgIDs(DynamicPkgGlobalInfo.DynamicPkgIDs dynamicPkgIDs)
dynamicPkgIDs
- public DynamicPkgGlobalInfo.Promotions getPromotions()
public void setPromotions(DynamicPkgGlobalInfo.Promotions promotions)
promotions
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |