|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.shared.HotelReferenceGroup
public class HotelReferenceGroup
HotelReference: The hotel reference identifies a specific hotel by using the Chain Code, the Brand Code, and the Hotel Code. The codes used are agreed upon by trading partners. Schema fragment(s) for this class:
<xs:attributeGroup xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="HotelReferenceGroup"> <xs:attribute type="xs:string" use="optional" name="ChainCode"/> <xs:attribute type="xs:string" use="optional" name="BrandCode"/> <xs:attribute type="xs:string" use="optional" name="HotelCode"/> <xs:attribute type="xs:string" use="optional" name="HotelCityCode"/> <xs:attribute type="xs:string" use="optional" name="HotelName"/> <xs:attribute type="xs:string" use="optional" name="HotelCodeContext"/> <xs:attribute type="xs:string" use="optional" name="ChainName"/> <xs:attribute type="xs:string" use="optional" name="BrandName"/> <xs:attributeGroup ref="ns:AreaID_Group"/> </xs:attributeGroup> <xs:attributeGroup xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="AreaID_Group"> <xs:attribute type="xs:string" use="optional" name="AreaID"/> </xs:attributeGroup>
Constructor Summary | |
---|---|
HotelReferenceGroup()
|
Method Summary | |
---|---|
java.lang.String |
getAreaID()
Get the 'AreaID' attribute value. |
java.lang.String |
getBrandCode()
Get the 'BrandCode' attribute value. |
java.lang.String |
getBrandName()
Get the 'BrandName' attribute value. |
java.lang.String |
getChainCode()
Get the 'ChainCode' attribute value. |
java.lang.String |
getChainName()
Get the 'ChainName' attribute value. |
java.lang.String |
getHotelCityCode()
Get the 'HotelCityCode' attribute value. |
java.lang.String |
getHotelCode()
Get the 'HotelCode' attribute value. |
java.lang.String |
getHotelCodeContext()
Get the 'HotelCodeContext' attribute value. |
java.lang.String |
getHotelName()
Get the 'HotelName' attribute value. |
void |
setAreaID(java.lang.String areaID)
Set the 'AreaID' attribute value. |
void |
setBrandCode(java.lang.String brandCode)
Set the 'BrandCode' attribute value. |
void |
setBrandName(java.lang.String brandName)
Set the 'BrandName' attribute value. |
void |
setChainCode(java.lang.String chainCode)
Set the 'ChainCode' attribute value. |
void |
setChainName(java.lang.String chainName)
Set the 'ChainName' attribute value. |
void |
setHotelCityCode(java.lang.String hotelCityCode)
Set the 'HotelCityCode' attribute value. |
void |
setHotelCode(java.lang.String hotelCode)
Set the 'HotelCode' attribute value. |
void |
setHotelCodeContext(java.lang.String hotelCodeContext)
Set the 'HotelCodeContext' attribute value. |
void |
setHotelName(java.lang.String hotelName)
Set the 'HotelName' attribute value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HotelReferenceGroup()
Method Detail |
---|
public java.lang.String getChainCode()
public void setChainCode(java.lang.String chainCode)
chainCode
- public java.lang.String getBrandCode()
public void setBrandCode(java.lang.String brandCode)
brandCode
- public java.lang.String getHotelCode()
public void setHotelCode(java.lang.String hotelCode)
hotelCode
- public java.lang.String getHotelCityCode()
public void setHotelCityCode(java.lang.String hotelCityCode)
hotelCityCode
- public java.lang.String getHotelName()
public void setHotelName(java.lang.String hotelName)
hotelName
- public java.lang.String getHotelCodeContext()
public void setHotelCodeContext(java.lang.String hotelCodeContext)
hotelCodeContext
- public java.lang.String getChainName()
public void setChainName(java.lang.String chainName)
chainName
- public java.lang.String getBrandName()
public void setBrandName(java.lang.String brandName)
brandName
- public java.lang.String getAreaID()
public void setAreaID(java.lang.String areaID)
areaID
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |