org.ota.shared
Class ItemSearchCriterion.MapArea

java.lang.Object
  extended by org.ota.shared.ItemSearchCriterion.MapArea
Enclosing class:
ItemSearchCriterion

public static class ItemSearchCriterion.MapArea
extends java.lang.Object

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

ItemSearchCriterion.MapArea

public ItemSearchCriterion.MapArea()
Method Detail

getNorthLatitude

public java.lang.String getNorthLatitude()
Get the 'NorthLatitude' attribute value. The latitude of the northern boundary of the map.

Returns:
value

setNorthLatitude

public void setNorthLatitude(java.lang.String northLatitude)
Set the 'NorthLatitude' attribute value. The latitude of the northern boundary of the map.

Parameters:
northLatitude -

getSouthLatitude

public java.lang.String getSouthLatitude()
Get the 'SouthLatitude' attribute value. The latitude of the southern boundary of the map.

Returns:
value

setSouthLatitude

public void setSouthLatitude(java.lang.String southLatitude)
Set the 'SouthLatitude' attribute value. The latitude of the southern boundary of the map.

Parameters:
southLatitude -

getEastLongitude

public java.lang.String getEastLongitude()
Get the 'EastLongitude' attribute value. The longitude of the eastern boundary of the map.

Returns:
value

setEastLongitude

public void setEastLongitude(java.lang.String eastLongitude)
Set the 'EastLongitude' attribute value. The longitude of the eastern boundary of the map.

Parameters:
eastLongitude -

getWestLongitude

public java.lang.String getWestLongitude()
Get the 'WestLongitude' attribute value. The longitude of the western boundary of the map.

Returns:
value

setWestLongitude

public void setWestLongitude(java.lang.String westLongitude)
Set the 'WestLongitude' attribute value. The longitude of the western boundary of the map.

Parameters:
westLongitude -