org.ota.vehicle
Class LocDetailsNotifRQ.LocationDetail.Address.Position

java.lang.Object
  extended by org.ota.vehicle.LocDetailsNotifRQ.LocationDetail.Address.Position
Enclosing class:
LocDetailsNotifRQ.LocationDetail.Address

public static class LocDetailsNotifRQ.LocationDetail.Address.Position
extends java.lang.Object

Used to specify the geographic position of a rental location. 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="Position" minOccurs="0">
   <xs:complexType>
     <xs:attributeGroup ref="ns:PositionGroup"/>
     <xs:attribute type="xs:string" use="optional" name="AccuracyLevelCode"/>
     <xs:attribute type="xs:string" use="optional" name="Action"/>
   </xs:complexType>
 </xs:element>
 


Constructor Summary
LocDetailsNotifRQ.LocationDetail.Address.Position()
           
 
Method Summary
 java.lang.String getAccuracyLevelCode()
          Get the 'AccuracyLevelCode' attribute value.
 java.lang.String getAction()
          Get the 'Action' attribute value.
 PositionGroup getPositionGroup()
          Get the 'PositionGroup' attributeGroup value.
 void setAccuracyLevelCode(java.lang.String accuracyLevelCode)
          Set the 'AccuracyLevelCode' attribute value.
 void setAction(java.lang.String action)
          Set the 'Action' attribute value.
 void setPositionGroup(PositionGroup positionGroup)
          Set the 'PositionGroup' attributeGroup value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocDetailsNotifRQ.LocationDetail.Address.Position

public LocDetailsNotifRQ.LocationDetail.Address.Position()
Method Detail

getPositionGroup

public PositionGroup getPositionGroup()
Get the 'PositionGroup' attributeGroup value. Used to specify the geographic coordinates of a location.

Returns:
value

setPositionGroup

public void setPositionGroup(PositionGroup positionGroup)
Set the 'PositionGroup' attributeGroup value. Used to specify the geographic coordinates of a location.

Parameters:
positionGroup -

getAccuracyLevelCode

public java.lang.String getAccuracyLevelCode()
Get the 'AccuracyLevelCode' attribute value. Specifies the level of accuracy of this latitute and longitude. Refer to OpenTravel Code list 'Index Point Code' (IPC).

Returns:
value

setAccuracyLevelCode

public void setAccuracyLevelCode(java.lang.String accuracyLevelCode)
Set the 'AccuracyLevelCode' attribute value. Specifies the level of accuracy of this latitute and longitude. Refer to OpenTravel Code list 'Index Point Code' (IPC).

Parameters:
accuracyLevelCode -

getAction

public java.lang.String getAction()
Get the 'Action' attribute value. Specifies the action requested on the position.

Returns:
value

setAction

public void setAction(java.lang.String action)
Set the 'Action' attribute value. Specifies the action requested on the position.

Parameters:
action -