public class CurrencyConversion extends Object
Java class for CurrencyConversion complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CurrencyConversion">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ConvertedAmount" type="{}Amount"/>
<element name="Commission" type="{}SimpleAmountType" minOccurs="0"/>
<element name="Declaration" type="{}Declaration" minOccurs="0"/>
</sequence>
<attribute name="CustomerApprovedFlag" type="{}CustomerApprovedFlag" default="true" />
<attribute name="Rate" type="{}Rate" />
<attribute name="Markup" type="{}Markup" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BigDecimal |
commission
The Commission.
|
protected Amount |
convertedAmount
The Converted amount.
|
protected Boolean |
customerApprovedFlag
The Customer approved flag.
|
protected String |
declaration
The Declaration.
|
protected BigDecimal |
markup
The Markup.
|
protected BigDecimal |
rate
The Rate.
|
| Constructor and Description |
|---|
CurrencyConversion() |
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
getCommission()
Gets the value of the commission property.
|
Amount |
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(Amount 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 Amount convertedAmount
protected BigDecimal commission
protected String declaration
protected Boolean customerApprovedFlag
protected BigDecimal rate
protected BigDecimal markup
public Amount getConvertedAmount()
Amountpublic void setConvertedAmount(Amount value)
value - allowed object is Amountpublic 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 © 2022. All rights reserved.