Class AmountAndDirection43
java.lang.Object
org.coderic.iso20022.messages.catp.AmountAndDirection43
Java class for AmountAndDirection43 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AmountAndDirection43"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Amt" type="{urn:iso:std:iso:20022:tech:xsd:catp.017.001.01}CurrencyAndAmount"/> <element name="Sgn" type="{urn:iso:std:iso:20022:tech:xsd:catp.017.001.01}PlusOrMinusIndicator" minOccurs="0"/> <element name="Dt" type="{urn:iso:std:iso:20022:tech:xsd:catp.017.001.01}ISODate" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetAmt()
Gets the value of the amt property.getDt()
Gets the value of the dt property.isSgn()
Gets the value of the sgn property.void
setAmt
(CurrencyAndAmount value) Sets the value of the amt property.void
setDt
(XMLGregorianCalendar value) Sets the value of the dt property.void
Sets the value of the sgn property.
-
Constructor Details
-
AmountAndDirection43
public AmountAndDirection43()
-
-
Method Details
-
getAmt
Gets the value of the amt property.- Returns:
- possible object is
CurrencyAndAmount
-
setAmt
Sets the value of the amt property.- Parameters:
value
- allowed object isCurrencyAndAmount
-
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
-
getDt
Gets the value of the dt property.- Returns:
- possible object is
XMLGregorianCalendar
-
setDt
Sets the value of the dt property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-