org.ota.vehicle
Class VehicleLocationAdditionalDetails.OneWayDropLocations.OneWayDropLocation

java.lang.Object
  extended by org.ota.vehicle.VehicleLocationAdditionalDetails.OneWayDropLocations.OneWayDropLocation
Enclosing class:
VehicleLocationAdditionalDetails.OneWayDropLocations

public static class VehicleLocationAdditionalDetails.OneWayDropLocations.OneWayDropLocation
extends java.lang.Object

Location where a one way drop is allowed. 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="OneWayDropLocation" maxOccurs="unbounded">
   <xs:complexType>
     <xs:simpleContent>
       <xs:extension base="ns:LocationType">
         <xs:attribute type="xs:string" use="optional" name="ExtendedLocationCode"/>
       </xs:extension>
     </xs:simpleContent>
   </xs:complexType>
 </xs:element>
 


Constructor Summary
VehicleLocationAdditionalDetails.OneWayDropLocations.OneWayDropLocation()
           
 
Method Summary
 java.lang.String getExtendedLocationCode()
          Get the 'ExtendedLocationCode' attribute value.
 Location getLocation()
          Get the extension value.
 void setExtendedLocationCode(java.lang.String extendedLocationCode)
          Set the 'ExtendedLocationCode' attribute value.
 void setLocation(Location location)
          Set the extension value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VehicleLocationAdditionalDetails.OneWayDropLocations.OneWayDropLocation

public VehicleLocationAdditionalDetails.OneWayDropLocations.OneWayDropLocation()
Method Detail

getLocation

public Location getLocation()
Get the extension value.

Returns:
value

setLocation

public void setLocation(Location location)
Set the extension value.

Parameters:
location -

getExtendedLocationCode

public java.lang.String getExtendedLocationCode()
Get the 'ExtendedLocationCode' attribute value. Used for extended OAG code in conjunction with the OAG code which is sent in Code.

Returns:
value

setExtendedLocationCode

public void setExtendedLocationCode(java.lang.String extendedLocationCode)
Set the 'ExtendedLocationCode' attribute value. Used for extended OAG code in conjunction with the OAG code which is sent in Code.

Parameters:
extendedLocationCode -