|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.hotel.HotelDescriptiveInfoRequest
public class HotelDescriptiveInfoRequest
The HotelDescriptiveInfo element contains the descriptive information about a hotel property. Schema fragment(s) for this class:
<xs:complexType xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="HotelDescriptiveInfoRequestType"> <xs:sequence> <xs:element name="HotelInfo" minOccurs="0"> <!-- Reference to inner class HotelInfo --> </xs:element> <xs:element name="FacilityInfo" minOccurs="0"> <!-- Reference to inner class FacilityInfo --> </xs:element> <xs:element name="Policies" minOccurs="0"> <!-- Reference to inner class Policies --> </xs:element> <xs:element name="AreaInfo" minOccurs="0"> <!-- Reference to inner class AreaInfo --> </xs:element> <xs:element name="AffiliationInfo" minOccurs="0"> <!-- Reference to inner class AffiliationInfo --> </xs:element> <xs:element name="ContactInfo" minOccurs="0"> <!-- Reference to inner class ContactInfo --> </xs:element> <xs:element name="MultimediaObjects" minOccurs="0"> <!-- Reference to inner class MultimediaObjects --> </xs:element> <xs:element name="ContentInfos" minOccurs="0"> <!-- Reference to inner class ContentInfos --> </xs:element> </xs:sequence> <xs:attributeGroup ref="ns:HotelReferenceGroup"/> </xs:complexType>
Nested Class Summary | |
---|---|
static class |
HotelDescriptiveInfoRequest.AffiliationInfo
Is used to the indicate the specific affiliation information being requested. |
static class |
HotelDescriptiveInfoRequest.AreaInfo
Is used to the indicate the specific area information being requested. |
static class |
HotelDescriptiveInfoRequest.ContactInfo
Is used to the indicate whether contact information is being requested. |
static class |
HotelDescriptiveInfoRequest.ContentInfos
Container for specific information. |
static class |
HotelDescriptiveInfoRequest.FacilityInfo
Is used to the indicate the specific facility information being requested. |
static class |
HotelDescriptiveInfoRequest.HotelInfo
Is used to indicate whether hotel information is being requested. |
static class |
HotelDescriptiveInfoRequest.MultimediaObjects
Is used to the indicate whether multimedia information is being requested. |
static class |
HotelDescriptiveInfoRequest.Policies
Is used to the indicate whether policy information is being requested. |
Constructor Summary | |
---|---|
HotelDescriptiveInfoRequest()
|
Method Summary | |
---|---|
HotelDescriptiveInfoRequest.AffiliationInfo |
getAffiliationInfo()
Get the 'AffiliationInfo' element value. |
HotelDescriptiveInfoRequest.AreaInfo |
getAreaInfo()
Get the 'AreaInfo' element value. |
HotelDescriptiveInfoRequest.ContactInfo |
getContactInfo()
Get the 'ContactInfo' element value. |
HotelDescriptiveInfoRequest.ContentInfos |
getContentInfos()
Get the 'ContentInfos' element value. |
HotelDescriptiveInfoRequest.FacilityInfo |
getFacilityInfo()
Get the 'FacilityInfo' element value. |
HotelDescriptiveInfoRequest.HotelInfo |
getHotelInfo()
Get the 'HotelInfo' element value. |
HotelReferenceGroup |
getHotelReferenceGroup()
Get the 'HotelReferenceGroup' attributeGroup value. |
HotelDescriptiveInfoRequest.MultimediaObjects |
getMultimediaObjects()
Get the 'MultimediaObjects' element value. |
HotelDescriptiveInfoRequest.Policies |
getPolicies()
Get the 'Policies' element value. |
void |
setAffiliationInfo(HotelDescriptiveInfoRequest.AffiliationInfo affiliationInfo)
Set the 'AffiliationInfo' element value. |
void |
setAreaInfo(HotelDescriptiveInfoRequest.AreaInfo areaInfo)
Set the 'AreaInfo' element value. |
void |
setContactInfo(HotelDescriptiveInfoRequest.ContactInfo contactInfo)
Set the 'ContactInfo' element value. |
void |
setContentInfos(HotelDescriptiveInfoRequest.ContentInfos contentInfos)
Set the 'ContentInfos' element value. |
void |
setFacilityInfo(HotelDescriptiveInfoRequest.FacilityInfo facilityInfo)
Set the 'FacilityInfo' element value. |
void |
setHotelInfo(HotelDescriptiveInfoRequest.HotelInfo hotelInfo)
Set the 'HotelInfo' element value. |
void |
setHotelReferenceGroup(HotelReferenceGroup hotelReferenceGroup)
Set the 'HotelReferenceGroup' attributeGroup value. |
void |
setMultimediaObjects(HotelDescriptiveInfoRequest.MultimediaObjects multimediaObjects)
Set the 'MultimediaObjects' element value. |
void |
setPolicies(HotelDescriptiveInfoRequest.Policies policies)
Set the 'Policies' element value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HotelDescriptiveInfoRequest()
Method Detail |
---|
public HotelDescriptiveInfoRequest.HotelInfo getHotelInfo()
public void setHotelInfo(HotelDescriptiveInfoRequest.HotelInfo hotelInfo)
hotelInfo
- public HotelDescriptiveInfoRequest.FacilityInfo getFacilityInfo()
public void setFacilityInfo(HotelDescriptiveInfoRequest.FacilityInfo facilityInfo)
facilityInfo
- public HotelDescriptiveInfoRequest.Policies getPolicies()
public void setPolicies(HotelDescriptiveInfoRequest.Policies policies)
policies
- public HotelDescriptiveInfoRequest.AreaInfo getAreaInfo()
public void setAreaInfo(HotelDescriptiveInfoRequest.AreaInfo areaInfo)
areaInfo
- public HotelDescriptiveInfoRequest.AffiliationInfo getAffiliationInfo()
public void setAffiliationInfo(HotelDescriptiveInfoRequest.AffiliationInfo affiliationInfo)
affiliationInfo
- public HotelDescriptiveInfoRequest.ContactInfo getContactInfo()
public void setContactInfo(HotelDescriptiveInfoRequest.ContactInfo contactInfo)
contactInfo
- public HotelDescriptiveInfoRequest.MultimediaObjects getMultimediaObjects()
public void setMultimediaObjects(HotelDescriptiveInfoRequest.MultimediaObjects multimediaObjects)
multimediaObjects
- public HotelDescriptiveInfoRequest.ContentInfos getContentInfos()
public void setContentInfos(HotelDescriptiveInfoRequest.ContentInfos contentInfos)
contentInfos
- public HotelReferenceGroup getHotelReferenceGroup()
public void setHotelReferenceGroup(HotelReferenceGroup hotelReferenceGroup)
hotelReferenceGroup
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |