Class AmountAndDirection61
java.lang.Object
org.coderic.iso20022.messages.auth.AmountAndDirection61
Java class for AmountAndDirection61 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AmountAndDirection61"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Amt" type="{urn:iso:std:iso:20022:tech:xsd:auth.113.001.01}ActiveCurrencyAnd13DecimalAmount"/> <element name="Sgn" type="{urn:iso:std:iso:20022:tech:xsd:auth.113.001.01}PlusOrMinusIndicator" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Details
-
AmountAndDirection61
public AmountAndDirection61()
-
-
Method Details
-
getAmt
Gets the value of the amt property.- Returns:
- possible object is
ActiveCurrencyAnd13DecimalAmount
-
setAmt
Sets the value of the amt property.- Parameters:
value
- allowed object isActiveCurrencyAnd13DecimalAmount
-
isSgn
Gets the value of the sgn property.- Returns:
- possible object is
Boolean
-
setSgn
Sets the value of the sgn property.- Parameters:
value
- allowed object isBoolean
-