|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.shared.CurrencyCodeGroup
public class CurrencyCodeGroup
Provides a currency code to reflect the currency in which an amount may be expressed. 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="CurrencyCodeGroup"> <xs:attribute type="xs:string" use="optional" name="CurrencyCode"/> <xs:attribute type="xs:int" use="optional" name="DecimalPlaces"/> </xs:attributeGroup>
Constructor Summary | |
---|---|
CurrencyCodeGroup()
|
Method Summary | |
---|---|
java.lang.String |
getCurrencyCode()
Get the 'CurrencyCode' attribute value. |
java.lang.Integer |
getDecimalPlaces()
Get the 'DecimalPlaces' attribute value. |
void |
setCurrencyCode(java.lang.String currencyCode)
Set the 'CurrencyCode' attribute value. |
void |
setDecimalPlaces(java.lang.Integer decimalPlaces)
Set the 'DecimalPlaces' attribute value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CurrencyCodeGroup()
Method Detail |
---|
public java.lang.String getCurrencyCode()
public void setCurrencyCode(java.lang.String currencyCode)
currencyCode
- 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 |