Class InvoiceFinancingDetails1
java.lang.Object
org.coderic.iso20022.messages.tsin.InvoiceFinancingDetails1
Java class for InvoiceFinancingDetails1 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="InvoiceFinancingDetails1"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="OrgnlInvcInf" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}OriginalInvoiceInformation1"/> <element name="Spplr" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}PartyIdentification8" minOccurs="0"/> <element name="InvcFincgRslt" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}FinancingResult1"/> <element name="InstlmtFincgInf" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}InstalmentFinancingInformation1" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the instlmtFincgInf property.Gets the value of the invcFincgRslt property.Gets the value of the orgnlInvcInf property.getSpplr()
Gets the value of the spplr property.void
setInvcFincgRslt
(FinancingResult1 value) Sets the value of the invcFincgRslt property.void
Sets the value of the orgnlInvcInf property.void
setSpplr
(PartyIdentification8 value) Sets the value of the spplr property.
-
Constructor Details
-
InvoiceFinancingDetails1
public InvoiceFinancingDetails1()
-
-
Method Details
-
getOrgnlInvcInf
Gets the value of the orgnlInvcInf property.- Returns:
- possible object is
OriginalInvoiceInformation1
-
setOrgnlInvcInf
Sets the value of the orgnlInvcInf property.- Parameters:
value
- allowed object isOriginalInvoiceInformation1
-
getSpplr
Gets the value of the spplr property.- Returns:
- possible object is
PartyIdentification8
-
setSpplr
Sets the value of the spplr property.- Parameters:
value
- allowed object isPartyIdentification8
-
getInvcFincgRslt
Gets the value of the invcFincgRslt property.- Returns:
- possible object is
FinancingResult1
-
setInvcFincgRslt
Sets the value of the invcFincgRslt property.- Parameters:
value
- allowed object isFinancingResult1
-
getInstlmtFincgInf
Gets the value of the instlmtFincgInf 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 instlmtFincgInf property.For example, to add a new item, do as follows:
getInstlmtFincgInf().add(newItem);
Objects of the following type(s) are allowed in the list
InstalmentFinancingInformation1
-