|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.rail.RailReservation.RailCharges
public static class RailReservation.RailCharges
Information on the individual charges that incurred are a result of this specific itinerary. 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" type="ns:RailChargesType" name="RailCharges" minOccurs="0"/>
<xs:complexType xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="RailChargesType">
<xs:sequence>
<xs:element type="ns:TotalType" name="Total" minOccurs="0"/>
<xs:element name="Charges">
<xs:complexType>
<xs:sequence>
<xs:element type="ns:FeeType" name="Charge" maxOccurs="99"/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:attributeGroup ref="ns:CurrencyCodeGroup"/>
</xs:complexType>
| Constructor Summary | |
|---|---|
RailReservation.RailCharges()
|
|
| Method Summary | |
|---|---|
void |
addCharge(Fee item)
Add a 'Charge' element item. |
void |
clearCharges()
Remove all 'Charge' element items. |
Fee |
getCharge(int index)
Get 'Charge' element item by position. |
java.util.List<Fee> |
getCharges()
Get the list of 'Charge' element items. |
CurrencyCodeGroup |
getCurrencyCodeGroup()
Get the 'CurrencyCodeGroup' attributeGroup value. |
Total |
getTotal()
Get the 'Total' element value. |
void |
setCharges(java.util.List<Fee> list)
Set the list of 'Charge' element items. |
void |
setCurrencyCodeGroup(CurrencyCodeGroup currencyCodeGroup)
Set the 'CurrencyCodeGroup' attributeGroup value. |
void |
setTotal(Total total)
Set the 'Total' element value. |
int |
sizeCharges()
Get the number of 'Charge' element items. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RailReservation.RailCharges()
| Method Detail |
|---|
public Total getTotal()
public void setTotal(Total total)
total - public java.util.List<Fee> getCharges()
public void setCharges(java.util.List<Fee> list)
list - public int sizeCharges()
public void addCharge(Fee item)
item - public Fee getCharge(int index)
index -
public void clearCharges()
public CurrencyCodeGroup getCurrencyCodeGroup()
public void setCurrencyCodeGroup(CurrencyCodeGroup currencyCodeGroup)
currencyCodeGroup -
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||