Class AccountReport11
Java class for AccountReport11 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AccountReport11"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Id" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.02}Max35Text"/> <element name="ElctrncSeqNb" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.02}Number" minOccurs="0"/> <element name="LglSeqNb" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.02}Number" minOccurs="0"/> <element name="CreDtTm" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.02}ISODateTime"/> <element name="FrToDt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.02}DateTimePeriodDetails" minOccurs="0"/> <element name="CpyDplctInd" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.02}CopyDuplicate1Code" minOccurs="0"/> <element name="RptgSrc" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.02}ReportingSource1Choice" minOccurs="0"/> <element name="Acct" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.02}CashAccount20"/> <element name="RltdAcct" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.02}CashAccount16" minOccurs="0"/> <element name="Intrst" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.02}AccountInterest2" maxOccurs="unbounded" minOccurs="0"/> <element name="Bal" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.02}CashBalance3" maxOccurs="unbounded" minOccurs="0"/> <element name="TxsSummry" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.02}TotalTransactions2" minOccurs="0"/> <element name="Ntry" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.02}ReportEntry2" maxOccurs="unbounded" minOccurs="0"/> <element name="AddtlRptInf" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.02}Max500Text" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected CashAccount20
protected String
protected List
<CashBalance3> protected CopyDuplicate1Code
protected XMLGregorianCalendar
protected BigDecimal
protected DateTimePeriodDetails
protected String
protected List
<AccountInterest2> protected BigDecimal
protected List
<ReportEntry2> protected CashAccount16
protected ReportingSource1Choice
protected TotalTransactions2
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAcct()
Gets the value of the acct property.Gets the value of the addtlRptInf property.getBal()
Gets the value of the bal property.Gets the value of the cpyDplctInd property.Gets the value of the creDtTm property.Gets the value of the elctrncSeqNb property.Gets the value of the frToDt property.getId()
Gets the value of the id property.Gets the value of the intrst property.Gets the value of the lglSeqNb property.getNtry()
Gets the value of the ntry property.Gets the value of the rltdAcct property.Gets the value of the rptgSrc property.Gets the value of the txsSummry property.void
setAcct
(CashAccount20 value) Sets the value of the acct property.void
setAddtlRptInf
(String value) Sets the value of the addtlRptInf property.void
setCpyDplctInd
(CopyDuplicate1Code value) Sets the value of the cpyDplctInd property.void
setCreDtTm
(XMLGregorianCalendar value) Sets the value of the creDtTm property.void
setElctrncSeqNb
(BigDecimal value) Sets the value of the elctrncSeqNb property.void
setFrToDt
(DateTimePeriodDetails value) Sets the value of the frToDt property.void
Sets the value of the id property.void
setLglSeqNb
(BigDecimal value) Sets the value of the lglSeqNb property.void
setRltdAcct
(CashAccount16 value) Sets the value of the rltdAcct property.void
setRptgSrc
(ReportingSource1Choice value) Sets the value of the rptgSrc property.void
setTxsSummry
(TotalTransactions2 value) Sets the value of the txsSummry property.
-
Field Details
-
id
-
elctrncSeqNb
-
lglSeqNb
-
creDtTm
-
frToDt
-
cpyDplctInd
-
rptgSrc
-
acct
-
rltdAcct
-
intrst
-
bal
-
txsSummry
-
ntry
-
addtlRptInf
-
-
Constructor Details
-
AccountReport11
public AccountReport11()
-
-
Method Details
-
getId
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value
- allowed object isString
-
getElctrncSeqNb
Gets the value of the elctrncSeqNb property.- Returns:
- possible object is
BigDecimal
-
setElctrncSeqNb
Sets the value of the elctrncSeqNb property.- Parameters:
value
- allowed object isBigDecimal
-
getLglSeqNb
Gets the value of the lglSeqNb property.- Returns:
- possible object is
BigDecimal
-
setLglSeqNb
Sets the value of the lglSeqNb property.- Parameters:
value
- allowed object isBigDecimal
-
getCreDtTm
Gets the value of the creDtTm property.- Returns:
- possible object is
XMLGregorianCalendar
-
setCreDtTm
Sets the value of the creDtTm property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-
getFrToDt
Gets the value of the frToDt property.- Returns:
- possible object is
DateTimePeriodDetails
-
setFrToDt
Sets the value of the frToDt property.- Parameters:
value
- allowed object isDateTimePeriodDetails
-
getCpyDplctInd
Gets the value of the cpyDplctInd property.- Returns:
- possible object is
CopyDuplicate1Code
-
setCpyDplctInd
Sets the value of the cpyDplctInd property.- Parameters:
value
- allowed object isCopyDuplicate1Code
-
getRptgSrc
Gets the value of the rptgSrc property.- Returns:
- possible object is
ReportingSource1Choice
-
setRptgSrc
Sets the value of the rptgSrc property.- Parameters:
value
- allowed object isReportingSource1Choice
-
getAcct
Gets the value of the acct property.- Returns:
- possible object is
CashAccount20
-
setAcct
Sets the value of the acct property.- Parameters:
value
- allowed object isCashAccount20
-
getRltdAcct
Gets the value of the rltdAcct property.- Returns:
- possible object is
CashAccount16
-
setRltdAcct
Sets the value of the rltdAcct property.- Parameters:
value
- allowed object isCashAccount16
-
getIntrst
Gets the value of the intrst 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 JAXB object. This is why there is not a
set
method for the intrst property.For example, to add a new item, do as follows:
getIntrst().add(newItem);
Objects of the following type(s) are allowed in the list
AccountInterest2
-
getBal
Gets the value of the bal 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 JAXB object. This is why there is not a
set
method for the bal property.For example, to add a new item, do as follows:
getBal().add(newItem);
Objects of the following type(s) are allowed in the list
CashBalance3
-
getTxsSummry
Gets the value of the txsSummry property.- Returns:
- possible object is
TotalTransactions2
-
setTxsSummry
Sets the value of the txsSummry property.- Parameters:
value
- allowed object isTotalTransactions2
-
getNtry
Gets the value of the ntry 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 JAXB object. This is why there is not a
set
method for the ntry property.For example, to add a new item, do as follows:
getNtry().add(newItem);
Objects of the following type(s) are allowed in the list
ReportEntry2
-
getAddtlRptInf
Gets the value of the addtlRptInf property.- Returns:
- possible object is
String
-
setAddtlRptInf
Sets the value of the addtlRptInf property.- Parameters:
value
- allowed object isString
-