org.ota.shared
Class PositionGroup

java.lang.Object
  extended by org.ota.shared.PositionGroup

public class PositionGroup
extends java.lang.Object

Used to specify the geographic coordinates of a location. Schema fragment(s) for this class:

 <xs:attributeGroup xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="PositionGroup">
   <xs:attribute type="xs:string" use="optional" name="Latitude"/>
   <xs:attribute type="xs:string" use="optional" name="Longitude"/>
   <xs:attribute type="xs:string" use="optional" name="Altitude"/>
   <xs:attribute type="xs:string" use="optional" name="AltitudeUnitOfMeasureCode"/>
 </xs:attributeGroup>
 


Constructor Summary
PositionGroup()
           
 
Method Summary
 java.lang.String getAltitude()
          Get the 'Altitude' attribute value.
 java.lang.String getAltitudeUnitOfMeasureCode()
          Get the 'AltitudeUnitOfMeasureCode' attribute value.
 java.lang.String getLatitude()
          Get the 'Latitude' attribute value.
 java.lang.String getLongitude()
          Get the 'Longitude' attribute value.
 void setAltitude(java.lang.String altitude)
          Set the 'Altitude' attribute value.
 void setAltitudeUnitOfMeasureCode(java.lang.String altitudeUnitOfMeasureCode)
          Set the 'AltitudeUnitOfMeasureCode' attribute value.
 void setLatitude(java.lang.String latitude)
          Set the 'Latitude' attribute value.
 void setLongitude(java.lang.String longitude)
          Set the 'Longitude' attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PositionGroup

public PositionGroup()
Method Detail

getLatitude

public java.lang.String getLatitude()
Get the 'Latitude' attribute value. The measure of the angular distance on a meridian north or south of the equator.

Returns:
value

setLatitude

public void setLatitude(java.lang.String latitude)
Set the 'Latitude' attribute value. The measure of the angular distance on a meridian north or south of the equator.

Parameters:
latitude -

getLongitude

public java.lang.String getLongitude()
Get the 'Longitude' attribute value. The measure of the angular distance on a meridian east or west of the prime meridian.

Returns:
value

setLongitude

public void setLongitude(java.lang.String longitude)
Set the 'Longitude' attribute value. The measure of the angular distance on a meridian east or west of the prime meridian.

Parameters:
longitude -

getAltitude

public java.lang.String getAltitude()
Get the 'Altitude' attribute value. The height of an item, typically above sea level.

Returns:
value

setAltitude

public void setAltitude(java.lang.String altitude)
Set the 'Altitude' attribute value. The height of an item, typically above sea level.

Parameters:
altitude -

getAltitudeUnitOfMeasureCode

public java.lang.String getAltitudeUnitOfMeasureCode()
Get the 'AltitudeUnitOfMeasureCode' attribute value. Provides the unit of measure for the altitude (e.g., feet, meters, miles, kilometers). Refer to OpenTravel Code List Unit of Measure Code (UOM).

Returns:
value

setAltitudeUnitOfMeasureCode

public void setAltitudeUnitOfMeasureCode(java.lang.String altitudeUnitOfMeasureCode)
Set the 'AltitudeUnitOfMeasureCode' attribute value. Provides the unit of measure for the altitude (e.g., feet, meters, miles, kilometers). Refer to OpenTravel Code List Unit of Measure Code (UOM).

Parameters:
altitudeUnitOfMeasureCode -