org.ota.vehicle
Class VehicleAvailCore.VendorLocation

java.lang.Object
  extended by org.ota.vehicle.VehicleAvailCore.VendorLocation
Enclosing class:
VehicleAvailCore

public static class VehicleAvailCore.VendorLocation
extends java.lang.Object

The vendor location information for a specific vehicle. 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="VendorLocation" minOccurs="0">
   <xs:complexType>
     <xs:simpleContent>
       <xs:extension base="ns:LocationType">
         <xs:attribute type="xs:string" use="optional" name="ExtendedLocationCode"/>
         <xs:attribute type="xs:string" use="optional" name="CounterLocation"/>
         <xs:attribute type="xs:string" use="optional" name="Name"/>
         <xs:attribute use="optional" name="CounterLocInfo">
           <xs:simpleType>
             <!-- Reference to inner class CounterLocInfo -->
           </xs:simpleType>
         </xs:attribute>
       </xs:extension>
     </xs:simpleContent>
   </xs:complexType>
 </xs:element>
 


Nested Class Summary
static class VehicleAvailCore.VendorLocation.CounterLocInfo
          Schema fragment(s) for this class:
 
Constructor Summary
VehicleAvailCore.VendorLocation()
           
 
Method Summary
 java.lang.String getCounterLocation()
          Get the 'CounterLocation' attribute value.
 VehicleAvailCore.VendorLocation.CounterLocInfo getCounterLocInfo()
          Get the 'CounterLocInfo' attribute value.
 java.lang.String getExtendedLocationCode()
          Get the 'ExtendedLocationCode' attribute value.
 Location getLocation()
          Get the extension value.
 java.lang.String getName()
          Get the 'Name' attribute value.
 void setCounterLocation(java.lang.String counterLocation)
          Set the 'CounterLocation' attribute value.
 void setCounterLocInfo(VehicleAvailCore.VendorLocation.CounterLocInfo counterLocInfo)
          Set the 'CounterLocInfo' attribute value.
 void setExtendedLocationCode(java.lang.String extendedLocationCode)
          Set the 'ExtendedLocationCode' attribute value.
 void setLocation(Location location)
          Set the extension value.
 void setName(java.lang.String name)
          Set the 'Name' attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VehicleAvailCore.VendorLocation

public VehicleAvailCore.VendorLocation()
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. Specifies the extended location code (e.g., ATLC10).

Returns:
value

setExtendedLocationCode

public void setExtendedLocationCode(java.lang.String extendedLocationCode)
Set the 'ExtendedLocationCode' attribute value. Specifies the extended location code (e.g., ATLC10).

Parameters:
extendedLocationCode -

getCounterLocation

public java.lang.String getCounterLocation()
Get the 'CounterLocation' attribute value. The location of the counter. Refer to OpenTravel Code List Vehicle Where At Facility (VWF).

Returns:
value

setCounterLocation

public void setCounterLocation(java.lang.String counterLocation)
Set the 'CounterLocation' attribute value. The location of the counter. Refer to OpenTravel Code List Vehicle Where At Facility (VWF).

Parameters:
counterLocation -

getName

public java.lang.String getName()
Get the 'Name' attribute value. The name of the vendor location.

Returns:
value

setName

public void setName(java.lang.String name)
Set the 'Name' attribute value. The name of the vendor location.

Parameters:
name -

getCounterLocInfo

public VehicleAvailCore.VendorLocation.CounterLocInfo getCounterLocInfo()
Get the 'CounterLocInfo' attribute value. Specifies information pertaining to the counter location.

Returns:
value

setCounterLocInfo

public void setCounterLocInfo(VehicleAvailCore.VendorLocation.CounterLocInfo counterLocInfo)
Set the 'CounterLocInfo' attribute value. Specifies information pertaining to the counter location.

Parameters:
counterLocInfo -