org.ota.hotel
Class RFPTransientDetails.RFPTransientResponses.RFPTransientResponse.AccountSpecificInformation

java.lang.Object
  extended by org.ota.hotel.RFPTransientDetails.RFPTransientResponses.RFPTransientResponse.AccountSpecificInformation
Enclosing class:
RFPTransientDetails.RFPTransientResponses.RFPTransientResponse

public static class RFPTransientDetails.RFPTransientResponses.RFPTransientResponse.AccountSpecificInformation
extends java.lang.Object

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()
           
 
Method Summary
 RFPTransientDetails.RFPTransientResponses.RFPTransientResponse.AccountSpecificInformation.AccountSpecificRateInfo getAccountSpecificRateInfo()
          Get the 'AccountSpecificRateInfo' element value.
 BlackoutDate getBlackoutDates()
          Get the 'BlackoutDates' element value.
 RFPTransientDetails.RFPTransientResponses.RFPTransientResponse.AccountSpecificInformation.Comments getComments()
          Get the 'Comments' element value.
 ContactInfos getContactInfos()
          Get the 'ContactInfos' element value.
 java.lang.Boolean getContractAgreementIndicator()
          Get the 'ContractAgreementIndicator' attribute value.
 RFPTransientDetails.RFPTransientResponses.RFPTransientResponse.AccountSpecificInformation.RoomTypes getRoomTypes()
          Get the 'RoomTypes' element value.
 void setAccountSpecificRateInfo(RFPTransientDetails.RFPTransientResponses.RFPTransientResponse.AccountSpecificInformation.AccountSpecificRateInfo accountSpecificRateInfo)
          Set the 'AccountSpecificRateInfo' element value.
 void setBlackoutDates(BlackoutDate blackoutDates)
          Set the 'BlackoutDates' element value.
 void setComments(RFPTransientDetails.RFPTransientResponses.RFPTransientResponse.AccountSpecificInformation.Comments comments)
          Set the 'Comments' element value.
 void setContactInfos(ContactInfos contactInfos)
          Set the 'ContactInfos' element value.
 void setContractAgreementIndicator(java.lang.Boolean contractAgreementIndicator)
          Set the 'ContractAgreementIndicator' attribute value.
 void setRoomTypes(RFPTransientDetails.RFPTransientResponses.RFPTransientResponse.AccountSpecificInformation.RoomTypes roomTypes)
          Set the 'RoomTypes' element value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RFPTransientDetails.RFPTransientResponses.RFPTransientResponse.AccountSpecificInformation

public RFPTransientDetails.RFPTransientResponses.RFPTransientResponse.AccountSpecificInformation()
Method Detail

getAccountSpecificRateInfo

public RFPTransientDetails.RFPTransientResponses.RFPTransientResponse.AccountSpecificInformation.AccountSpecificRateInfo getAccountSpecificRateInfo()
Get the 'AccountSpecificRateInfo' element value. This describes data that is specific to a single account.

Returns:
value

setAccountSpecificRateInfo

public void setAccountSpecificRateInfo(RFPTransientDetails.RFPTransientResponses.RFPTransientResponse.AccountSpecificInformation.AccountSpecificRateInfo accountSpecificRateInfo)
Set the 'AccountSpecificRateInfo' element value. This describes data that is specific to a single account.

Parameters:
accountSpecificRateInfo -

getRoomTypes

public RFPTransientDetails.RFPTransientResponses.RFPTransientResponse.AccountSpecificInformation.RoomTypes getRoomTypes()
Get the 'RoomTypes' element value. This describes data that is specific to a single account.

Returns:
value

setRoomTypes

public void setRoomTypes(RFPTransientDetails.RFPTransientResponses.RFPTransientResponse.AccountSpecificInformation.RoomTypes roomTypes)
Set the 'RoomTypes' element value. This describes data that is specific to a single account.

Parameters:
roomTypes -

getBlackoutDates

public BlackoutDate getBlackoutDates()
Get the 'BlackoutDates' element value. A collection of blackout dates.

Returns:
value

setBlackoutDates

public void setBlackoutDates(BlackoutDate blackoutDates)
Set the 'BlackoutDates' element value. A collection of blackout dates.

Parameters:
blackoutDates -

getContactInfos

public ContactInfos getContactInfos()
Get the 'ContactInfos' element value. Defines the contacts related to the RFP.

Returns:
value

setContactInfos

public void setContactInfos(ContactInfos contactInfos)
Set the 'ContactInfos' element value. Defines the contacts related to the RFP.

Parameters:
contactInfos -

getComments

public RFPTransientDetails.RFPTransientResponses.RFPTransientResponse.AccountSpecificInformation.Comments getComments()
Get the 'Comments' element value. This describes data that is specific to a single account.

Returns:
value

setComments

public void setComments(RFPTransientDetails.RFPTransientResponses.RFPTransientResponse.AccountSpecificInformation.Comments comments)
Set the 'Comments' element value. This describes data that is specific to a single account.

Parameters:
comments -

getContractAgreementIndicator

public java.lang.Boolean getContractAgreementIndicator()
Get the 'ContractAgreementIndicator' attribute value. This indicates the information contained in this message is correct and binding.

Returns:
value

setContractAgreementIndicator

public void setContractAgreementIndicator(java.lang.Boolean contractAgreementIndicator)
Set the 'ContractAgreementIndicator' attribute value. This indicates the information contained in this message is correct and binding.

Parameters:
contractAgreementIndicator -