Class AmountAndDirection49
java.lang.Object
org.coderic.iso20022.messages.colr.AmountAndDirection49
Java class for AmountAndDirection49 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AmountAndDirection49">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Amt" type="{urn:iso:std:iso:20022:tech:xsd:colr.024.001.01}ActiveCurrencyAndAmount"/>
<element name="CdtDbtInd" type="{urn:iso:std:iso:20022:tech:xsd:colr.024.001.01}CreditDebitCode" minOccurs="0"/>
<element name="OrgnlCcyAndOrdrdAmt" type="{urn:iso:std:iso:20022:tech:xsd:colr.024.001.01}ActiveOrHistoricCurrencyAndAmount" minOccurs="0"/>
<element name="FXDtls" type="{urn:iso:std:iso:20022:tech:xsd:colr.024.001.01}ForeignExchangeTerms23" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAmt()Gets the value of the amt property.Gets the value of the cdtDbtInd property.Gets the value of the fxDtls property.Gets the value of the orgnlCcyAndOrdrdAmt property.voidsetAmt(ActiveCurrencyAndAmount value) Sets the value of the amt property.voidsetCdtDbtInd(CreditDebitCode value) Sets the value of the cdtDbtInd property.voidsetFXDtls(ForeignExchangeTerms23 value) Sets the value of the fxDtls property.voidSets the value of the orgnlCcyAndOrdrdAmt property.
-
Constructor Details
-
AmountAndDirection49
public AmountAndDirection49()
-
-
Method Details
-
getAmt
Gets the value of the amt property.- Returns:
- possible object is
ActiveCurrencyAndAmount
-
setAmt
Sets the value of the amt property.- Parameters:
value- allowed object isActiveCurrencyAndAmount
-
getCdtDbtInd
Gets the value of the cdtDbtInd property.- Returns:
- possible object is
CreditDebitCode
-
setCdtDbtInd
Sets the value of the cdtDbtInd property.- Parameters:
value- allowed object isCreditDebitCode
-
getOrgnlCcyAndOrdrdAmt
Gets the value of the orgnlCcyAndOrdrdAmt property.- Returns:
- possible object is
ActiveOrHistoricCurrencyAndAmount
-
setOrgnlCcyAndOrdrdAmt
Sets the value of the orgnlCcyAndOrdrdAmt property.- Parameters:
value- allowed object isActiveOrHistoricCurrencyAndAmount
-
getFXDtls
Gets the value of the fxDtls property.- Returns:
- possible object is
ForeignExchangeTerms23
-
setFXDtls
Sets the value of the fxDtls property.- Parameters:
value- allowed object isForeignExchangeTerms23
-