Class FinancingAllowedSummary1

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

public class FinancingAllowedSummary1 extends Object

Java class for FinancingAllowedSummary1 complex type.

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

 <complexType name="FinancingAllowedSummary1">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="FincdItmNb" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}Number"/>
         <element name="TtlAccptdItmsAmt" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}ActiveCurrencyAndAmount"/>
         <element name="ApldPctg" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}PercentageRate" minOccurs="0"/>
         <element name="TtlFincdAmt" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}ActiveCurrencyAndAmount"/>
         <element name="FincgDtDtls" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}FinancingDateDetails1" minOccurs="0"/>
         <element name="CdtAcct" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}CashAccount7" minOccurs="0"/>
         <element name="FincgAcct" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}CashAccount7" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • FinancingAllowedSummary1

      public FinancingAllowedSummary1()
  • Method Details