|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.vehicle.VehicleLocationServicesOffered.OnLocationServices.OnLocationService.OnLocServiceCharges.OnLocServiceCharge.Vehicles
public static class VehicleLocationServicesOffered.OnLocationServices.OnLocationService.OnLocServiceCharges.OnLocServiceCharge.Vehicles
A collection of vehicles for which this charge applies. This is to be used when the charge associated with the service is not the same charge for all vehicle types. 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 type="ns:VehicleCoreType" name="Vehicle" maxOccurs="99"/> </xs:sequence> </xs:complexType> </xs:element>
Constructor Summary | |
---|---|
VehicleLocationServicesOffered.OnLocationServices.OnLocationService.OnLocServiceCharges.OnLocServiceCharge.Vehicles()
|
Method Summary | |
---|---|
void |
addVehicle(VehicleCore item)
Add a 'Vehicle' element item. |
void |
clearVehicles()
Remove all 'Vehicle' element items. |
VehicleCore |
getVehicle(int index)
Get 'Vehicle' element item by position. |
java.util.List<VehicleCore> |
getVehicles()
Get the list of 'Vehicle' element items. |
void |
setVehicles(java.util.List<VehicleCore> 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 |
---|
public VehicleLocationServicesOffered.OnLocationServices.OnLocationService.OnLocServiceCharges.OnLocServiceCharge.Vehicles()
Method Detail |
---|
public java.util.List<VehicleCore> getVehicles()
public void setVehicles(java.util.List<VehicleCore> list)
list
- public int sizeVehicles()
public void addVehicle(VehicleCore item)
item
- public VehicleCore getVehicle(int index)
index
-
public void clearVehicles()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |