|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.vehicle.VehicleLocationAdditionalFees.Fees
public static class VehicleLocationAdditionalFees.Fees
Information on additional fees that may apply to the rental. 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="Fees" minOccurs="0"> <xs:complexType> <xs:sequence> <xs:element name="Fee" minOccurs="0" maxOccurs="99"> <!-- Reference to inner class Fee --> </xs:element> <xs:element type="ns:FormattedTextType" name="Info" minOccurs="0"/> </xs:sequence> </xs:complexType> </xs:element>
Nested Class Summary | |
---|---|
static class |
VehicleLocationAdditionalFees.Fees.Fee
This element is used to describe one specific fee that may apply. |
Constructor Summary | |
---|---|
VehicleLocationAdditionalFees.Fees()
|
Method Summary | |
---|---|
void |
addFee(VehicleLocationAdditionalFees.Fees.Fee item)
Add a 'Fee' element item. |
void |
clearFees()
Remove all 'Fee' element items. |
VehicleLocationAdditionalFees.Fees.Fee |
getFee(int index)
Get 'Fee' element item by position. |
java.util.List<VehicleLocationAdditionalFees.Fees.Fee> |
getFees()
Get the list of 'Fee' element items. |
FormattedText |
getInfo()
Get the 'Info' element value. |
void |
setFees(java.util.List<VehicleLocationAdditionalFees.Fees.Fee> list)
Set the list of 'Fee' element items. |
void |
setInfo(FormattedText info)
Set the 'Info' element value. |
int |
sizeFees()
Get the number of 'Fee' element items. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public VehicleLocationAdditionalFees.Fees()
Method Detail |
---|
public java.util.List<VehicleLocationAdditionalFees.Fees.Fee> getFees()
public void setFees(java.util.List<VehicleLocationAdditionalFees.Fees.Fee> list)
list
- public int sizeFees()
public void addFee(VehicleLocationAdditionalFees.Fees.Fee item)
item
- public VehicleLocationAdditionalFees.Fees.Fee getFee(int index)
index
-
public void clearFees()
public FormattedText getInfo()
public void setInfo(FormattedText info)
info
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |