Class Instalment2
java.lang.Object
org.coderic.iso20022.messages.tsin.Instalment2
Java class for Instalment2 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Instalment2">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="SeqId" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}Max70Text"/>
<element name="PmtDueDt" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}ISODate"/>
<element name="Amt" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}ActiveCurrencyAndAmount"/>
<element name="PmtInstrm" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}PaymentMeans1" 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 pmtDueDt property.Gets the value of the pmtInstrm property.getSeqId()Gets the value of the seqId property.voidsetAmt(ActiveCurrencyAndAmount value) Sets the value of the amt property.voidsetPmtDueDt(XMLGregorianCalendar value) Sets the value of the pmtDueDt property.voidsetPmtInstrm(PaymentMeans1 value) Sets the value of the pmtInstrm property.voidSets the value of the seqId property.
-
Constructor Details
-
Instalment2
public Instalment2()
-
-
Method Details
-
getSeqId
Gets the value of the seqId property.- Returns:
- possible object is
String
-
setSeqId
Sets the value of the seqId property.- Parameters:
value- allowed object isString
-
getPmtDueDt
Gets the value of the pmtDueDt property.- Returns:
- possible object is
XMLGregorianCalendar
-
setPmtDueDt
Sets the value of the pmtDueDt property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
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
-
getPmtInstrm
Gets the value of the pmtInstrm property.- Returns:
- possible object is
PaymentMeans1
-
setPmtInstrm
Sets the value of the pmtInstrm property.- Parameters:
value- allowed object isPaymentMeans1
-