|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.hotel.HotelDescriptiveContent.HotelInfo
public static class HotelDescriptiveContent.HotelInfo
Contains descriptive information about a hotel. 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:HotelInfoType" name="HotelInfo" minOccurs="0"/> <xs:complexType xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="HotelInfoType"> <xs:sequence> <xs:element name="HotelName" minOccurs="0"> <!-- Reference to inner class HotelName --> </xs:element> <xs:element name="ClosedSeasons" minOccurs="0"> <!-- Reference to inner class ClosedSeasons --> </xs:element> <xs:element name="RelativePositions" minOccurs="0"> <!-- Reference to inner class RelativePositions --> </xs:element> <xs:element type="ns:CategoryCodesType" name="CategoryCodes" minOccurs="0"> <!-- Reference to inner class CategoryCodes --> </xs:element> <xs:element name="Descriptions" minOccurs="0"> <!-- Reference to inner class Descriptions --> </xs:element> <xs:element name="HotelInfoCodes" minOccurs="0"> <!-- Reference to inner class HotelInfoCodes --> </xs:element> <xs:element name="Position" minOccurs="0"> <xs:complexType> <xs:attributeGroup ref="ns:PositionGroup"/> </xs:complexType> </xs:element> <xs:element name="Services" minOccurs="0"> <!-- Reference to inner class Services --> </xs:element> <xs:element name="WeatherInfos" minOccurs="0"> <!-- Reference to inner class WeatherInfos --> </xs:element> <xs:element name="OwnershipManagementInfos" minOccurs="0"> <!-- Reference to inner class OwnershipManagementInfos --> </xs:element> <xs:element name="Languages" minOccurs="0"> <!-- Reference to inner class Languages --> </xs:element> </xs:sequence> <xs:attribute type="xs:string" use="optional" name="WhenBuilt"/> <xs:attribute type="xs:dateTime" use="optional" name="LastUpdated"/> <xs:attribute type="xs:string" use="optional" name="AreaWeather"/> <xs:attribute type="xs:string" use="optional" name="InterfaceCompliance"/> <xs:attribute type="xs:string" use="optional" name="PMSSystem"/> <xs:attributeGroup ref="ns:DateTimeSpanGroup"/> <xs:attribute type="xs:string" use="optional" name="HotelStatus"/> <xs:attribute type="xs:string" use="optional" name="HotelStatusCode"/> <xs:attribute type="xs:string" use="optional" name="TaxID"/> <xs:attribute type="xs:boolean" use="optional" name="DaylightSavingIndicator"/> <xs:attribute type="xs:boolean" use="optional" name="ISO9000CertifiedInd"/> </xs:complexType>
Nested Class Summary | |
---|---|
static class |
HotelDescriptiveContent.HotelInfo.CategoryCodes
Collection of descriptive details about a hotel. |
static class |
HotelDescriptiveContent.HotelInfo.ClosedSeasons
A collection of date and time periods when the hotel facility is closed. |
static class |
HotelDescriptiveContent.HotelInfo.Descriptions
Collection of hotel and/or renovation information. |
static class |
HotelDescriptiveContent.HotelInfo.HotelInfoCodes
Schema fragment(s) for this class: |
static class |
HotelDescriptiveContent.HotelInfo.HotelName
The full name of the hotel. |
static class |
HotelDescriptiveContent.HotelInfo.Languages
Collection of language details pertaining to the hotel. |
static class |
HotelDescriptiveContent.HotelInfo.OwnershipManagementInfos
Collection of OwnershipManagementInfo. |
static class |
HotelDescriptiveContent.HotelInfo.RelativePositions
Collection of directions to/from one or more locations. |
static class |
HotelDescriptiveContent.HotelInfo.Services
Collection of hotel services and/or amenities available to the guest. |
static class |
HotelDescriptiveContent.HotelInfo.WeatherInfos
Collection of WeatherInfo elements. |
Constructor Summary | |
---|---|
HotelDescriptiveContent.HotelInfo()
|
Method Summary | |
---|---|
java.lang.String |
getAreaWeather()
Get the 'AreaWeather' attribute value. |
HotelDescriptiveContent.HotelInfo.CategoryCodes |
getCategoryCodes()
Get the 'CategoryCodes' element value. |
HotelDescriptiveContent.HotelInfo.ClosedSeasons |
getClosedSeasons()
Get the 'ClosedSeasons' element value. |
DateTimeSpanGroup |
getDateTimeSpanGroup()
Get the 'DateTimeSpanGroup' attributeGroup value. |
java.lang.Boolean |
getDaylightSavingIndicator()
Get the 'DaylightSavingIndicator' attribute value. |
HotelDescriptiveContent.HotelInfo.Descriptions |
getDescriptions()
Get the 'Descriptions' element value. |
HotelDescriptiveContent.HotelInfo.HotelInfoCodes |
getHotelInfoCodes()
Get the 'HotelInfoCodes' element value. |
HotelDescriptiveContent.HotelInfo.HotelName |
getHotelName()
Get the 'HotelName' element value. |
java.lang.String |
getHotelStatus()
Get the 'HotelStatus' attribute value. |
java.lang.String |
getHotelStatusCode()
Get the 'HotelStatusCode' attribute value. |
java.lang.String |
getInterfaceCompliance()
Get the 'InterfaceCompliance' attribute value. |
java.lang.Boolean |
getISO9000CertifiedInd()
Get the 'ISO9000CertifiedInd' attribute value. |
HotelDescriptiveContent.HotelInfo.Languages |
getLanguages()
Get the 'Languages' element value. |
java.util.Date |
getLastUpdated()
Get the 'LastUpdated' attribute value. |
HotelDescriptiveContent.HotelInfo.OwnershipManagementInfos |
getOwnershipManagementInfos()
Get the 'OwnershipManagementInfos' element value. |
java.lang.String |
getPMSSystem()
Get the 'PMSSystem' attribute value. |
PositionGroup |
getPosition()
Get the 'PositionGroup' attributeGroup value. |
HotelDescriptiveContent.HotelInfo.RelativePositions |
getRelativePositions()
Get the 'RelativePositions' element value. |
HotelDescriptiveContent.HotelInfo.Services |
getServices()
Get the 'Services' element value. |
java.lang.String |
getTaxID()
Get the 'TaxID' attribute value. |
HotelDescriptiveContent.HotelInfo.WeatherInfos |
getWeatherInfos()
Get the 'WeatherInfos' element value. |
java.lang.String |
getWhenBuilt()
Get the 'WhenBuilt' attribute value. |
void |
setAreaWeather(java.lang.String areaWeather)
Set the 'AreaWeather' attribute value. |
void |
setCategoryCodes(HotelDescriptiveContent.HotelInfo.CategoryCodes categoryCodes)
Set the 'CategoryCodes' element value. |
void |
setClosedSeasons(HotelDescriptiveContent.HotelInfo.ClosedSeasons closedSeasons)
Set the 'ClosedSeasons' element value. |
void |
setDateTimeSpanGroup(DateTimeSpanGroup dateTimeSpanGroup)
Set the 'DateTimeSpanGroup' attributeGroup value. |
void |
setDaylightSavingIndicator(java.lang.Boolean daylightSavingIndicator)
Set the 'DaylightSavingIndicator' attribute value. |
void |
setDescriptions(HotelDescriptiveContent.HotelInfo.Descriptions descriptions)
Set the 'Descriptions' element value. |
void |
setHotelInfoCodes(HotelDescriptiveContent.HotelInfo.HotelInfoCodes hotelInfoCodes)
Set the 'HotelInfoCodes' element value. |
void |
setHotelName(HotelDescriptiveContent.HotelInfo.HotelName hotelName)
Set the 'HotelName' element value. |
void |
setHotelStatus(java.lang.String hotelStatus)
Set the 'HotelStatus' attribute value. |
void |
setHotelStatusCode(java.lang.String hotelStatusCode)
Set the 'HotelStatusCode' attribute value. |
void |
setInterfaceCompliance(java.lang.String interfaceCompliance)
Set the 'InterfaceCompliance' attribute value. |
void |
setISO9000CertifiedInd(java.lang.Boolean ISO9000CertifiedInd)
Set the 'ISO9000CertifiedInd' attribute value. |
void |
setLanguages(HotelDescriptiveContent.HotelInfo.Languages languages)
Set the 'Languages' element value. |
void |
setLastUpdated(java.util.Date lastUpdated)
Set the 'LastUpdated' attribute value. |
void |
setOwnershipManagementInfos(HotelDescriptiveContent.HotelInfo.OwnershipManagementInfos ownershipManagementInfos)
Set the 'OwnershipManagementInfos' element value. |
void |
setPMSSystem(java.lang.String PMSSystem)
Set the 'PMSSystem' attribute value. |
void |
setPosition(PositionGroup position)
Set the 'PositionGroup' attributeGroup value. |
void |
setRelativePositions(HotelDescriptiveContent.HotelInfo.RelativePositions relativePositions)
Set the 'RelativePositions' element value. |
void |
setServices(HotelDescriptiveContent.HotelInfo.Services services)
Set the 'Services' element value. |
void |
setTaxID(java.lang.String taxID)
Set the 'TaxID' attribute value. |
void |
setWeatherInfos(HotelDescriptiveContent.HotelInfo.WeatherInfos weatherInfos)
Set the 'WeatherInfos' element value. |
void |
setWhenBuilt(java.lang.String whenBuilt)
Set the 'WhenBuilt' attribute value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HotelDescriptiveContent.HotelInfo()
Method Detail |
---|
public HotelDescriptiveContent.HotelInfo.HotelName getHotelName()
public void setHotelName(HotelDescriptiveContent.HotelInfo.HotelName hotelName)
hotelName
- public HotelDescriptiveContent.HotelInfo.ClosedSeasons getClosedSeasons()
public void setClosedSeasons(HotelDescriptiveContent.HotelInfo.ClosedSeasons closedSeasons)
closedSeasons
- public HotelDescriptiveContent.HotelInfo.RelativePositions getRelativePositions()
public void setRelativePositions(HotelDescriptiveContent.HotelInfo.RelativePositions relativePositions)
relativePositions
- public HotelDescriptiveContent.HotelInfo.CategoryCodes getCategoryCodes()
public void setCategoryCodes(HotelDescriptiveContent.HotelInfo.CategoryCodes categoryCodes)
categoryCodes
- public HotelDescriptiveContent.HotelInfo.Descriptions getDescriptions()
public void setDescriptions(HotelDescriptiveContent.HotelInfo.Descriptions descriptions)
descriptions
- public HotelDescriptiveContent.HotelInfo.HotelInfoCodes getHotelInfoCodes()
public void setHotelInfoCodes(HotelDescriptiveContent.HotelInfo.HotelInfoCodes hotelInfoCodes)
hotelInfoCodes
- public PositionGroup getPosition()
public void setPosition(PositionGroup position)
position
- public HotelDescriptiveContent.HotelInfo.Services getServices()
public void setServices(HotelDescriptiveContent.HotelInfo.Services services)
services
- public HotelDescriptiveContent.HotelInfo.WeatherInfos getWeatherInfos()
public void setWeatherInfos(HotelDescriptiveContent.HotelInfo.WeatherInfos weatherInfos)
weatherInfos
- public HotelDescriptiveContent.HotelInfo.OwnershipManagementInfos getOwnershipManagementInfos()
public void setOwnershipManagementInfos(HotelDescriptiveContent.HotelInfo.OwnershipManagementInfos ownershipManagementInfos)
ownershipManagementInfos
- public HotelDescriptiveContent.HotelInfo.Languages getLanguages()
public void setLanguages(HotelDescriptiveContent.HotelInfo.Languages languages)
languages
- public java.lang.String getWhenBuilt()
public void setWhenBuilt(java.lang.String whenBuilt)
whenBuilt
- public java.util.Date getLastUpdated()
public void setLastUpdated(java.util.Date lastUpdated)
lastUpdated
- public java.lang.String getAreaWeather()
public void setAreaWeather(java.lang.String areaWeather)
areaWeather
- public java.lang.String getInterfaceCompliance()
public void setInterfaceCompliance(java.lang.String interfaceCompliance)
interfaceCompliance
- public java.lang.String getPMSSystem()
public void setPMSSystem(java.lang.String PMSSystem)
PMSSystem
- public DateTimeSpanGroup getDateTimeSpanGroup()
public void setDateTimeSpanGroup(DateTimeSpanGroup dateTimeSpanGroup)
dateTimeSpanGroup
- public java.lang.String getHotelStatus()
public void setHotelStatus(java.lang.String hotelStatus)
hotelStatus
- public java.lang.String getHotelStatusCode()
public void setHotelStatusCode(java.lang.String hotelStatusCode)
hotelStatusCode
- public java.lang.String getTaxID()
public void setTaxID(java.lang.String taxID)
taxID
- public java.lang.Boolean getDaylightSavingIndicator()
public void setDaylightSavingIndicator(java.lang.Boolean daylightSavingIndicator)
daylightSavingIndicator
- public java.lang.Boolean getISO9000CertifiedInd()
public void setISO9000CertifiedInd(java.lang.Boolean ISO9000CertifiedInd)
ISO9000CertifiedInd
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |