org.ota.hotel
Class DescriptiveInfoRQ.HotelDescriptiveInfo

java.lang.Object
  extended by org.ota.hotel.HotelDescriptiveInfoRequest
      extended by org.ota.hotel.DescriptiveInfoRQ.HotelDescriptiveInfo
Enclosing class:
DescriptiveInfoRQ

public static class DescriptiveInfoRQ.HotelDescriptiveInfo
extends HotelDescriptiveInfoRequest

This allows the requestor to indicate which specific information is requested if complete hotel details are not required. 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="HotelDescriptiveInfo" maxOccurs="unbounded">
   <xs:complexType>
     <xs:complexContent>
       <xs:extension base="ns:HotelDescriptiveInfoRequestType">
         <xs:attribute type="xs:string" use="optional" name="StateCodeList"/>
         <xs:attribute type="xs:string" use="optional" name="CountryCodeList"/>
         <xs:attribute type="xs:string" use="optional" name="BrandCodeList"/>
         <xs:attribute type="xs:string" use="optional" name="MoreDataEchoToken"/>
         <xs:attribute type="xs:date" use="optional" name="ApplicableDate"/>
       </xs:extension>
     </xs:complexContent>
   </xs:complexType>
 </xs:element>
 


Nested Class Summary
 
Nested classes/interfaces inherited from class org.ota.hotel.HotelDescriptiveInfoRequest
HotelDescriptiveInfoRequest.AffiliationInfo, HotelDescriptiveInfoRequest.AreaInfo, HotelDescriptiveInfoRequest.ContactInfo, HotelDescriptiveInfoRequest.ContentInfos, HotelDescriptiveInfoRequest.FacilityInfo, HotelDescriptiveInfoRequest.HotelInfo, HotelDescriptiveInfoRequest.MultimediaObjects, HotelDescriptiveInfoRequest.Policies
 
Constructor Summary
DescriptiveInfoRQ.HotelDescriptiveInfo()
           
 
Method Summary
 java.sql.Date getApplicableDate()
          Get the 'ApplicableDate' attribute value.
 java.lang.String getBrandCodeList()
          Get the 'BrandCodeList' attribute value.
 java.lang.String getCountryCodeList()
          Get the 'CountryCodeList' attribute value.
 java.lang.String getMoreDataEchoToken()
          Get the 'MoreDataEchoToken' attribute value.
 java.lang.String getStateCodeList()
          Get the 'StateCodeList' attribute value.
 void setApplicableDate(java.sql.Date applicableDate)
          Set the 'ApplicableDate' attribute value.
 void setBrandCodeList(java.lang.String brandCodeList)
          Set the 'BrandCodeList' attribute value.
 void setCountryCodeList(java.lang.String countryCodeList)
          Set the 'CountryCodeList' attribute value.
 void setMoreDataEchoToken(java.lang.String moreDataEchoToken)
          Set the 'MoreDataEchoToken' attribute value.
 void setStateCodeList(java.lang.String stateCodeList)
          Set the 'StateCodeList' attribute value.
 
Methods inherited from class org.ota.hotel.HotelDescriptiveInfoRequest
getAffiliationInfo, getAreaInfo, getContactInfo, getContentInfos, getFacilityInfo, getHotelInfo, getHotelReferenceGroup, getMultimediaObjects, getPolicies, setAffiliationInfo, setAreaInfo, setContactInfo, setContentInfos, setFacilityInfo, setHotelInfo, setHotelReferenceGroup, setMultimediaObjects, setPolicies
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DescriptiveInfoRQ.HotelDescriptiveInfo

public DescriptiveInfoRQ.HotelDescriptiveInfo()
Method Detail

getStateCodeList

public java.lang.String getStateCodeList()
Get the 'StateCodeList' attribute value. One or more postal service standard codes or abbreviations for the state, province, or region.

Returns:
value

setStateCodeList

public void setStateCodeList(java.lang.String stateCodeList)
Set the 'StateCodeList' attribute value. One or more postal service standard codes or abbreviations for the state, province, or region.

Parameters:
stateCodeList -

getCountryCodeList

public java.lang.String getCountryCodeList()
Get the 'CountryCodeList' attribute value. These may be used to filter the response of requested data.

Returns:
value

setCountryCodeList

public void setCountryCodeList(java.lang.String countryCodeList)
Set the 'CountryCodeList' attribute value. These may be used to filter the response of requested data.

Parameters:
countryCodeList -

getBrandCodeList

public java.lang.String getBrandCodeList()
Get the 'BrandCodeList' attribute value. These may be used to filter the response of requested data.

Returns:
value

setBrandCodeList

public void setBrandCodeList(java.lang.String brandCodeList)
Set the 'BrandCodeList' attribute value. These may be used to filter the response of requested data.

Parameters:
brandCodeList -

getMoreDataEchoToken

public java.lang.String getMoreDataEchoToken()
Get the 'MoreDataEchoToken' attribute value. The response returns the attribute if there was additional data. The text value should be echoed in this request to indicate where to begin the next block of data.

Returns:
value

setMoreDataEchoToken

public void setMoreDataEchoToken(java.lang.String moreDataEchoToken)
Set the 'MoreDataEchoToken' attribute value. The response returns the attribute if there was additional data. The text value should be echoed in this request to indicate where to begin the next block of data.

Parameters:
moreDataEchoToken -

getApplicableDate

public java.sql.Date getApplicableDate()
Get the 'ApplicableDate' attribute value. Date to which the response information should apply.

Returns:
value

setApplicableDate

public void setApplicableDate(java.sql.Date applicableDate)
Set the 'ApplicableDate' attribute value. Date to which the response information should apply.

Parameters:
applicableDate -