org.ota.vehicle
Class LocDetailsNotifRQ.LocationDetail.LoyaltyProgram.Vehicles

java.lang.Object
  extended by org.ota.vehicle.LocDetailsNotifRQ.LocationDetail.LoyaltyProgram.Vehicles
Enclosing class:
LocDetailsNotifRQ.LocationDetail.LoyaltyProgram

public static class LocDetailsNotifRQ.LocationDetail.LoyaltyProgram.Vehicles
extends java.lang.Object

A collection of vehicles. 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="Vehicles" minOccurs="0">
   <xs:complexType>
     <xs:sequence>
       <xs:element name="Vehicle" maxOccurs="99">
         <!-- Reference to inner class Vehicle -->
       </xs:element>
     </xs:sequence>
   </xs:complexType>
 </xs:element>
 


Nested Class Summary
static class LocDetailsNotifRQ.LocationDetail.LoyaltyProgram.Vehicles.Vehicle
          The vehicle types associated with the frequent renter information.
 
Constructor Summary
LocDetailsNotifRQ.LocationDetail.LoyaltyProgram.Vehicles()
           
 
Method Summary
 void addVehicle(LocDetailsNotifRQ.LocationDetail.LoyaltyProgram.Vehicles.Vehicle item)
          Add a 'Vehicle' element item.
 void clearVehicles()
          Remove all 'Vehicle' element items.
 LocDetailsNotifRQ.LocationDetail.LoyaltyProgram.Vehicles.Vehicle getVehicle(int index)
          Get 'Vehicle' element item by position.
 java.util.List<LocDetailsNotifRQ.LocationDetail.LoyaltyProgram.Vehicles.Vehicle> getVehicles()
          Get the list of 'Vehicle' element items.
 void setVehicles(java.util.List<LocDetailsNotifRQ.LocationDetail.LoyaltyProgram.Vehicles.Vehicle> list)
          Set the list of 'Vehicle' element items.
 int sizeVehicles()
          Get the number of 'Vehicle' element items.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocDetailsNotifRQ.LocationDetail.LoyaltyProgram.Vehicles

public LocDetailsNotifRQ.LocationDetail.LoyaltyProgram.Vehicles()
Method Detail

getVehicles

public java.util.List<LocDetailsNotifRQ.LocationDetail.LoyaltyProgram.Vehicles.Vehicle> getVehicles()
Get the list of 'Vehicle' element items.

Returns:
list

setVehicles

public void setVehicles(java.util.List<LocDetailsNotifRQ.LocationDetail.LoyaltyProgram.Vehicles.Vehicle> list)
Set the list of 'Vehicle' element items.

Parameters:
list -

sizeVehicles

public int sizeVehicles()
Get the number of 'Vehicle' element items.

Returns:
count

addVehicle

public void addVehicle(LocDetailsNotifRQ.LocationDetail.LoyaltyProgram.Vehicles.Vehicle item)
Add a 'Vehicle' element item.

Parameters:
item -

getVehicle

public LocDetailsNotifRQ.LocationDetail.LoyaltyProgram.Vehicles.Vehicle getVehicle(int index)
Get 'Vehicle' element item by position.

Parameters:
index -
Returns:
item

clearVehicles

public void clearVehicles()
Remove all 'Vehicle' element items.