Class FinancialItem1
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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the addtlInf property.Gets the value of the assoctdDoc property.Gets the value of the cdtDbtInd property.Gets the value of the dueAmt property.Gets the value of the fincgSts property.Gets the value of the finDocRef property.Gets the value of the instlmtInf property.Gets the value of the itmCntxt property.Gets the value of the prtryDtls property.Gets the value of the ttlAmt property.Gets the value of the vldtnStsInf property.void
setAddtlInf
(String value) Sets the value of the addtlInf property.void
setCdtDbtInd
(CreditDebitCode value) Sets the value of the cdtDbtInd property.void
setDueAmt
(ActiveCurrencyAndAmount value) Sets the value of the dueAmt property.void
Sets the value of the fincgSts property.void
Sets the value of the itmCntxt property.void
setPrtryDtls
(SupplementaryData1 value) Sets the value of the prtryDtls property.void
setTtlAmt
(InvoiceTotals1 value) Sets the value of the ttlAmt property.void
Sets the value of the vldtnStsInf property.
-
Constructor Details
-
FinancialItem1
public FinancialItem1()
-
-
Method Details
-
getItmCntxt
Gets the value of the itmCntxt property.- Returns:
- possible object is
FinancialItemParameters1
-
setItmCntxt
Sets the value of the itmCntxt property.- Parameters:
value
- allowed object isFinancialItemParameters1
-
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
Gets the value of the cdtDbtInd property.- Returns:
- possible object is
CreditDebitCode
-
setCdtDbtInd
Sets the value of the cdtDbtInd property.- Parameters:
value
- allowed object isCreditDebitCode
-
getTtlAmt
Gets the value of the ttlAmt property.- Returns:
- possible object is
InvoiceTotals1
-
setTtlAmt
Sets the value of the ttlAmt property.- Parameters:
value
- allowed object isInvoiceTotals1
-
getDueAmt
Gets the value of the dueAmt property.- Returns:
- possible object is
ActiveCurrencyAndAmount
-
setDueAmt
Sets the value of the dueAmt property.- Parameters:
value
- allowed object isActiveCurrencyAndAmount
-
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
Gets the value of the addtlInf property.- Returns:
- possible object is
String
-
setAddtlInf
Sets the value of the addtlInf property.- Parameters:
value
- allowed object isString
-
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
Gets the value of the vldtnStsInf property.- Returns:
- possible object is
ValidationStatusInformation1
-
setVldtnStsInf
Sets the value of the vldtnStsInf property.- Parameters:
value
- allowed object isValidationStatusInformation1
-
getFincgSts
Gets the value of the fincgSts property.- Returns:
- possible object is
FinancingInformationAndStatus1
-
setFincgSts
Sets the value of the fincgSts property.- Parameters:
value
- allowed object isFinancingInformationAndStatus1
-
getPrtryDtls
Gets the value of the prtryDtls property.- Returns:
- possible object is
SupplementaryData1
-
setPrtryDtls
Sets the value of the prtryDtls property.- Parameters:
value
- allowed object isSupplementaryData1
-