Class FinancingItemList1
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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the addtlInf property.Gets the value of the agrdRate property.Gets the value of the amtCutOffDt property.Gets the value of the assgne property.Gets the value of the assgnr property.Gets the value of the ctrlSum property.Gets the value of the fincgInstlmt property.Gets the value of the fincgSts property.Gets the value of the finItm property.getIdr()
Gets the value of the idr property.Gets the value of the isseDt property.Gets the value of the itmCnt property.Gets the value of the ntfctnInf property.Gets the value of the rltdDoc property.Gets the value of the ttlReqAmt property.Gets the value of the ttlReqFincg property.Gets the value of the vldtnStsInf property.void
setAddtlInf
(String value) Sets the value of the addtlInf property.void
setAgrdRate
(AgreedRate1 value) Sets the value of the agrdRate property.void
Sets the value of the amtCutOffDt property.void
Sets the value of the assgne property.void
Sets the value of the assgnr property.void
setCtrlSum
(BigDecimal value) Sets the value of the ctrlSum property.void
Sets the value of the fincgSts property.void
Sets the value of the idr property.void
setIsseDt
(XMLGregorianCalendar value) Sets the value of the isseDt property.void
Sets the value of the itmCnt property.void
Sets the value of the ttlReqAmt property.void
Sets the value of the ttlReqFincg property.void
Sets the value of the vldtnStsInf property.
-
Constructor Details
-
FinancingItemList1
public FinancingItemList1()
-
-
Method Details
-
getIdr
Gets the value of the idr property.- Returns:
- possible object is
String
-
setIdr
Sets the value of the idr property.- Parameters:
value
- allowed object isString
-
getIsseDt
Gets the value of the isseDt property.- Returns:
- possible object is
XMLGregorianCalendar
-
setIsseDt
Sets the value of the isseDt property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-
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
Gets the value of the amtCutOffDt property.- Returns:
- possible object is
XMLGregorianCalendar
-
setAmtCutOffDt
Sets the value of the amtCutOffDt property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-
getAssgne
Gets the value of the assgne property.- Returns:
- possible object is
Object
-
setAssgne
Sets the value of the assgne property.- Parameters:
value
- allowed object isObject
-
getAssgnr
Gets the value of the assgnr property.- Returns:
- possible object is
Object
-
setAssgnr
Sets the value of the assgnr property.- Parameters:
value
- allowed object isObject
-
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
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
Gets the value of the itmCnt property.- Returns:
- possible object is
String
-
setItmCnt
Sets the value of the itmCnt property.- Parameters:
value
- allowed object isString
-
getCtrlSum
Gets the value of the ctrlSum property.- Returns:
- possible object is
BigDecimal
-
setCtrlSum
Sets the value of the ctrlSum property.- Parameters:
value
- allowed object isBigDecimal
-
getTtlReqAmt
Gets the value of the ttlReqAmt property.- Returns:
- possible object is
ActiveCurrencyAndAmount
-
setTtlReqAmt
Sets the value of the ttlReqAmt property.- Parameters:
value
- allowed object isActiveCurrencyAndAmount
-
getTtlReqFincg
Gets the value of the ttlReqFincg property.- Returns:
- possible object is
FinancingRateOrAmountChoice
-
setTtlReqFincg
Sets the value of the ttlReqFincg property.- Parameters:
value
- allowed object isFinancingRateOrAmountChoice
-
getAgrdRate
Gets the value of the agrdRate property.- Returns:
- possible object is
AgreedRate1
-
setAgrdRate
Sets the value of the agrdRate property.- Parameters:
value
- allowed object isAgreedRate1
-
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
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
-
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
-