|
|||||||
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
public class 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="ResGlobalInfoType"> <xs:complexContent> <xs:extension base="ns:ResCommonDetailType"> <xs:sequence> <xs:element type="ns:HotelReservationIDsType" name="HotelReservationIDs" minOccurs="0"/> <xs:element type="ns:RoutingHopType" name="RoutingHops" minOccurs="0"/> <xs:element type="ns:ProfilesType" name="Profiles" minOccurs="0"/> <xs:element type="ns:BookingRulesType" name="BookingRules" minOccurs="0"/> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType>
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.ota.hotel.ResCommonDetail |
---|
ResCommonDetail.TimeSpan |
Constructor Summary | |
---|---|
ResGlobalInfo()
|
Method Summary | |
---|---|
BookingRules |
getBookingRules()
Get the 'BookingRules' element value. |
HotelReservationIDs |
getHotelReservationIDs()
Get the 'HotelReservationIDs' element value. |
Profiles |
getProfiles()
Get the 'Profiles' element value. |
RoutingHop |
getRoutingHops()
Get the 'RoutingHops' element value. |
void |
setBookingRules(BookingRules bookingRules)
Set the 'BookingRules' element value. |
void |
setHotelReservationIDs(HotelReservationIDs hotelReservationIDs)
Set the 'HotelReservationIDs' element value. |
void |
setProfiles(Profiles profiles)
Set the 'Profiles' element value. |
void |
setRoutingHops(RoutingHop routingHops)
Set the 'RoutingHops' element value. |
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 ResGlobalInfo()
Method Detail |
---|
public HotelReservationIDs getHotelReservationIDs()
public void setHotelReservationIDs(HotelReservationIDs hotelReservationIDs)
hotelReservationIDs
- public RoutingHop getRoutingHops()
public void setRoutingHops(RoutingHop routingHops)
routingHops
- public Profiles getProfiles()
public void setProfiles(Profiles profiles)
profiles
- public BookingRules getBookingRules()
public void setBookingRules(BookingRules bookingRules)
bookingRules
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |