|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.shared.Fees
public class Fees
A collection of fees. Schema fragment(s) for this class:
<xs:complexType xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="FeesType"> <xs:sequence> <xs:element type="ns:FeeType" name="Fee" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType>
Constructor Summary | |
---|---|
Fees()
|
Method Summary | |
---|---|
void |
addFee(Fee item)
Add a 'Fee' element item. |
void |
clearFees()
Remove all 'Fee' element items. |
Fee |
getFee(int index)
Get 'Fee' element item by position. |
java.util.List<Fee> |
getFees()
Get the list of 'Fee' element items. |
void |
setFees(java.util.List<Fee> list)
Set the list of 'Fee' element items. |
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 Fees()
Method Detail |
---|
public java.util.List<Fee> getFees()
public void setFees(java.util.List<Fee> list)
list
- public int sizeFees()
public void addFee(Fee item)
item
- public Fee getFee(int index)
index
-
public void clearFees()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |