|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.shared.ItemSearchCriterion.MapArea
public static class ItemSearchCriterion.MapArea
Provides coordinates used to define the area of a map. 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="MapArea" minOccurs="0"> <xs:complexType> <xs:attribute type="xs:string" use="optional" name="NorthLatitude"/> <xs:attribute type="xs:string" use="optional" name="SouthLatitude"/> <xs:attribute type="xs:string" use="optional" name="EastLongitude"/> <xs:attribute type="xs:string" use="optional" name="WestLongitude"/> </xs:complexType> </xs:element>
Constructor Summary | |
---|---|
ItemSearchCriterion.MapArea()
|
Method Summary | |
---|---|
java.lang.String |
getEastLongitude()
Get the 'EastLongitude' attribute value. |
java.lang.String |
getNorthLatitude()
Get the 'NorthLatitude' attribute value. |
java.lang.String |
getSouthLatitude()
Get the 'SouthLatitude' attribute value. |
java.lang.String |
getWestLongitude()
Get the 'WestLongitude' attribute value. |
void |
setEastLongitude(java.lang.String eastLongitude)
Set the 'EastLongitude' attribute value. |
void |
setNorthLatitude(java.lang.String northLatitude)
Set the 'NorthLatitude' attribute value. |
void |
setSouthLatitude(java.lang.String southLatitude)
Set the 'SouthLatitude' attribute value. |
void |
setWestLongitude(java.lang.String westLongitude)
Set the 'WestLongitude' attribute value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ItemSearchCriterion.MapArea()
Method Detail |
---|
public java.lang.String getNorthLatitude()
public void setNorthLatitude(java.lang.String northLatitude)
northLatitude
- public java.lang.String getSouthLatitude()
public void setSouthLatitude(java.lang.String southLatitude)
southLatitude
- public java.lang.String getEastLongitude()
public void setEastLongitude(java.lang.String eastLongitude)
eastLongitude
- public java.lang.String getWestLongitude()
public void setWestLongitude(java.lang.String westLongitude)
westLongitude
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |