Class FinancingInformationAndStatus1
java.lang.Object
org.coderic.iso20022.messages.tsin.FinancingInformationAndStatus1
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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the fincgAllwdSummry property.Gets the value of the invcFincgDtls property.void
Sets the value of the fincgAllwdSummry property.
-
Constructor Details
-
FinancingInformationAndStatus1
public FinancingInformationAndStatus1()
-
-
Method Details
-
getFincgAllwdSummry
Gets the value of the fincgAllwdSummry property.- Returns:
- possible object is
FinancingAllowedSummary1
-
setFincgAllwdSummry
Sets the value of the fincgAllwdSummry property.- Parameters:
value
- allowed object isFinancingAllowedSummary1
-
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
-