Class AmountAndDirection5
java.lang.Object
org.coderic.iso20022.messages.pacs.AmountAndDirection5
Java class for AmountAndDirection5 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AmountAndDirection5">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Amt" type="{urn:iso:std:iso:20022:tech:xsd:pacs.029.001.02}ActiveCurrencyAndAmount"/>
<element name="CdtDbt" type="{urn:iso:std:iso:20022:tech:xsd:pacs.029.001.02}CreditDebitCode" 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 cdtDbt property.voidsetAmt(ActiveCurrencyAndAmount value) Sets the value of the amt property.voidsetCdtDbt(CreditDebitCode value) Sets the value of the cdtDbt property.
-
Constructor Details
-
AmountAndDirection5
public AmountAndDirection5()
-
-
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
-
getCdtDbt
Gets the value of the cdtDbt property.- Returns:
- possible object is
CreditDebitCode
-
setCdtDbt
Sets the value of the cdtDbt property.- Parameters:
value- allowed object isCreditDebitCode
-