Class FinancingItemList1

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

public class FinancingItemList1 extends Object

Java class for FinancingItemList1 complex type.

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

 <complexType name="FinancingItemList1">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Idr" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}Max35Text"/>
         <element name="IsseDt" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}ISODate"/>
         <element name="RltdDoc" type="{http://www.w3.org/2001/XMLSchema}IDREF" maxOccurs="unbounded" minOccurs="0"/>
         <element name="AmtCutOffDt" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}ISODate" minOccurs="0"/>
         <element name="Assgne" type="{http://www.w3.org/2001/XMLSchema}IDREF"/>
         <element name="Assgnr" type="{http://www.w3.org/2001/XMLSchema}IDREF"/>
         <element name="NtfctnInf" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}FinancingNotificationParties1" maxOccurs="unbounded" minOccurs="0"/>
         <element name="FinItm" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}FinancialItem1" maxOccurs="unbounded" minOccurs="0"/>
         <element name="ItmCnt" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}Max15NumericText"/>
         <element name="CtrlSum" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}DecimalNumber" minOccurs="0"/>
         <element name="TtlReqAmt" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}ActiveCurrencyAndAmount" minOccurs="0"/>
         <element name="TtlReqFincg" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}FinancingRateOrAmountChoice" minOccurs="0"/>
         <element name="AgrdRate" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}AgreedRate1" minOccurs="0"/>
         <element name="FincgInstlmt" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}Instalment2" maxOccurs="unbounded" minOccurs="0"/>
         <element name="AddtlInf" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}Max2000Text" minOccurs="0"/>
         <element name="VldtnStsInf" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}ValidationStatusInformation1" minOccurs="0"/>
         <element name="FincgSts" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}FinancingInformationAndStatus1" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • FinancingItemList1

      public FinancingItemList1()
  • Method Details

    • getIdr

      public String getIdr()
      Gets the value of the idr property.
      Returns:
      possible object is String
    • setIdr

      public void setIdr(String value)
      Sets the value of the idr property.
      Parameters:
      value - allowed object is String
    • getIsseDt

      public XMLGregorianCalendar getIsseDt()
      Gets the value of the isseDt property.
      Returns:
      possible object is XMLGregorianCalendar
    • setIsseDt

      public void setIsseDt(XMLGregorianCalendar value)
      Sets the value of the isseDt property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • getRltdDoc

      public List<jakarta.xml.bind.JAXBElement<Object>> getRltdDoc()
      Gets the value of the rltdDoc 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 rltdDoc property.

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

          getRltdDoc().add(newItem);
       

      Objects of the following type(s) are allowed in the list JAXBElement<Object>

    • getAmtCutOffDt

      public XMLGregorianCalendar getAmtCutOffDt()
      Gets the value of the amtCutOffDt property.
      Returns:
      possible object is XMLGregorianCalendar
    • setAmtCutOffDt

      public void setAmtCutOffDt(XMLGregorianCalendar value)
      Sets the value of the amtCutOffDt property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • getAssgne

      public Object getAssgne()
      Gets the value of the assgne property.
      Returns:
      possible object is Object
    • setAssgne

      public void setAssgne(Object value)
      Sets the value of the assgne property.
      Parameters:
      value - allowed object is Object
    • getAssgnr

      public Object getAssgnr()
      Gets the value of the assgnr property.
      Returns:
      possible object is Object
    • setAssgnr

      public void setAssgnr(Object value)
      Sets the value of the assgnr property.
      Parameters:
      value - allowed object is Object
    • getNtfctnInf

      public List<FinancingNotificationParties1> getNtfctnInf()
      Gets the value of the ntfctnInf 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 ntfctnInf property.

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

          getNtfctnInf().add(newItem);
       

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

    • getFinItm

      public List<FinancialItem1> getFinItm()
      Gets the value of the finItm 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 finItm property.

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

          getFinItm().add(newItem);
       

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

    • getItmCnt

      public String getItmCnt()
      Gets the value of the itmCnt property.
      Returns:
      possible object is String
    • setItmCnt

      public void setItmCnt(String value)
      Sets the value of the itmCnt property.
      Parameters:
      value - allowed object is String
    • getCtrlSum

      public BigDecimal getCtrlSum()
      Gets the value of the ctrlSum property.
      Returns:
      possible object is BigDecimal
    • setCtrlSum

      public void setCtrlSum(BigDecimal value)
      Sets the value of the ctrlSum property.
      Parameters:
      value - allowed object is BigDecimal
    • getTtlReqAmt

      public ActiveCurrencyAndAmount getTtlReqAmt()
      Gets the value of the ttlReqAmt property.
      Returns:
      possible object is ActiveCurrencyAndAmount
    • setTtlReqAmt

      public void setTtlReqAmt(ActiveCurrencyAndAmount value)
      Sets the value of the ttlReqAmt property.
      Parameters:
      value - allowed object is ActiveCurrencyAndAmount
    • getTtlReqFincg

      public FinancingRateOrAmountChoice getTtlReqFincg()
      Gets the value of the ttlReqFincg property.
      Returns:
      possible object is FinancingRateOrAmountChoice
    • setTtlReqFincg

      public void setTtlReqFincg(FinancingRateOrAmountChoice value)
      Sets the value of the ttlReqFincg property.
      Parameters:
      value - allowed object is FinancingRateOrAmountChoice
    • getAgrdRate

      public AgreedRate1 getAgrdRate()
      Gets the value of the agrdRate property.
      Returns:
      possible object is AgreedRate1
    • setAgrdRate

      public void setAgrdRate(AgreedRate1 value)
      Sets the value of the agrdRate property.
      Parameters:
      value - allowed object is AgreedRate1
    • getFincgInstlmt

      public List<Instalment2> getFincgInstlmt()
      Gets the value of the fincgInstlmt 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 fincgInstlmt property.

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

          getFincgInstlmt().add(newItem);
       

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

    • getAddtlInf

      public String getAddtlInf()
      Gets the value of the addtlInf property.
      Returns:
      possible object is String
    • setAddtlInf

      public void setAddtlInf(String value)
      Sets the value of the addtlInf property.
      Parameters:
      value - allowed object is String
    • getVldtnStsInf

      public ValidationStatusInformation1 getVldtnStsInf()
      Gets the value of the vldtnStsInf property.
      Returns:
      possible object is ValidationStatusInformation1
    • setVldtnStsInf

      public void setVldtnStsInf(ValidationStatusInformation1 value)
      Sets the value of the vldtnStsInf property.
      Parameters:
      value - allowed object is ValidationStatusInformation1
    • getFincgSts

      public FinancingInformationAndStatus1 getFincgSts()
      Gets the value of the fincgSts property.
      Returns:
      possible object is FinancingInformationAndStatus1
    • setFincgSts

      public void setFincgSts(FinancingInformationAndStatus1 value)
      Sets the value of the fincgSts property.
      Parameters:
      value - allowed object is FinancingInformationAndStatus1