public class CurrencyConversionType extends Object
Java class for CurrencyConversionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CurrencyConversionType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ConvertedAmount" type="{}AmountType"/>
<element name="Commission" type="{}SimpleAmountType" minOccurs="0"/>
<element name="Declaration" type="{}DeclarationType" minOccurs="0"/>
</sequence>
<attribute name="CustomerApprovedFlag" type="{}CustomerApprovedFlagType" default="true" />
<attribute name="Rate" type="{}RateType" />
<attribute name="Markup" type="{}MarkupType" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BigDecimal |
commission |
protected AmountType |
convertedAmount |
protected Boolean |
customerApprovedFlag |
protected String |
declaration |
protected BigDecimal |
markup |
protected BigDecimal |
rate |
| Constructor and Description |
|---|
CurrencyConversionType() |
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
getCommission()
Gets the value of the commission property.
|
AmountType |
getConvertedAmount()
Gets the value of the convertedAmount property.
|
String |
getDeclaration()
Gets the value of the declaration property.
|
BigDecimal |
getMarkup()
Gets the value of the markup property.
|
BigDecimal |
getRate()
Gets the value of the rate property.
|
boolean |
isCustomerApprovedFlag()
Gets the value of the customerApprovedFlag property.
|
void |
setCommission(BigDecimal value)
Sets the value of the commission property.
|
void |
setConvertedAmount(AmountType value)
Sets the value of the convertedAmount property.
|
void |
setCustomerApprovedFlag(Boolean value)
Sets the value of the customerApprovedFlag property.
|
void |
setDeclaration(String value)
Sets the value of the declaration property.
|
void |
setMarkup(BigDecimal value)
Sets the value of the markup property.
|
void |
setRate(BigDecimal value)
Sets the value of the rate property.
|
protected AmountType convertedAmount
protected BigDecimal commission
protected String declaration
protected Boolean customerApprovedFlag
protected BigDecimal rate
protected BigDecimal markup
public AmountType getConvertedAmount()
AmountTypepublic void setConvertedAmount(AmountType value)
value - allowed object is
AmountTypepublic BigDecimal getCommission()
BigDecimalpublic void setCommission(BigDecimal value)
value - allowed object is
BigDecimalpublic String getDeclaration()
Stringpublic void setDeclaration(String value)
value - allowed object is
Stringpublic boolean isCustomerApprovedFlag()
Booleanpublic void setCustomerApprovedFlag(Boolean value)
value - allowed object is
Booleanpublic BigDecimal getRate()
BigDecimalpublic void setRate(BigDecimal value)
value - allowed object is
BigDecimalpublic BigDecimal getMarkup()
BigDecimalpublic void setMarkup(BigDecimal value)
value - allowed object is
BigDecimalCopyright © 2018. All rights reserved.