org.ota.vehicle
Class VehicleLocationAdditionalDetails.VehRentLocInfos

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

public static class VehicleLocationAdditionalDetails.VehRentLocInfos
extends java.lang.Object

Descriptive information allowing the vendor to present informational messages about the rental location. These may include after-hour return of vehicle messages, messages providing directions to the location, or other similar messages. 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="VehRentLocInfos" minOccurs="0">
   <xs:complexType>
     <xs:sequence>
       <xs:element type="ns:VehicleLocationInformationType" name="VehRentLocInfo" maxOccurs="99"/>
     </xs:sequence>
   </xs:complexType>
 </xs:element>
 


Constructor Summary
VehicleLocationAdditionalDetails.VehRentLocInfos()
           
 
Method Summary
 void addVehRentLocInfo(VehicleLocationInformation item)
          Add a 'VehRentLocInfo' element item.
 void clearVehRentLocInfos()
          Remove all 'VehRentLocInfo' element items.
 VehicleLocationInformation getVehRentLocInfo(int index)
          Get 'VehRentLocInfo' element item by position.
 java.util.List<VehicleLocationInformation> getVehRentLocInfos()
          Get the list of 'VehRentLocInfo' element items.
 void setVehRentLocInfos(java.util.List<VehicleLocationInformation> list)
          Set the list of 'VehRentLocInfo' element items.
 int sizeVehRentLocInfos()
          Get the number of 'VehRentLocInfo' element items.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VehicleLocationAdditionalDetails.VehRentLocInfos

public VehicleLocationAdditionalDetails.VehRentLocInfos()
Method Detail

getVehRentLocInfos

public java.util.List<VehicleLocationInformation> getVehRentLocInfos()
Get the list of 'VehRentLocInfo' element items. Descriptive information of one specific aspect of the rental location.

Returns:
list

setVehRentLocInfos

public void setVehRentLocInfos(java.util.List<VehicleLocationInformation> list)
Set the list of 'VehRentLocInfo' element items. Descriptive information of one specific aspect of the rental location.

Parameters:
list -

sizeVehRentLocInfos

public int sizeVehRentLocInfos()
Get the number of 'VehRentLocInfo' element items.

Returns:
count

addVehRentLocInfo

public void addVehRentLocInfo(VehicleLocationInformation item)
Add a 'VehRentLocInfo' element item.

Parameters:
item -

getVehRentLocInfo

public VehicleLocationInformation getVehRentLocInfo(int index)
Get 'VehRentLocInfo' element item by position.

Parameters:
index -
Returns:
item

clearVehRentLocInfos

public void clearVehRentLocInfos()
Remove all 'VehRentLocInfo' element items.