|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.hotel.RoomStay
org.ota.hotel.HotelReservation.RoomStays.RoomStay
public static class HotelReservation.RoomStays.RoomStay
Details on the Room Stay including Guest Counts, Time Span of this Room Stay, pointers to Res Guests, guest Memberships, Comments and Special Requests pertaining to this particular Room Stay and finally finacial information related to the Room Stay, including Guarantee, Deposit and Payment and Cancellation Penalties. A collection of reference place holders. This is a reference placeholder, used as an index for the reservation guests. A collection of Hotel Service reference placeholders. 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="RoomStay" maxOccurs="unbounded"> <xs:complexType> <xs:complexContent> <xs:extension base="ns:RoomStayType"> <xs:sequence> <xs:element type="ns:ResGuestRPHsType" name="ResGuestRPHs" minOccurs="0"/> <xs:element type="ns:MembershipType" name="Memberships" minOccurs="0"/> <xs:element type="ns:CommentType" name="Comments" minOccurs="0"/> <xs:element type="ns:SpecialRequestType" name="SpecialRequests" minOccurs="0"/> <xs:element type="ns:ServiceRPHsType" name="ServiceRPHs" minOccurs="0"/> <xs:element name="Reference" minOccurs="0"> <!-- Reference to inner class Reference --> </xs:element> <xs:element type="ns:BookingRulesType" name="BookingRules" minOccurs="0"/> </xs:sequence> <xs:attribute type="xs:int" use="optional" name="IndexNumber"/> </xs:extension> </xs:complexContent> </xs:complexType> </xs:element>
Nested Class Summary | |
---|---|
static class |
HotelReservation.RoomStays.RoomStay.Reference
Information identifying an earlier availability quote. |
Nested classes/interfaces inherited from class org.ota.hotel.RoomStay |
---|
RoomStay.RatePlans, RoomStay.RoomRates, RoomStay.RoomTypes |
Constructor Summary | |
---|---|
HotelReservation.RoomStays.RoomStay()
|
Method Summary | |
---|---|
BookingRules |
getBookingRules()
Get the 'BookingRules' element value. |
Comment |
getComments()
Get the 'Comments' element value. |
java.lang.Integer |
getIndexNumber()
Get the 'IndexNumber' attribute value. |
Membership |
getMemberships()
Get the 'Memberships' element value. |
HotelReservation.RoomStays.RoomStay.Reference |
getReference()
Get the 'Reference' element value. |
ResGuestRPHs |
getResGuestRPHs()
Get the 'ResGuestRPHs' element value. |
ServiceRPHs |
getServiceRPHs()
Get the 'ServiceRPHs' element value. |
SpecialRequest |
getSpecialRequests()
Get the 'SpecialRequests' element value. |
void |
setBookingRules(BookingRules bookingRules)
Set the 'BookingRules' element value. |
void |
setComments(Comment comments)
Set the 'Comments' element value. |
void |
setIndexNumber(java.lang.Integer indexNumber)
Set the 'IndexNumber' attribute value. |
void |
setMemberships(Membership memberships)
Set the 'Memberships' element value. |
void |
setReference(HotelReservation.RoomStays.RoomStay.Reference reference)
Set the 'Reference' element value. |
void |
setResGuestRPHs(ResGuestRPHs resGuestRPHs)
Set the 'ResGuestRPHs' element value. |
void |
setServiceRPHs(ServiceRPHs serviceRPHs)
Set the 'ServiceRPHs' element value. |
void |
setSpecialRequests(SpecialRequest specialRequests)
Set the 'SpecialRequests' element value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HotelReservation.RoomStays.RoomStay()
Method Detail |
---|
public ResGuestRPHs getResGuestRPHs()
public void setResGuestRPHs(ResGuestRPHs resGuestRPHs)
resGuestRPHs
- public Membership getMemberships()
public void setMemberships(Membership memberships)
memberships
- public Comment getComments()
public void setComments(Comment comments)
comments
- public SpecialRequest getSpecialRequests()
public void setSpecialRequests(SpecialRequest specialRequests)
specialRequests
- public ServiceRPHs getServiceRPHs()
public void setServiceRPHs(ServiceRPHs serviceRPHs)
serviceRPHs
- public HotelReservation.RoomStays.RoomStay.Reference getReference()
public void setReference(HotelReservation.RoomStays.RoomStay.Reference reference)
reference
- public BookingRules getBookingRules()
public void setBookingRules(BookingRules bookingRules)
bookingRules
- public java.lang.Integer getIndexNumber()
public void setIndexNumber(java.lang.Integer indexNumber)
indexNumber
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |