Class InstalmentFinancingInformation1

java.lang.Object
org.coderic.iso20022.messages.tsin.InstalmentFinancingInformation1

public class InstalmentFinancingInformation1 extends Object

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 Details

    • InstalmentFinancingInformation1

      public InstalmentFinancingInformation1()
  • Method Details

    • getInstlmtSeqId

      public String getInstlmtSeqId()
      Gets the value of the instlmtSeqId property.
      Returns:
      possible object is String
    • setInstlmtSeqId

      public void setInstlmtSeqId(String value)
      Sets the value of the instlmtSeqId property.
      Parameters:
      value - allowed object is String
    • getInstlmtTtlAmt

      public ActiveCurrencyAndAmount getInstlmtTtlAmt()
      Gets the value of the instlmtTtlAmt property.
      Returns:
      possible object is ActiveCurrencyAndAmount
    • setInstlmtTtlAmt

      public void setInstlmtTtlAmt(ActiveCurrencyAndAmount value)
      Sets the value of the instlmtTtlAmt property.
      Parameters:
      value - allowed object is ActiveCurrencyAndAmount
    • getInstlmtFincgRslt

      public FinancingResult1 getInstlmtFincgRslt()
      Gets the value of the instlmtFincgRslt property.
      Returns:
      possible object is FinancingResult1
    • setInstlmtFincgRslt

      public void setInstlmtFincgRslt(FinancingResult1 value)
      Sets the value of the instlmtFincgRslt property.
      Parameters:
      value - allowed object is FinancingResult1