|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.hotel.HotelReservation
public class HotelReservation
The Reservation class contains the current reservation being created or altered. 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="HotelReservationType"> <xs:sequence> <xs:element type="ns:POS_Type" name="POS" minOccurs="0"/> <xs:element type="ns:UniqueID_Type" name="UniqueID" minOccurs="0" maxOccurs="2"/> <xs:element type="ns:RoomStaysType" name="RoomStays" minOccurs="0"> <!-- Reference to inner class RoomStays --> </xs:element> <xs:element type="ns:ServicesType" name="Services" minOccurs="0"/> <xs:element type="ns:ResGuestsType" name="ResGuests" minOccurs="0"/> <xs:element type="ns:ResGlobalInfoType" name="ResGlobalInfo" minOccurs="0"/> <xs:element type="ns:WrittenConfInstType" name="WrittenConfInst" minOccurs="0"/> <xs:element name="Queue" minOccurs="0"> <xs:complexType> <xs:attributeGroup ref="ns:QueueGroup"/> </xs:complexType> </xs:element> <xs:element ref="ns:TPA_Extensions" minOccurs="0"/> </xs:sequence> <xs:attribute type="xs:boolean" use="optional" name="RoomStayReservation"/> <xs:attributeGroup ref="ns:DateTimeStampGroup"/> <xs:attribute type="xs:string" use="optional" name="ResStatus"/> <xs:attribute type="xs:boolean" use="optional" name="ForcedSellIndicator"/> <xs:attribute type="xs:boolean" use="optional" name="ServiceOverrideIndicator"/> <xs:attribute type="xs:boolean" use="optional" name="RateOverrideIndicator"/> <xs:attribute type="xs:boolean" use="optional" name="WalkInIndicator"/> <xs:attribute type="xs:boolean" use="optional" name="RoomNumberLockedIndicator"/> <xs:attribute type="xs:string" use="optional" name="OriginalDeliveryMethodCode"/> <xs:attribute type="xs:boolean" use="optional" name="PassiveIndicator"/> </xs:complexType> <xs:element xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" type="ns:TPA_ExtensionsType" name="TPA_Extensions"/>
Nested Class Summary | |
---|---|
static class |
HotelReservation.RoomStays
Collection of room stays. |
Constructor Summary | |
---|---|
HotelReservation()
|
Method Summary | |
---|---|
void |
addUniqueID(UniqueID item)
Add a 'UniqueID' element item. |
void |
clearUniqueIDs()
Remove all 'UniqueID' element items. |
DateTimeStampGroup |
getDateTimeStampGroup()
Get the 'DateTimeStampGroup' attributeGroup value. |
java.lang.Boolean |
getForcedSellIndicator()
Get the 'ForcedSellIndicator' attribute value. |
java.lang.String |
getOriginalDeliveryMethodCode()
Get the 'OriginalDeliveryMethodCode' attribute value. |
java.lang.Boolean |
getPassiveIndicator()
Get the 'PassiveIndicator' attribute value. |
POS |
getPOS()
Get the 'POS' element value. |
QueueGroup |
getQueue()
Get the 'QueueGroup' attributeGroup value. |
java.lang.Boolean |
getRateOverrideIndicator()
Get the 'RateOverrideIndicator' attribute value. |
ResGlobalInfo |
getResGlobalInfo()
Get the 'ResGlobalInfo' element value. |
ResGuests |
getResGuests()
Get the 'ResGuests' element value. |
java.lang.String |
getResStatus()
Get the 'ResStatus' attribute value. |
java.lang.Boolean |
getRoomNumberLockedIndicator()
Get the 'RoomNumberLockedIndicator' attribute value. |
java.lang.Boolean |
getRoomStayReservation()
Get the 'RoomStayReservation' attribute value. |
HotelReservation.RoomStays |
getRoomStays()
Get the 'RoomStays' element value. |
java.lang.Boolean |
getServiceOverrideIndicator()
Get the 'ServiceOverrideIndicator' attribute value. |
Services |
getServices()
Get the 'Services' element value. |
TPAExtensions |
getTPAExtensions()
Get the 'TPA_Extensions' element value. |
UniqueID |
getUniqueID(int index)
Get 'UniqueID' element item by position. |
java.util.List<UniqueID> |
getUniqueIDs()
Get the list of 'UniqueID' element items. |
java.lang.Boolean |
getWalkInIndicator()
Get the 'WalkInIndicator' attribute value. |
WrittenConfInst |
getWrittenConfInst()
Get the 'WrittenConfInst' element value. |
void |
setDateTimeStampGroup(DateTimeStampGroup dateTimeStampGroup)
Set the 'DateTimeStampGroup' attributeGroup value. |
void |
setForcedSellIndicator(java.lang.Boolean forcedSellIndicator)
Set the 'ForcedSellIndicator' attribute value. |
void |
setOriginalDeliveryMethodCode(java.lang.String originalDeliveryMethodCode)
Set the 'OriginalDeliveryMethodCode' attribute value. |
void |
setPassiveIndicator(java.lang.Boolean passiveIndicator)
Set the 'PassiveIndicator' attribute value. |
void |
setPOS(POS POS)
Set the 'POS' element value. |
void |
setQueue(QueueGroup queue)
Set the 'QueueGroup' attributeGroup value. |
void |
setRateOverrideIndicator(java.lang.Boolean rateOverrideIndicator)
Set the 'RateOverrideIndicator' attribute value. |
void |
setResGlobalInfo(ResGlobalInfo resGlobalInfo)
Set the 'ResGlobalInfo' element value. |
void |
setResGuests(ResGuests resGuests)
Set the 'ResGuests' element value. |
void |
setResStatus(java.lang.String resStatus)
Set the 'ResStatus' attribute value. |
void |
setRoomNumberLockedIndicator(java.lang.Boolean roomNumberLockedIndicator)
Set the 'RoomNumberLockedIndicator' attribute value. |
void |
setRoomStayReservation(java.lang.Boolean roomStayReservation)
Set the 'RoomStayReservation' attribute value. |
void |
setRoomStays(HotelReservation.RoomStays roomStays)
Set the 'RoomStays' element value. |
void |
setServiceOverrideIndicator(java.lang.Boolean serviceOverrideIndicator)
Set the 'ServiceOverrideIndicator' attribute value. |
void |
setServices(Services services)
Set the 'Services' element value. |
void |
setTPAExtensions(TPAExtensions TPAExtensions)
Set the 'TPA_Extensions' element value. |
void |
setUniqueIDs(java.util.List<UniqueID> list)
Set the list of 'UniqueID' element items. |
void |
setWalkInIndicator(java.lang.Boolean walkInIndicator)
Set the 'WalkInIndicator' attribute value. |
void |
setWrittenConfInst(WrittenConfInst writtenConfInst)
Set the 'WrittenConfInst' element value. |
int |
sizeUniqueIDs()
Get the number of 'UniqueID' element items. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HotelReservation()
Method Detail |
---|
public POS getPOS()
public void setPOS(POS POS)
POS
- public java.util.List<UniqueID> getUniqueIDs()
public void setUniqueIDs(java.util.List<UniqueID> list)
list
- public int sizeUniqueIDs()
public void addUniqueID(UniqueID item)
item
- public UniqueID getUniqueID(int index)
index
-
public void clearUniqueIDs()
public HotelReservation.RoomStays getRoomStays()
public void setRoomStays(HotelReservation.RoomStays roomStays)
roomStays
- public Services getServices()
public void setServices(Services services)
services
- public ResGuests getResGuests()
public void setResGuests(ResGuests resGuests)
resGuests
- public ResGlobalInfo getResGlobalInfo()
public void setResGlobalInfo(ResGlobalInfo resGlobalInfo)
resGlobalInfo
- public WrittenConfInst getWrittenConfInst()
public void setWrittenConfInst(WrittenConfInst writtenConfInst)
writtenConfInst
- public QueueGroup getQueue()
public void setQueue(QueueGroup queue)
queue
- public TPAExtensions getTPAExtensions()
public void setTPAExtensions(TPAExtensions TPAExtensions)
TPAExtensions
- public java.lang.Boolean getRoomStayReservation()
public void setRoomStayReservation(java.lang.Boolean roomStayReservation)
roomStayReservation
- public DateTimeStampGroup getDateTimeStampGroup()
public void setDateTimeStampGroup(DateTimeStampGroup dateTimeStampGroup)
dateTimeStampGroup
- public java.lang.String getResStatus()
public void setResStatus(java.lang.String resStatus)
resStatus
- public java.lang.Boolean getForcedSellIndicator()
public void setForcedSellIndicator(java.lang.Boolean forcedSellIndicator)
forcedSellIndicator
- public java.lang.Boolean getServiceOverrideIndicator()
public void setServiceOverrideIndicator(java.lang.Boolean serviceOverrideIndicator)
serviceOverrideIndicator
- public java.lang.Boolean getRateOverrideIndicator()
public void setRateOverrideIndicator(java.lang.Boolean rateOverrideIndicator)
rateOverrideIndicator
- public java.lang.Boolean getWalkInIndicator()
public void setWalkInIndicator(java.lang.Boolean walkInIndicator)
walkInIndicator
- public java.lang.Boolean getRoomNumberLockedIndicator()
public void setRoomNumberLockedIndicator(java.lang.Boolean roomNumberLockedIndicator)
roomNumberLockedIndicator
- public java.lang.String getOriginalDeliveryMethodCode()
public void setOriginalDeliveryMethodCode(java.lang.String originalDeliveryMethodCode)
originalDeliveryMethodCode
- public java.lang.Boolean getPassiveIndicator()
public void setPassiveIndicator(java.lang.Boolean passiveIndicator)
passiveIndicator
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |