Class AmountAndDirection53
java.lang.Object
org.coderic.iso20022.messages.auth.AmountAndDirection53
Java class for AmountAndDirection53 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AmountAndDirection53"> <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}ActiveOrHistoricCurrencyAndAmount"/> <element name="Sgn" type="{urn:iso:std:iso:20022:tech:xsd:auth.113.001.01}PlusOrMinusIndicator" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Details
-
AmountAndDirection53
public AmountAndDirection53()
-
-
Method Details
-
getAmt
Gets the value of the amt property.- Returns:
- possible object is
ActiveOrHistoricCurrencyAndAmount
-
setAmt
Sets the value of the amt property.- Parameters:
value
- allowed object isActiveOrHistoricCurrencyAndAmount
-
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
-