|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.shared.ItemSearchCriterion.RefPoint
public static class ItemSearchCriterion.RefPoint
The Reference Point element allows for a search by proximity to a designated reference point by name. 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" minOccurs="0" maxOccurs="999"> <xs:complexType> <xs:simpleContent> <xs:extension base="xs:string"> <xs:attribute type="xs:string" use="optional" name="StateProv"/> <xs:attribute type="xs:string" use="optional" name="CountryCode"/> <xs:attributeGroup ref="ns:CodeListGroup"/> <xs:attribute type="xs:string" use="optional" name="RefPointType"/> <xs:attribute type="xs:string" use="optional" name="Name"/> <xs:attribute type="xs:string" use="optional" name="CityName"/> </xs:extension> </xs:simpleContent> </xs:complexType> </xs:element>
Constructor Summary | |
---|---|
ItemSearchCriterion.RefPoint()
|
Method Summary | |
---|---|
java.lang.String |
getCityName()
Get the 'CityName' attribute value. |
CodeListGroup |
getCodeListGroup()
Get the 'CodeListGroup' attributeGroup value. |
java.lang.String |
getCountryCode()
Get the 'CountryCode' attribute value. |
java.lang.String |
getName()
Get the 'Name' attribute value. |
java.lang.String |
getRefPoint()
Get the 'RefPointType' attribute value. |
java.lang.String |
getStateProv()
Get the 'StateProv' attribute value. |
java.lang.String |
getString()
Get the extension value. |
void |
setCityName(java.lang.String cityName)
Set the 'CityName' attribute value. |
void |
setCodeListGroup(CodeListGroup codeListGroup)
Set the 'CodeListGroup' attributeGroup value. |
void |
setCountryCode(java.lang.String countryCode)
Set the 'CountryCode' attribute value. |
void |
setName(java.lang.String name)
Set the 'Name' attribute value. |
void |
setRefPoint(java.lang.String refPoint)
Set the 'RefPointType' attribute value. |
void |
setStateProv(java.lang.String stateProv)
Set the 'StateProv' attribute value. |
void |
setString(java.lang.String string)
Set the extension value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ItemSearchCriterion.RefPoint()
Method Detail |
---|
public java.lang.String getString()
public void setString(java.lang.String string)
string
- 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 CodeListGroup getCodeListGroup()
public void setCodeListGroup(CodeListGroup codeListGroup)
codeListGroup
- public java.lang.String getRefPoint()
public void setRefPoint(java.lang.String refPoint)
refPoint
- public java.lang.String getName()
public void setName(java.lang.String name)
name
- public java.lang.String getCityName()
public void setCityName(java.lang.String cityName)
cityName
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |