Class Adjustment5
java.lang.Object
org.coderic.iso20022.messages.tsin.Adjustment5
Java class for Adjustment5 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Adjustment5"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Drctn" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}AdjustmentDirection1Code"/> <element name="Amt" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}ActiveCurrencyAndAmount"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetAmt()
Gets the value of the amt property.getDrctn()
Gets the value of the drctn property.void
setAmt
(ActiveCurrencyAndAmount value) Sets the value of the amt property.void
setDrctn
(AdjustmentDirection1Code value) Sets the value of the drctn property.
-
Constructor Details
-
Adjustment5
public Adjustment5()
-
-
Method Details
-
getDrctn
Gets the value of the drctn property.- Returns:
- possible object is
AdjustmentDirection1Code
-
setDrctn
Sets the value of the drctn property.- Parameters:
value
- allowed object isAdjustmentDirection1Code
-
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
-