| 
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.air.FareDisplayRS.ExchangeRates
public static class FareDisplayRS.ExchangeRates
Container for exchange rates. 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="ExchangeRates" minOccurs="0">
   <xs:complexType>
     <xs:sequence>
       <xs:element name="ExchangeRate" maxOccurs="99">
         <xs:complexType>
           <xs:attributeGroup ref="ns:ExchangeRateGroup"/>
         </xs:complexType>
       </xs:element>
     </xs:sequence>
   </xs:complexType>
 </xs:element>
 
| Constructor Summary | |
|---|---|
FareDisplayRS.ExchangeRates()
 | 
|
| Method Summary | |
|---|---|
 void | 
addExchangeRate(ExchangeRateGroup item)
Add a 'ExchangeRate' element item.  | 
 void | 
clearExchangeRates()
Remove all 'ExchangeRate' element items.  | 
 ExchangeRateGroup | 
getExchangeRate(int index)
Get 'ExchangeRate' element item by position.  | 
 java.util.List<ExchangeRateGroup> | 
getExchangeRates()
Get the list of 'ExchangeRate' element items.  | 
 void | 
setExchangeRates(java.util.List<ExchangeRateGroup> list)
Set the list of 'ExchangeRate' element items.  | 
 int | 
sizeExchangeRates()
Get the number of 'ExchangeRate' element items.  | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public FareDisplayRS.ExchangeRates()
| Method Detail | 
|---|
public java.util.List<ExchangeRateGroup> getExchangeRates()
public void setExchangeRates(java.util.List<ExchangeRateGroup> list)
list - public int sizeExchangeRates()
public void addExchangeRate(ExchangeRateGroup item)
item - public ExchangeRateGroup getExchangeRate(int index)
index - 
public void clearExchangeRates()
  | 
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||