|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.hotel.HotelDescriptiveContent.AreaInfo.OtherHotels.OtherHotel
public static class HotelDescriptiveContent.AreaInfo.OtherHotels.OtherHotel
Provides information on other area hotels. 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="OtherHotel" maxOccurs="99"> <xs:complexType> <xs:sequence> <xs:element type="ns:ContactInfosType" name="ContactInfos" minOccurs="0"/> <xs:element type="ns:RefPointsType" name="RefPoints" minOccurs="0"/> </xs:sequence> <xs:attribute type="xs:boolean" use="optional" name="CompetitorIndicator"/> <xs:attribute type="xs:string" use="optional" name="SegmentCategoryCode"/> <xs:attributeGroup ref="ns:HotelReferenceGroup"/> <xs:attribute type="xs:string" use="optional" name="ID"/> <xs:attribute type="xs:string" use="optional" name="AlternateID"/> </xs:complexType> </xs:element>
Constructor Summary | |
---|---|
HotelDescriptiveContent.AreaInfo.OtherHotels.OtherHotel()
|
Method Summary | |
---|---|
java.lang.String |
getAlternateID()
Get the 'AlternateID' attribute value. |
java.lang.Boolean |
getCompetitorIndicator()
Get the 'CompetitorIndicator' attribute value. |
ContactInfos |
getContactInfos()
Get the 'ContactInfos' element value. |
HotelReferenceGroup |
getHotelReferenceGroup()
Get the 'HotelReferenceGroup' attributeGroup value. |
java.lang.String |
getID()
Get the 'ID' attribute value. |
RefPoints |
getRefPoints()
Get the 'RefPoints' element value. |
java.lang.String |
getSegmentCategoryCode()
Get the 'SegmentCategoryCode' attribute value. |
void |
setAlternateID(java.lang.String alternateID)
Set the 'AlternateID' attribute value. |
void |
setCompetitorIndicator(java.lang.Boolean competitorIndicator)
Set the 'CompetitorIndicator' attribute value. |
void |
setContactInfos(ContactInfos contactInfos)
Set the 'ContactInfos' element value. |
void |
setHotelReferenceGroup(HotelReferenceGroup hotelReferenceGroup)
Set the 'HotelReferenceGroup' attributeGroup value. |
void |
setID(java.lang.String ID)
Set the 'ID' attribute value. |
void |
setRefPoints(RefPoints refPoints)
Set the 'RefPoints' element value. |
void |
setSegmentCategoryCode(java.lang.String segmentCategoryCode)
Set the 'SegmentCategoryCode' attribute value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HotelDescriptiveContent.AreaInfo.OtherHotels.OtherHotel()
Method Detail |
---|
public ContactInfos getContactInfos()
public void setContactInfos(ContactInfos contactInfos)
contactInfos
- public RefPoints getRefPoints()
public void setRefPoints(RefPoints refPoints)
refPoints
- public java.lang.Boolean getCompetitorIndicator()
public void setCompetitorIndicator(java.lang.Boolean competitorIndicator)
competitorIndicator
- public java.lang.String getSegmentCategoryCode()
public void setSegmentCategoryCode(java.lang.String segmentCategoryCode)
segmentCategoryCode
- public HotelReferenceGroup getHotelReferenceGroup()
public void setHotelReferenceGroup(HotelReferenceGroup hotelReferenceGroup)
hotelReferenceGroup
- public java.lang.String getID()
public void setID(java.lang.String ID)
ID
- public java.lang.String getAlternateID()
public void setAlternateID(java.lang.String alternateID)
alternateID
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |