Class InstalmentFinancingInformation1
java.lang.Object
org.coderic.iso20022.messages.tsin.InstalmentFinancingInformation1
Java class for InstalmentFinancingInformation1 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="InstalmentFinancingInformation1">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="InstlmtSeqId" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}Max70Text"/>
<element name="InstlmtTtlAmt" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}ActiveCurrencyAndAmount"/>
<element name="InstlmtFincgRslt" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}FinancingResult1"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the instlmtFincgRslt property.Gets the value of the instlmtSeqId property.Gets the value of the instlmtTtlAmt property.voidSets the value of the instlmtFincgRslt property.voidsetInstlmtSeqId(String value) Sets the value of the instlmtSeqId property.voidSets the value of the instlmtTtlAmt property.
-
Constructor Details
-
InstalmentFinancingInformation1
public InstalmentFinancingInformation1()
-
-
Method Details
-
getInstlmtSeqId
Gets the value of the instlmtSeqId property.- Returns:
- possible object is
String
-
setInstlmtSeqId
Sets the value of the instlmtSeqId property.- Parameters:
value- allowed object isString
-
getInstlmtTtlAmt
Gets the value of the instlmtTtlAmt property.- Returns:
- possible object is
ActiveCurrencyAndAmount
-
setInstlmtTtlAmt
Sets the value of the instlmtTtlAmt property.- Parameters:
value- allowed object isActiveCurrencyAndAmount
-
getInstlmtFincgRslt
Gets the value of the instlmtFincgRslt property.- Returns:
- possible object is
FinancingResult1
-
setInstlmtFincgRslt
Sets the value of the instlmtFincgRslt property.- Parameters:
value- allowed object isFinancingResult1
-