|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.vehicle.VehicleAvailCore.DropOffLocation
public static class VehicleAvailCore.DropOffLocation
The drop off 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="DropOffLocation" 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:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
| Constructor Summary | |
|---|---|
VehicleAvailCore.DropOffLocation()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getCounterLocation()
Get the 'CounterLocation' 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 |
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 |
|---|
public VehicleAvailCore.DropOffLocation()
| Method Detail |
|---|
public Location getLocation()
public void setLocation(Location location)
location - public java.lang.String getExtendedLocationCode()
public void setExtendedLocationCode(java.lang.String extendedLocationCode)
extendedLocationCode - public java.lang.String getCounterLocation()
public void setCounterLocation(java.lang.String counterLocation)
counterLocation - public java.lang.String getName()
public void setName(java.lang.String name)
name -
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||