public class AccountReport11
extends java.lang.Object
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>
| Modifier and Type | Field | Description |
|---|---|---|
protected CashAccount20 |
acct |
|
protected java.lang.String |
addtlRptInf |
|
protected java.util.List<CashBalance3> |
bal |
|
protected CopyDuplicate1Code |
cpyDplctInd |
|
protected javax.xml.datatype.XMLGregorianCalendar |
creDtTm |
|
protected java.math.BigDecimal |
elctrncSeqNb |
|
protected DateTimePeriodDetails |
frToDt |
|
protected java.lang.String |
id |
|
protected java.util.List<AccountInterest2> |
intrst |
|
protected java.math.BigDecimal |
lglSeqNb |
|
protected java.util.List<ReportEntry2> |
ntry |
|
protected CashAccount16 |
rltdAcct |
|
protected ReportingSource1Choice |
rptgSrc |
|
protected TotalTransactions2 |
txsSummry |
| Constructor | Description |
|---|---|
AccountReport11() |
| Modifier and Type | Method | Description |
|---|---|---|
CashAccount20 |
getAcct() |
Gets the value of the acct property.
|
java.lang.String |
getAddtlRptInf() |
Gets the value of the addtlRptInf property.
|
java.util.List<CashBalance3> |
getBal() |
Gets the value of the bal property.
|
CopyDuplicate1Code |
getCpyDplctInd() |
Gets the value of the cpyDplctInd property.
|
javax.xml.datatype.XMLGregorianCalendar |
getCreDtTm() |
Gets the value of the creDtTm property.
|
java.math.BigDecimal |
getElctrncSeqNb() |
Gets the value of the elctrncSeqNb property.
|
DateTimePeriodDetails |
getFrToDt() |
Gets the value of the frToDt property.
|
java.lang.String |
getId() |
Gets the value of the id property.
|
java.util.List<AccountInterest2> |
getIntrst() |
Gets the value of the intrst property.
|
java.math.BigDecimal |
getLglSeqNb() |
Gets the value of the lglSeqNb property.
|
java.util.List<ReportEntry2> |
getNtry() |
Gets the value of the ntry property.
|
CashAccount16 |
getRltdAcct() |
Gets the value of the rltdAcct property.
|
ReportingSource1Choice |
getRptgSrc() |
Gets the value of the rptgSrc property.
|
TotalTransactions2 |
getTxsSummry() |
Gets the value of the txsSummry property.
|
void |
setAcct(CashAccount20 value) |
Sets the value of the acct property.
|
void |
setAddtlRptInf(java.lang.String value) |
Sets the value of the addtlRptInf property.
|
void |
setCpyDplctInd(CopyDuplicate1Code value) |
Sets the value of the cpyDplctInd property.
|
void |
setCreDtTm(javax.xml.datatype.XMLGregorianCalendar value) |
Sets the value of the creDtTm property.
|
void |
setElctrncSeqNb(java.math.BigDecimal value) |
Sets the value of the elctrncSeqNb property.
|
void |
setFrToDt(DateTimePeriodDetails value) |
Sets the value of the frToDt property.
|
void |
setId(java.lang.String value) |
Sets the value of the id property.
|
void |
setLglSeqNb(java.math.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.
|
protected java.lang.String id
protected java.math.BigDecimal elctrncSeqNb
protected java.math.BigDecimal lglSeqNb
protected javax.xml.datatype.XMLGregorianCalendar creDtTm
protected DateTimePeriodDetails frToDt
protected CopyDuplicate1Code cpyDplctInd
protected ReportingSource1Choice rptgSrc
protected CashAccount20 acct
protected CashAccount16 rltdAcct
protected java.util.List<AccountInterest2> intrst
protected java.util.List<CashBalance3> bal
protected TotalTransactions2 txsSummry
protected java.util.List<ReportEntry2> ntry
protected java.lang.String addtlRptInf
public java.lang.String getId()
Stringpublic void setId(java.lang.String value)
value - allowed object is
Stringpublic java.math.BigDecimal getElctrncSeqNb()
BigDecimalpublic void setElctrncSeqNb(java.math.BigDecimal value)
value - allowed object is
BigDecimalpublic java.math.BigDecimal getLglSeqNb()
BigDecimalpublic void setLglSeqNb(java.math.BigDecimal value)
value - allowed object is
BigDecimalpublic javax.xml.datatype.XMLGregorianCalendar getCreDtTm()
XMLGregorianCalendarpublic void setCreDtTm(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic DateTimePeriodDetails getFrToDt()
DateTimePeriodDetailspublic void setFrToDt(DateTimePeriodDetails value)
value - allowed object is
DateTimePeriodDetailspublic CopyDuplicate1Code getCpyDplctInd()
CopyDuplicate1Codepublic void setCpyDplctInd(CopyDuplicate1Code value)
value - allowed object is
CopyDuplicate1Codepublic ReportingSource1Choice getRptgSrc()
ReportingSource1Choicepublic void setRptgSrc(ReportingSource1Choice value)
value - allowed object is
ReportingSource1Choicepublic CashAccount20 getAcct()
CashAccount20public void setAcct(CashAccount20 value)
value - allowed object is
CashAccount20public CashAccount16 getRltdAcct()
CashAccount16public void setRltdAcct(CashAccount16 value)
value - allowed object is
CashAccount16public java.util.List<AccountInterest2> getIntrst()
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
public java.util.List<CashBalance3> getBal()
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
public TotalTransactions2 getTxsSummry()
TotalTransactions2public void setTxsSummry(TotalTransactions2 value)
value - allowed object is
TotalTransactions2public java.util.List<ReportEntry2> getNtry()
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
public java.lang.String getAddtlRptInf()
Stringpublic void setAddtlRptInf(java.lang.String value)
value - allowed object is
StringCopyright © 2018. All rights reserved.