|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.vehicle.VehicleLocationServicesOffered.OffLocationServices.OffLocationService.OffLocServiceCharges
public static class VehicleLocationServicesOffered.OffLocationServices.OffLocationService.OffLocServiceCharges
A collection of charges associated with this off-location service. There may be multiple charges if the charge varies by vehicle type. 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="OffLocServiceCharges" minOccurs="0"> <xs:complexType> <xs:sequence> <xs:element name="OffLocServiceCharge" maxOccurs="99"> <!-- Reference to inner class OffLocServiceCharge --> </xs:element> </xs:sequence> </xs:complexType> </xs:element>
Nested Class Summary | |
---|---|
static class |
VehicleLocationServicesOffered.OffLocationServices.OffLocationService.OffLocServiceCharges.OffLocServiceCharge
One specific charge for this off-location service. |
Constructor Summary | |
---|---|
VehicleLocationServicesOffered.OffLocationServices.OffLocationService.OffLocServiceCharges()
|
Method Summary | |
---|---|
void |
addOffLocServiceCharge(VehicleLocationServicesOffered.OffLocationServices.OffLocationService.OffLocServiceCharges.OffLocServiceCharge item)
Add a 'OffLocServiceCharge' element item. |
void |
clearOffLocServiceCharges()
Remove all 'OffLocServiceCharge' element items. |
VehicleLocationServicesOffered.OffLocationServices.OffLocationService.OffLocServiceCharges.OffLocServiceCharge |
getOffLocServiceCharge(int index)
Get 'OffLocServiceCharge' element item by position. |
java.util.List<VehicleLocationServicesOffered.OffLocationServices.OffLocationService.OffLocServiceCharges.OffLocServiceCharge> |
getOffLocServiceCharges()
Get the list of 'OffLocServiceCharge' element items. |
void |
setOffLocServiceCharges(java.util.List<VehicleLocationServicesOffered.OffLocationServices.OffLocationService.OffLocServiceCharges.OffLocServiceCharge> list)
Set the list of 'OffLocServiceCharge' element items. |
int |
sizeOffLocServiceCharges()
Get the number of 'OffLocServiceCharge' element items. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public VehicleLocationServicesOffered.OffLocationServices.OffLocationService.OffLocServiceCharges()
Method Detail |
---|
public java.util.List<VehicleLocationServicesOffered.OffLocationServices.OffLocationService.OffLocServiceCharges.OffLocServiceCharge> getOffLocServiceCharges()
public void setOffLocServiceCharges(java.util.List<VehicleLocationServicesOffered.OffLocationServices.OffLocationService.OffLocServiceCharges.OffLocServiceCharge> list)
list
- public int sizeOffLocServiceCharges()
public void addOffLocServiceCharge(VehicleLocationServicesOffered.OffLocationServices.OffLocationService.OffLocServiceCharges.OffLocServiceCharge item)
item
- public VehicleLocationServicesOffered.OffLocationServices.OffLocationService.OffLocServiceCharges.OffLocServiceCharge getOffLocServiceCharge(int index)
index
-
public void clearOffLocServiceCharges()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |