|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.hotel.RoomStay
org.ota.dynamicpkg.AvailRS.SearchResults.HotelResults.RoomStays.RoomStay
public static class AvailRS.SearchResults.HotelResults.RoomStays.RoomStay
Details on the Room Stay including Guest Counts, Time Span of this Room Stay, and financial information related to the Room Stay, including Guarantee, Deposit and Payment and Cancellation Penalties. 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 name="Reference" minOccurs="0"> <!-- Reference to inner class Reference --> </xs:element> <xs:element type="ns:ServiceRPHsType" name="ServiceRPHs" minOccurs="0"/> </xs:sequence> <xs:attribute type="xs:boolean" use="optional" name="IsAlternate"/> <xs:attribute type="ns:RateIndicatorType" use="optional" name="AvailabilityStatus"/> <xs:attributeGroup ref="ns:ResponseTypeGroup"/> <xs:attribute type="xs:string" use="optional" name="RoomStayCandidateRPH"/> <xs:attribute type="xs:string" use="optional" name="MoreDataEchoToken"/> <xs:attribute type="xs:string" use="optional" name="InfoSource"/> <xs:attribute type="xs:string" use="optional" name="RPH"/> <xs:attribute type="xs:boolean" use="optional" name="AvailableIndicator"/> </xs:extension> </xs:complexContent> </xs:complexType> </xs:element>
Nested Class Summary | |
---|---|
static class |
AvailRS.SearchResults.HotelResults.RoomStays.RoomStay.Reference
Information by which this availability quote can be later cross-referenced. |
Nested classes/interfaces inherited from class org.ota.hotel.RoomStay |
---|
RoomStay.RatePlans, RoomStay.RoomRates, RoomStay.RoomTypes |
Constructor Summary | |
---|---|
AvailRS.SearchResults.HotelResults.RoomStays.RoomStay()
|
Method Summary | |
---|---|
RateIndicator |
getAvailabilityStatus()
Get the 'AvailabilityStatus' attribute value. |
java.lang.Boolean |
getAvailableIndicator()
Get the 'AvailableIndicator' attribute value. |
java.lang.String |
getInfoSource()
Get the 'InfoSource' attribute value. |
java.lang.Boolean |
getIsAlternate()
Get the 'IsAlternate' attribute value. |
java.lang.String |
getMoreDataEchoToken()
Get the 'MoreDataEchoToken' attribute value. |
AvailRS.SearchResults.HotelResults.RoomStays.RoomStay.Reference |
getReference()
Get the 'Reference' element value. |
ResponseTypeGroup |
getResponseTypeGroup()
Get the 'ResponseTypeGroup' attributeGroup value. |
java.lang.String |
getRoomStayCandidateRPH()
Get the 'RoomStayCandidateRPH' attribute value. |
java.lang.String |
getRPH()
Get the 'RPH' attribute value. |
ServiceRPHs |
getServiceRPHs()
Get the 'ServiceRPHs' element value. |
void |
setAvailabilityStatus(RateIndicator availabilityStatus)
Set the 'AvailabilityStatus' attribute value. |
void |
setAvailableIndicator(java.lang.Boolean availableIndicator)
Set the 'AvailableIndicator' attribute value. |
void |
setInfoSource(java.lang.String infoSource)
Set the 'InfoSource' attribute value. |
void |
setIsAlternate(java.lang.Boolean isAlternate)
Set the 'IsAlternate' attribute value. |
void |
setMoreDataEchoToken(java.lang.String moreDataEchoToken)
Set the 'MoreDataEchoToken' attribute value. |
void |
setReference(AvailRS.SearchResults.HotelResults.RoomStays.RoomStay.Reference reference)
Set the 'Reference' element value. |
void |
setResponseTypeGroup(ResponseTypeGroup responseTypeGroup)
Set the 'ResponseTypeGroup' attributeGroup value. |
void |
setRoomStayCandidateRPH(java.lang.String roomStayCandidateRPH)
Set the 'RoomStayCandidateRPH' attribute value. |
void |
setRPH(java.lang.String RPH)
Set the 'RPH' attribute value. |
void |
setServiceRPHs(ServiceRPHs serviceRPHs)
Set the 'ServiceRPHs' element value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AvailRS.SearchResults.HotelResults.RoomStays.RoomStay()
Method Detail |
---|
public AvailRS.SearchResults.HotelResults.RoomStays.RoomStay.Reference getReference()
public void setReference(AvailRS.SearchResults.HotelResults.RoomStays.RoomStay.Reference reference)
reference
- public ServiceRPHs getServiceRPHs()
public void setServiceRPHs(ServiceRPHs serviceRPHs)
serviceRPHs
- public java.lang.Boolean getIsAlternate()
public void setIsAlternate(java.lang.Boolean isAlternate)
isAlternate
- public RateIndicator getAvailabilityStatus()
public void setAvailabilityStatus(RateIndicator availabilityStatus)
availabilityStatus
- public ResponseTypeGroup getResponseTypeGroup()
public void setResponseTypeGroup(ResponseTypeGroup responseTypeGroup)
responseTypeGroup
- public java.lang.String getRoomStayCandidateRPH()
public void setRoomStayCandidateRPH(java.lang.String roomStayCandidateRPH)
roomStayCandidateRPH
- public java.lang.String getMoreDataEchoToken()
public void setMoreDataEchoToken(java.lang.String moreDataEchoToken)
moreDataEchoToken
- public java.lang.String getInfoSource()
public void setInfoSource(java.lang.String infoSource)
infoSource
- public java.lang.String getRPH()
public void setRPH(java.lang.String RPH)
RPH
- public java.lang.Boolean getAvailableIndicator()
public void setAvailableIndicator(java.lang.Boolean availableIndicator)
availableIndicator
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |