|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.vehicle.VehicleArrivalDetails
public class VehicleArrivalDetails
The VehicleArrivalDetailsType complex type defines the information that describes an arriving mode of transportation which is associated with the rental of a vehicle. This is typically used to identify how the customer will be arriving at the vehicle rental facility. Schema fragment(s) for this class:
<xs:complexType xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="VehicleArrivalDetailsType">
<xs:sequence>
<xs:element type="ns:LocationType" name="ArrivalLocation" minOccurs="0"/>
<xs:element type="ns:CompanyNameType" name="MarketingCompany" minOccurs="0"/>
<xs:element type="ns:CompanyNameType" name="OperatingCompany" minOccurs="0"/>
</xs:sequence>
<xs:attribute type="xs:string" use="optional" name="TransportationCode"/>
<xs:attribute type="xs:string" use="optional" name="Number"/>
<xs:attribute type="xs:dateTime" use="optional" name="ArrivalDateTime"/>
</xs:complexType>
| Constructor Summary | |
|---|---|
VehicleArrivalDetails()
|
|
| Method Summary | |
|---|---|
java.util.Date |
getArrivalDateTime()
Get the 'ArrivalDateTime' attribute value. |
Location |
getArrivalLocation()
Get the 'ArrivalLocation' element value. |
CompanyName |
getMarketingCompany()
Get the 'MarketingCompany' element value. |
java.lang.String |
getNumber()
Get the 'Number' attribute value. |
CompanyName |
getOperatingCompany()
Get the 'OperatingCompany' element value. |
java.lang.String |
getTransportationCode()
Get the 'TransportationCode' attribute value. |
void |
setArrivalDateTime(java.util.Date arrivalDateTime)
Set the 'ArrivalDateTime' attribute value. |
void |
setArrivalLocation(Location arrivalLocation)
Set the 'ArrivalLocation' element value. |
void |
setMarketingCompany(CompanyName marketingCompany)
Set the 'MarketingCompany' element value. |
void |
setNumber(java.lang.String number)
Set the 'Number' attribute value. |
void |
setOperatingCompany(CompanyName operatingCompany)
Set the 'OperatingCompany' element value. |
void |
setTransportationCode(java.lang.String transportationCode)
Set the 'TransportationCode' attribute value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public VehicleArrivalDetails()
| Method Detail |
|---|
public Location getArrivalLocation()
public void setArrivalLocation(Location arrivalLocation)
arrivalLocation - public CompanyName getMarketingCompany()
public void setMarketingCompany(CompanyName marketingCompany)
marketingCompany - public CompanyName getOperatingCompany()
public void setOperatingCompany(CompanyName operatingCompany)
operatingCompany - public java.lang.String getTransportationCode()
public void setTransportationCode(java.lang.String transportationCode)
transportationCode - public java.lang.String getNumber()
public void setNumber(java.lang.String number)
number - public java.util.Date getArrivalDateTime()
public void setArrivalDateTime(java.util.Date arrivalDateTime)
arrivalDateTime -
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||