Class FinancialItem1

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

public class FinancialItem1 extends Object

Java class for FinancialItem1 complex type.

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

 <complexType name="FinancialItem1">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="ItmCntxt" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}FinancialItemParameters1"/>
         <element name="FinDocRef" type="{http://www.w3.org/2001/XMLSchema}IDREF" maxOccurs="unbounded" minOccurs="0"/>
         <element name="CdtDbtInd" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}CreditDebitCode"/>
         <element name="TtlAmt" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}InvoiceTotals1"/>
         <element name="DueAmt" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}ActiveCurrencyAndAmount" minOccurs="0"/>
         <element name="InstlmtInf" 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="AssoctdDoc" type="{http://www.w3.org/2001/XMLSchema}IDREF" maxOccurs="unbounded" 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"/>
         <element name="PrtryDtls" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}SupplementaryData1" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • FinancialItem1

      public FinancialItem1()
  • Method Details

    • getItmCntxt

      public FinancialItemParameters1 getItmCntxt()
      Gets the value of the itmCntxt property.
      Returns:
      possible object is FinancialItemParameters1
    • setItmCntxt

      public void setItmCntxt(FinancialItemParameters1 value)
      Sets the value of the itmCntxt property.
      Parameters:
      value - allowed object is FinancialItemParameters1
    • getFinDocRef

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

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

          getFinDocRef().add(newItem);
       

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

    • getCdtDbtInd

      public CreditDebitCode getCdtDbtInd()
      Gets the value of the cdtDbtInd property.
      Returns:
      possible object is CreditDebitCode
    • setCdtDbtInd

      public void setCdtDbtInd(CreditDebitCode value)
      Sets the value of the cdtDbtInd property.
      Parameters:
      value - allowed object is CreditDebitCode
    • getTtlAmt

      public InvoiceTotals1 getTtlAmt()
      Gets the value of the ttlAmt property.
      Returns:
      possible object is InvoiceTotals1
    • setTtlAmt

      public void setTtlAmt(InvoiceTotals1 value)
      Sets the value of the ttlAmt property.
      Parameters:
      value - allowed object is InvoiceTotals1
    • getDueAmt

      public ActiveCurrencyAndAmount getDueAmt()
      Gets the value of the dueAmt property.
      Returns:
      possible object is ActiveCurrencyAndAmount
    • setDueAmt

      public void setDueAmt(ActiveCurrencyAndAmount value)
      Sets the value of the dueAmt property.
      Parameters:
      value - allowed object is ActiveCurrencyAndAmount
    • getInstlmtInf

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

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

          getInstlmtInf().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
    • getAssoctdDoc

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

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

          getAssoctdDoc().add(newItem);
       

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

    • 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
    • getPrtryDtls

      public SupplementaryData1 getPrtryDtls()
      Gets the value of the prtryDtls property.
      Returns:
      possible object is SupplementaryData1
    • setPrtryDtls

      public void setPrtryDtls(SupplementaryData1 value)
      Sets the value of the prtryDtls property.
      Parameters:
      value - allowed object is SupplementaryData1