|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.hotel.HotelDescriptiveContent.AreaInfo.Attractions.Attraction
public static class HotelDescriptiveContent.AreaInfo.Attractions.Attraction
This identifies an item of local interest (e.g. theme park, airport, museum, rail station, university). 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="Attraction" maxOccurs="unbounded"> <xs:complexType> <xs:sequence> <xs:element name="Contact" minOccurs="0"> <!-- Reference to inner class Contact --> </xs:element> <xs:element type="ns:OperationSchedulesPlusChargeType" name="OperationSchedules" minOccurs="0"/> <xs:element type="ns:MultimediaDescriptionsType" name="MultimediaDescriptions" minOccurs="0"/> <xs:element type="ns:RefPointsType" name="RefPoints" minOccurs="0"/> <xs:element type="xs:string" name="DescriptiveText" minOccurs="0"/> </xs:sequence> <xs:attribute type="xs:string" use="optional" name="AttractionCategoryCode"/> <xs:attributeGroup ref="ns:CodeInfoGroup"/> <xs:attribute type="xs:string" use="optional" name="AttractionName"/> <xs:attribute type="xs:float" use="optional" name="AttractionFee"/> <xs:attribute type="xs:boolean" use="optional" name="CourtesyPhone"/> <xs:attributeGroup ref="ns:DateTimeSpanGroup"/> <xs:attributeGroup ref="ns:CodeListGroup"/> <xs:attribute type="xs:string" use="optional" name="ProximityCode"/> <xs:attributeGroup ref="ns:ID_OptionalGroup"/> <xs:attribute type="xs:int" use="optional" name="Sort"/> </xs:complexType> </xs:element> <xs:attributeGroup xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="ID_OptionalGroup"> <xs:attribute type="xs:string" use="optional" name="ID"/> </xs:attributeGroup>
Nested Class Summary | |
---|---|
static class |
HotelDescriptiveContent.AreaInfo.Attractions.Attraction.Contact
Used to pass contact information of a specific attraction. |
Constructor Summary | |
---|---|
HotelDescriptiveContent.AreaInfo.Attractions.Attraction()
|
Method Summary | |
---|---|
java.lang.String |
getAttractionCategoryCode()
Get the 'AttractionCategoryCode' attribute value. |
java.lang.Float |
getAttractionFee()
Get the 'AttractionFee' attribute value. |
java.lang.String |
getAttractionName()
Get the 'AttractionName' attribute value. |
CodeInfoGroup |
getCodeInfoGroup()
Get the 'CodeInfoGroup' attributeGroup value. |
CodeListGroup |
getCodeListGroup()
Get the 'CodeListGroup' attributeGroup value. |
HotelDescriptiveContent.AreaInfo.Attractions.Attraction.Contact |
getContact()
Get the 'Contact' element value. |
java.lang.Boolean |
getCourtesyPhone()
Get the 'CourtesyPhone' attribute value. |
DateTimeSpanGroup |
getDateTimeSpanGroup()
Get the 'DateTimeSpanGroup' attributeGroup value. |
java.lang.String |
getDescriptiveText()
Get the 'DescriptiveText' element value. |
java.lang.String |
getID()
Get the 'ID' attribute value. |
MultimediaDescriptions |
getMultimediaDescriptions()
Get the 'MultimediaDescriptions' element value. |
OperationSchedulesPlusCharge |
getOperationSchedules()
Get the 'OperationSchedules' element value. |
java.lang.String |
getProximityCode()
Get the 'ProximityCode' attribute value. |
RefPoints |
getRefPoints()
Get the 'RefPoints' element value. |
java.lang.Integer |
getSort()
Get the 'Sort' attribute value. |
void |
setAttractionCategoryCode(java.lang.String attractionCategoryCode)
Set the 'AttractionCategoryCode' attribute value. |
void |
setAttractionFee(java.lang.Float attractionFee)
Set the 'AttractionFee' attribute value. |
void |
setAttractionName(java.lang.String attractionName)
Set the 'AttractionName' attribute value. |
void |
setCodeInfoGroup(CodeInfoGroup codeInfoGroup)
Set the 'CodeInfoGroup' attributeGroup value. |
void |
setCodeListGroup(CodeListGroup codeListGroup)
Set the 'CodeListGroup' attributeGroup value. |
void |
setContact(HotelDescriptiveContent.AreaInfo.Attractions.Attraction.Contact contact)
Set the 'Contact' element value. |
void |
setCourtesyPhone(java.lang.Boolean courtesyPhone)
Set the 'CourtesyPhone' attribute value. |
void |
setDateTimeSpanGroup(DateTimeSpanGroup dateTimeSpanGroup)
Set the 'DateTimeSpanGroup' attributeGroup value. |
void |
setDescriptiveText(java.lang.String descriptiveText)
Set the 'DescriptiveText' element value. |
void |
setID(java.lang.String ID)
Set the 'ID' attribute value. |
void |
setMultimediaDescriptions(MultimediaDescriptions multimediaDescriptions)
Set the 'MultimediaDescriptions' element value. |
void |
setOperationSchedules(OperationSchedulesPlusCharge operationSchedules)
Set the 'OperationSchedules' element value. |
void |
setProximityCode(java.lang.String proximityCode)
Set the 'ProximityCode' attribute value. |
void |
setRefPoints(RefPoints refPoints)
Set the 'RefPoints' element value. |
void |
setSort(java.lang.Integer sort)
Set the 'Sort' 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.Attractions.Attraction()
Method Detail |
---|
public HotelDescriptiveContent.AreaInfo.Attractions.Attraction.Contact getContact()
public void setContact(HotelDescriptiveContent.AreaInfo.Attractions.Attraction.Contact contact)
contact
- public OperationSchedulesPlusCharge getOperationSchedules()
public void setOperationSchedules(OperationSchedulesPlusCharge operationSchedules)
operationSchedules
- public MultimediaDescriptions getMultimediaDescriptions()
public void setMultimediaDescriptions(MultimediaDescriptions multimediaDescriptions)
multimediaDescriptions
- public RefPoints getRefPoints()
public void setRefPoints(RefPoints refPoints)
refPoints
- public java.lang.String getDescriptiveText()
public void setDescriptiveText(java.lang.String descriptiveText)
descriptiveText
- public java.lang.String getAttractionCategoryCode()
public void setAttractionCategoryCode(java.lang.String attractionCategoryCode)
attractionCategoryCode
- public CodeInfoGroup getCodeInfoGroup()
public void setCodeInfoGroup(CodeInfoGroup codeInfoGroup)
codeInfoGroup
- public java.lang.String getAttractionName()
public void setAttractionName(java.lang.String attractionName)
attractionName
- public java.lang.Float getAttractionFee()
public void setAttractionFee(java.lang.Float attractionFee)
attractionFee
- public java.lang.Boolean getCourtesyPhone()
public void setCourtesyPhone(java.lang.Boolean courtesyPhone)
courtesyPhone
- public DateTimeSpanGroup getDateTimeSpanGroup()
public void setDateTimeSpanGroup(DateTimeSpanGroup dateTimeSpanGroup)
dateTimeSpanGroup
- public CodeListGroup getCodeListGroup()
public void setCodeListGroup(CodeListGroup codeListGroup)
codeListGroup
- public java.lang.String getProximityCode()
public void setProximityCode(java.lang.String proximityCode)
proximityCode
- public java.lang.String getID()
public void setID(java.lang.String ID)
ID
- public java.lang.Integer getSort()
public void setSort(java.lang.Integer sort)
sort
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |