Class FinancingInformationAndStatus1

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

public class FinancingInformationAndStatus1 extends Object

Java class for FinancingInformationAndStatus1 complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="FinancingInformationAndStatus1">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="FincgAllwdSummry" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}FinancingAllowedSummary1"/>
         <element name="InvcFincgDtls" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}InvoiceFinancingDetails1" maxOccurs="unbounded"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • FinancingInformationAndStatus1

      public FinancingInformationAndStatus1()
  • Method Details

    • getFincgAllwdSummry

      public FinancingAllowedSummary1 getFincgAllwdSummry()
      Gets the value of the fincgAllwdSummry property.
      Returns:
      possible object is FinancingAllowedSummary1
    • setFincgAllwdSummry

      public void setFincgAllwdSummry(FinancingAllowedSummary1 value)
      Sets the value of the fincgAllwdSummry property.
      Parameters:
      value - allowed object is FinancingAllowedSummary1
    • getInvcFincgDtls

      public List<InvoiceFinancingDetails1> getInvcFincgDtls()
      Gets the value of the invcFincgDtls property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the invcFincgDtls property.

      For example, to add a new item, do as follows:

          getInvcFincgDtls().add(newItem);
       

      Objects of the following type(s) are allowed in the list InvoiceFinancingDetails1