|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.shared.ExchangeRateGroup
public class ExchangeRateGroup
Used to specify the rate for exchanging from one currency to another currency. Schema fragment(s) for this class:
<xs:attributeGroup xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="ExchangeRateGroup"> <xs:attribute type="xs:string" use="optional" name="FromCurrency"/> <xs:attribute type="xs:string" use="optional" name="ToCurrency"/> <xs:attribute type="xs:float" use="optional" name="Rate"/> <xs:attribute type="xs:date" use="optional" name="Date"/> </xs:attributeGroup>
Constructor Summary | |
---|---|
ExchangeRateGroup()
|
Method Summary | |
---|---|
java.sql.Date |
getDate()
Get the 'Date' attribute value. |
java.lang.String |
getFromCurrency()
Get the 'FromCurrency' attribute value. |
java.lang.Float |
getRate()
Get the 'Rate' attribute value. |
java.lang.String |
getToCurrency()
Get the 'ToCurrency' attribute value. |
void |
setDate(java.sql.Date date)
Set the 'Date' attribute value. |
void |
setFromCurrency(java.lang.String fromCurrency)
Set the 'FromCurrency' attribute value. |
void |
setRate(java.lang.Float rate)
Set the 'Rate' attribute value. |
void |
setToCurrency(java.lang.String toCurrency)
Set the 'ToCurrency' attribute value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ExchangeRateGroup()
Method Detail |
---|
public java.lang.String getFromCurrency()
public void setFromCurrency(java.lang.String fromCurrency)
fromCurrency
- public java.lang.String getToCurrency()
public void setToCurrency(java.lang.String toCurrency)
toCurrency
- public java.lang.Float getRate()
public void setRate(java.lang.Float rate)
rate
- public java.sql.Date getDate()
public void setDate(java.sql.Date date)
date
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |