|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.shared.RelativePosition
org.ota.hotel.RefPoints.RefPoint
public static class RefPoints.RefPoint
Provides information on the location of an area attraction. 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="RefPoint" maxOccurs="unbounded"> <xs:complexType> <xs:complexContent> <xs:extension base="ns:RelativePositionType"> <xs:sequence> <xs:element type="ns:MultimediaDescriptionsType" name="MultimediaDescriptions" minOccurs="0"/> <xs:element type="xs:string" name="DescriptiveText" minOccurs="0"/> </xs:sequence> <xs:attribute type="xs:string" use="optional" name="RefPointCategoryCode"/> <xs:attribute type="xs:string" use="optional" name="Proximity"/> <xs:attribute type="xs:string" use="optional" name="CityCode"/> <xs:attributeGroup ref="ns:CodeInfoGroup"/> <xs:attribute type="xs:string" use="optional" name="RefPointName"/> <xs:attributeGroup ref="ns:PositionGroup"/> <xs:attributeGroup ref="ns:CodeListGroup"/> <xs:attribute type="xs:string" use="optional" name="ExistsCode"/> <xs:attribute type="xs:string" use="optional" name="StateProv"/> <xs:attribute type="xs:string" use="optional" name="CountryCode"/> <xs:attributeGroup ref="ns:ID_OptionalGroup"/> </xs:extension> </xs:complexContent> </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 |
---|
Nested classes/interfaces inherited from class org.ota.shared.RelativePosition |
---|
RelativePosition.ToFrom |
Constructor Summary | |
---|---|
RefPoints.RefPoint()
|
Method Summary | |
---|---|
java.lang.String |
getCityCode()
Get the 'CityCode' attribute value. |
CodeInfoGroup |
getCodeInfoGroup()
Get the 'CodeInfoGroup' attributeGroup value. |
CodeListGroup |
getCodeListGroup()
Get the 'CodeListGroup' attributeGroup value. |
java.lang.String |
getCountryCode()
Get the 'CountryCode' attribute value. |
java.lang.String |
getDescriptiveText()
Get the 'DescriptiveText' element value. |
java.lang.String |
getExistsCode()
Get the 'ExistsCode' attribute value. |
java.lang.String |
getID()
Get the 'ID' attribute value. |
MultimediaDescriptions |
getMultimediaDescriptions()
Get the 'MultimediaDescriptions' element value. |
PositionGroup |
getPositionGroup()
Get the 'PositionGroup' attributeGroup value. |
java.lang.String |
getProximity()
Get the 'Proximity' attribute value. |
java.lang.String |
getRefPointCategoryCode()
Get the 'RefPointCategoryCode' attribute value. |
java.lang.String |
getRefPointName()
Get the 'RefPointName' attribute value. |
java.lang.String |
getStateProv()
Get the 'StateProv' attribute value. |
void |
setCityCode(java.lang.String cityCode)
Set the 'CityCode' attribute value. |
void |
setCodeInfoGroup(CodeInfoGroup codeInfoGroup)
Set the 'CodeInfoGroup' attributeGroup value. |
void |
setCodeListGroup(CodeListGroup codeListGroup)
Set the 'CodeListGroup' attributeGroup value. |
void |
setCountryCode(java.lang.String countryCode)
Set the 'CountryCode' attribute value. |
void |
setDescriptiveText(java.lang.String descriptiveText)
Set the 'DescriptiveText' element value. |
void |
setExistsCode(java.lang.String existsCode)
Set the 'ExistsCode' attribute value. |
void |
setID(java.lang.String ID)
Set the 'ID' attribute value. |
void |
setMultimediaDescriptions(MultimediaDescriptions multimediaDescriptions)
Set the 'MultimediaDescriptions' element value. |
void |
setPositionGroup(PositionGroup positionGroup)
Set the 'PositionGroup' attributeGroup value. |
void |
setProximity(java.lang.String proximity)
Set the 'Proximity' attribute value. |
void |
setRefPointCategoryCode(java.lang.String refPointCategoryCode)
Set the 'RefPointCategoryCode' attribute value. |
void |
setRefPointName(java.lang.String refPointName)
Set the 'RefPointName' attribute value. |
void |
setStateProv(java.lang.String stateProv)
Set the 'StateProv' attribute value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RefPoints.RefPoint()
Method Detail |
---|
public MultimediaDescriptions getMultimediaDescriptions()
public void setMultimediaDescriptions(MultimediaDescriptions multimediaDescriptions)
multimediaDescriptions
- public java.lang.String getDescriptiveText()
public void setDescriptiveText(java.lang.String descriptiveText)
descriptiveText
- public java.lang.String getRefPointCategoryCode()
public void setRefPointCategoryCode(java.lang.String refPointCategoryCode)
refPointCategoryCode
- public java.lang.String getProximity()
public void setProximity(java.lang.String proximity)
proximity
- public java.lang.String getCityCode()
public void setCityCode(java.lang.String cityCode)
cityCode
- public CodeInfoGroup getCodeInfoGroup()
public void setCodeInfoGroup(CodeInfoGroup codeInfoGroup)
codeInfoGroup
- public java.lang.String getRefPointName()
public void setRefPointName(java.lang.String refPointName)
refPointName
- public PositionGroup getPositionGroup()
public void setPositionGroup(PositionGroup positionGroup)
positionGroup
- public CodeListGroup getCodeListGroup()
public void setCodeListGroup(CodeListGroup codeListGroup)
codeListGroup
- public java.lang.String getExistsCode()
public void setExistsCode(java.lang.String existsCode)
existsCode
- public java.lang.String getStateProv()
public void setStateProv(java.lang.String stateProv)
stateProv
- public java.lang.String getCountryCode()
public void setCountryCode(java.lang.String countryCode)
countryCode
- public java.lang.String getID()
public void setID(java.lang.String ID)
ID
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |