Class AmountAndDirection27
java.lang.Object
org.coderic.iso20022.messages.secl.AmountAndDirection27
Java class for AmountAndDirection27 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AmountAndDirection27"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Amt" type="{urn:iso:std:iso:20022:tech:xsd:secl.010.001.03}ActiveCurrencyAndAmount"/> <element name="CdtDbtInd" type="{urn:iso:std:iso:20022:tech:xsd:secl.010.001.03}CreditDebitCode" minOccurs="0"/> <element name="OrgnlCcyAndOrdrdAmt" type="{urn:iso:std:iso:20022:tech:xsd:secl.010.001.03}ActiveOrHistoricCurrencyAndAmount" minOccurs="0"/> <element name="FXDtls" type="{urn:iso:std:iso:20022:tech:xsd:secl.010.001.03}ForeignExchangeTerms17" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
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.void
setAmt
(ActiveCurrencyAndAmount value) Sets the value of the amt property.void
setCdtDbtInd
(CreditDebitCode value) Sets the value of the cdtDbtInd property.void
setFXDtls
(ForeignExchangeTerms17 value) Sets the value of the fxDtls property.void
Sets the value of the orgnlCcyAndOrdrdAmt property.
-
Constructor Details
-
AmountAndDirection27
public AmountAndDirection27()
-
-
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
ForeignExchangeTerms17
-
setFXDtls
Sets the value of the fxDtls property.- Parameters:
value
- allowed object isForeignExchangeTerms17
-