|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.hotel.HotelDescriptiveInfoRequest
org.ota.hotel.DescriptiveInfoRQ.HotelDescriptiveInfo
public static class DescriptiveInfoRQ.HotelDescriptiveInfo
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 |
---|
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 |
---|
public DescriptiveInfoRQ.HotelDescriptiveInfo()
Method Detail |
---|
public java.lang.String getStateCodeList()
public void setStateCodeList(java.lang.String stateCodeList)
stateCodeList
- public java.lang.String getCountryCodeList()
public void setCountryCodeList(java.lang.String countryCodeList)
countryCodeList
- public java.lang.String getBrandCodeList()
public void setBrandCodeList(java.lang.String brandCodeList)
brandCodeList
- public java.lang.String getMoreDataEchoToken()
public void setMoreDataEchoToken(java.lang.String moreDataEchoToken)
moreDataEchoToken
- public java.sql.Date getApplicableDate()
public void setApplicableDate(java.sql.Date applicableDate)
applicableDate
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |