|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.hotel.AvailRS.CurrencyConversions.CurrencyConversion
public static class AvailRS.CurrencyConversions.CurrencyConversion
Provides a rate conversion from one currency to another. 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="CurrencyConversion" maxOccurs="unbounded"> <xs:complexType> <xs:attribute type="xs:float" use="optional" name="RateConversion"/> <xs:attribute type="xs:string" use="optional" name="SourceCurrencyCode"/> <xs:attribute type="xs:string" use="optional" name="RequestedCurrencyCode"/> <xs:attribute type="xs:int" use="optional" name="DecimalPlaces"/> </xs:complexType> </xs:element>
Constructor Summary | |
---|---|
AvailRS.CurrencyConversions.CurrencyConversion()
|
Method Summary | |
---|---|
java.lang.Integer |
getDecimalPlaces()
Get the 'DecimalPlaces' attribute value. |
java.lang.Float |
getRateConversion()
Get the 'RateConversion' attribute value. |
java.lang.String |
getRequestedCurrencyCode()
Get the 'RequestedCurrencyCode' attribute value. |
java.lang.String |
getSourceCurrencyCode()
Get the 'SourceCurrencyCode' attribute value. |
void |
setDecimalPlaces(java.lang.Integer decimalPlaces)
Set the 'DecimalPlaces' attribute value. |
void |
setRateConversion(java.lang.Float rateConversion)
Set the 'RateConversion' attribute value. |
void |
setRequestedCurrencyCode(java.lang.String requestedCurrencyCode)
Set the 'RequestedCurrencyCode' attribute value. |
void |
setSourceCurrencyCode(java.lang.String sourceCurrencyCode)
Set the 'SourceCurrencyCode' attribute value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AvailRS.CurrencyConversions.CurrencyConversion()
Method Detail |
---|
public java.lang.Float getRateConversion()
public void setRateConversion(java.lang.Float rateConversion)
rateConversion
- public java.lang.String getSourceCurrencyCode()
public void setSourceCurrencyCode(java.lang.String sourceCurrencyCode)
sourceCurrencyCode
- public java.lang.String getRequestedCurrencyCode()
public void setRequestedCurrencyCode(java.lang.String requestedCurrencyCode)
requestedCurrencyCode
- public java.lang.Integer getDecimalPlaces()
public void setDecimalPlaces(java.lang.Integer decimalPlaces)
decimalPlaces
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |