|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.hotel.RatePlanRQ.RatePlan
public static class RatePlanRQ.RatePlan
Provides the criteria to identify the rate plan to be returned. 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="RatePlan" maxOccurs="unbounded">
<xs:complexType>
<xs:sequence>
<xs:element name="DateRange" minOccurs="0">
<xs:complexType>
<xs:attributeGroup ref="ns:DateTimeSpanGroup"/>
</xs:complexType>
</xs:element>
<xs:element type="ns:DestinationSystemCodesType" name="DestinationSystemsCode" minOccurs="0"/>
<xs:element type="ns:RatePlanCandidatesType" name="RatePlanCandidates" minOccurs="0"/>
<xs:element name="Offers" minOccurs="0">
<!-- Reference to inner class Offers -->
</xs:element>
<xs:element name="HotelRef" minOccurs="0">
<!-- Reference to inner class HotelRef -->
</xs:element>
<xs:element ref="ns:TPA_Extensions" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<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 |
RatePlanRQ.RatePlan.HotelRef
Indicates the detail of hotel reference information. |
static class |
RatePlanRQ.RatePlan.Offers
Collection of requested offers. |
| Constructor Summary | |
|---|---|
RatePlanRQ.RatePlan()
|
|
| Method Summary | |
|---|---|
DateTimeSpanGroup |
getDateRange()
Get the 'DateTimeSpanGroup' attributeGroup value. |
DestinationSystemCodes |
getDestinationSystemsCode()
Get the 'DestinationSystemsCode' element value. |
RatePlanRQ.RatePlan.HotelRef |
getHotelRef()
Get the 'HotelRef' element value. |
RatePlanRQ.RatePlan.Offers |
getOffers()
Get the 'Offers' element value. |
RatePlanCandidates |
getRatePlanCandidates()
Get the 'RatePlanCandidates' element value. |
TPAExtensions |
getTPAExtensions()
Get the 'TPA_Extensions' element value. |
void |
setDateRange(DateTimeSpanGroup dateRange)
Set the 'DateTimeSpanGroup' attributeGroup value. |
void |
setDestinationSystemsCode(DestinationSystemCodes destinationSystemsCode)
Set the 'DestinationSystemsCode' element value. |
void |
setHotelRef(RatePlanRQ.RatePlan.HotelRef hotelRef)
Set the 'HotelRef' element value. |
void |
setOffers(RatePlanRQ.RatePlan.Offers offers)
Set the 'Offers' element value. |
void |
setRatePlanCandidates(RatePlanCandidates ratePlanCandidates)
Set the 'RatePlanCandidates' element value. |
void |
setTPAExtensions(TPAExtensions TPAExtensions)
Set the 'TPA_Extensions' element value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RatePlanRQ.RatePlan()
| Method Detail |
|---|
public DateTimeSpanGroup getDateRange()
public void setDateRange(DateTimeSpanGroup dateRange)
dateRange - public DestinationSystemCodes getDestinationSystemsCode()
public void setDestinationSystemsCode(DestinationSystemCodes destinationSystemsCode)
destinationSystemsCode - public RatePlanCandidates getRatePlanCandidates()
public void setRatePlanCandidates(RatePlanCandidates ratePlanCandidates)
ratePlanCandidates - public RatePlanRQ.RatePlan.Offers getOffers()
public void setOffers(RatePlanRQ.RatePlan.Offers offers)
offers - public RatePlanRQ.RatePlan.HotelRef getHotelRef()
public void setHotelRef(RatePlanRQ.RatePlan.HotelRef hotelRef)
hotelRef - public TPAExtensions getTPAExtensions()
public void setTPAExtensions(TPAExtensions TPAExtensions)
TPAExtensions -
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||