|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.hotel.RFPTransientDetails.RFPTransientResponses.RFPTransientResponse.AccountSpecificInformation
public static class RFPTransientDetails.RFPTransientResponses.RFPTransientResponse.AccountSpecificInformation
Defines the information that is specific to the RFP for this account. 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" type="ns:AccountSpecificInformationType" name="AccountSpecificInformation" minOccurs="0"/>
<xs:complexType xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="AccountSpecificInformationType">
<xs:sequence>
<xs:element name="AccountSpecificRateInfo" minOccurs="0">
<!-- Reference to inner class AccountSpecificRateInfo -->
</xs:element>
<xs:element name="RoomTypes" minOccurs="0">
<!-- Reference to inner class RoomTypes -->
</xs:element>
<xs:element type="ns:BlackoutDateType" name="BlackoutDates" minOccurs="0"/>
<xs:element type="ns:ContactInfosType" name="ContactInfos" minOccurs="0"/>
<xs:element name="Comments" minOccurs="0">
<!-- Reference to inner class Comments -->
</xs:element>
</xs:sequence>
<xs:attribute type="xs:boolean" use="optional" name="ContractAgreementIndicator"/>
</xs:complexType>
| Nested Class Summary | |
|---|---|
static class |
RFPTransientDetails.RFPTransientResponses.RFPTransientResponse.AccountSpecificInformation.AccountSpecificRateInfo
It describes specific criteria upon which the client rate is based. |
static class |
RFPTransientDetails.RFPTransientResponses.RFPTransientResponse.AccountSpecificInformation.Comments
Collection of supplemental information. |
static class |
RFPTransientDetails.RFPTransientResponses.RFPTransientResponse.AccountSpecificInformation.RoomTypes
A Collection of room types. |
| Constructor Summary | |
|---|---|
RFPTransientDetails.RFPTransientResponses.RFPTransientResponse.AccountSpecificInformation()
|
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RFPTransientDetails.RFPTransientResponses.RFPTransientResponse.AccountSpecificInformation()
| Method Detail |
|---|
public RFPTransientDetails.RFPTransientResponses.RFPTransientResponse.AccountSpecificInformation.AccountSpecificRateInfo getAccountSpecificRateInfo()
public void setAccountSpecificRateInfo(RFPTransientDetails.RFPTransientResponses.RFPTransientResponse.AccountSpecificInformation.AccountSpecificRateInfo accountSpecificRateInfo)
accountSpecificRateInfo - public RFPTransientDetails.RFPTransientResponses.RFPTransientResponse.AccountSpecificInformation.RoomTypes getRoomTypes()
public void setRoomTypes(RFPTransientDetails.RFPTransientResponses.RFPTransientResponse.AccountSpecificInformation.RoomTypes roomTypes)
roomTypes - public BlackoutDate getBlackoutDates()
public void setBlackoutDates(BlackoutDate blackoutDates)
blackoutDates - public ContactInfos getContactInfos()
public void setContactInfos(ContactInfos contactInfos)
contactInfos - public RFPTransientDetails.RFPTransientResponses.RFPTransientResponse.AccountSpecificInformation.Comments getComments()
public void setComments(RFPTransientDetails.RFPTransientResponses.RFPTransientResponse.AccountSpecificInformation.Comments comments)
comments - public java.lang.Boolean getContractAgreementIndicator()
public void setContractAgreementIndicator(java.lang.Boolean contractAgreementIndicator)
contractAgreementIndicator -
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||