Class FinancingAllowedSummary1
java.lang.Object
org.coderic.iso20022.messages.tsin.FinancingAllowedSummary1
Java class for FinancingAllowedSummary1 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FinancingAllowedSummary1"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="FincdItmNb" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}Number"/> <element name="TtlAccptdItmsAmt" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}ActiveCurrencyAndAmount"/> <element name="ApldPctg" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}PercentageRate" minOccurs="0"/> <element name="TtlFincdAmt" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}ActiveCurrencyAndAmount"/> <element name="FincgDtDtls" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}FinancingDateDetails1" minOccurs="0"/> <element name="CdtAcct" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}CashAccount7" minOccurs="0"/> <element name="FincgAcct" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}CashAccount7" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the apldPctg property.Gets the value of the cdtAcct property.Gets the value of the fincdItmNb property.Gets the value of the fincgAcct property.Gets the value of the fincgDtDtls property.Gets the value of the ttlAccptdItmsAmt property.Gets the value of the ttlFincdAmt property.void
setApldPctg
(BigDecimal value) Sets the value of the apldPctg property.void
setCdtAcct
(CashAccount7 value) Sets the value of the cdtAcct property.void
setFincdItmNb
(BigDecimal value) Sets the value of the fincdItmNb property.void
setFincgAcct
(CashAccount7 value) Sets the value of the fincgAcct property.void
Sets the value of the fincgDtDtls property.void
Sets the value of the ttlAccptdItmsAmt property.void
Sets the value of the ttlFincdAmt property.
-
Constructor Details
-
FinancingAllowedSummary1
public FinancingAllowedSummary1()
-
-
Method Details
-
getFincdItmNb
Gets the value of the fincdItmNb property.- Returns:
- possible object is
BigDecimal
-
setFincdItmNb
Sets the value of the fincdItmNb property.- Parameters:
value
- allowed object isBigDecimal
-
getTtlAccptdItmsAmt
Gets the value of the ttlAccptdItmsAmt property.- Returns:
- possible object is
ActiveCurrencyAndAmount
-
setTtlAccptdItmsAmt
Sets the value of the ttlAccptdItmsAmt property.- Parameters:
value
- allowed object isActiveCurrencyAndAmount
-
getApldPctg
Gets the value of the apldPctg property.- Returns:
- possible object is
BigDecimal
-
setApldPctg
Sets the value of the apldPctg property.- Parameters:
value
- allowed object isBigDecimal
-
getTtlFincdAmt
Gets the value of the ttlFincdAmt property.- Returns:
- possible object is
ActiveCurrencyAndAmount
-
setTtlFincdAmt
Sets the value of the ttlFincdAmt property.- Parameters:
value
- allowed object isActiveCurrencyAndAmount
-
getFincgDtDtls
Gets the value of the fincgDtDtls property.- Returns:
- possible object is
FinancingDateDetails1
-
setFincgDtDtls
Sets the value of the fincgDtDtls property.- Parameters:
value
- allowed object isFinancingDateDetails1
-
getCdtAcct
Gets the value of the cdtAcct property.- Returns:
- possible object is
CashAccount7
-
setCdtAcct
Sets the value of the cdtAcct property.- Parameters:
value
- allowed object isCashAccount7
-
getFincgAcct
Gets the value of the fincgAcct property.- Returns:
- possible object is
CashAccount7
-
setFincgAcct
Sets the value of the fincgAcct property.- Parameters:
value
- allowed object isCashAccount7
-