public class AccountReport9 extends Object
Java class for AccountReport9 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AccountReport9">
<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.01}Max35Text"/>
<element name="ElctrncSeqNb" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.01}Number" minOccurs="0"/>
<element name="LglSeqNb" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.01}Number" minOccurs="0"/>
<element name="CreDtTm" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.01}ISODateTime"/>
<element name="FrToDt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.01}DateTimePeriodDetails" minOccurs="0"/>
<element name="CpyDplctInd" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.01}CopyDuplicate1Code" minOccurs="0"/>
<element name="Acct" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.01}CashAccount13"/>
<element name="RltdAcct" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.01}CashAccount7" minOccurs="0"/>
<element name="Intrst" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.01}AccountInterest1" maxOccurs="unbounded" minOccurs="0"/>
<element name="Bal" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.01}CashBalance1" maxOccurs="unbounded" minOccurs="0"/>
<element name="TxsSummry" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.01}TotalTransactions1" minOccurs="0"/>
<element name="Ntry" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.01}ReportEntry1" maxOccurs="unbounded" minOccurs="0"/>
<element name="AddtlRptInf" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.01}Max500Text" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CashAccount13 |
acct |
protected String |
addtlRptInf |
protected List<CashBalance1> |
bal |
protected CopyDuplicate1Code |
cpyDplctInd |
protected XMLGregorianCalendar |
creDtTm |
protected BigDecimal |
elctrncSeqNb |
protected DateTimePeriodDetails |
frToDt |
protected String |
id |
protected List<AccountInterest1> |
intrst |
protected BigDecimal |
lglSeqNb |
protected List<ReportEntry1> |
ntry |
protected CashAccount7 |
rltdAcct |
protected TotalTransactions1 |
txsSummry |
| Constructor and Description |
|---|
AccountReport9() |
| Modifier and Type | Method and Description |
|---|---|
CashAccount13 |
getAcct()
Gets the value of the acct property.
|
String |
getAddtlRptInf()
Gets the value of the addtlRptInf property.
|
List<CashBalance1> |
getBal()
Gets the value of the bal property.
|
CopyDuplicate1Code |
getCpyDplctInd()
Gets the value of the cpyDplctInd property.
|
XMLGregorianCalendar |
getCreDtTm()
Gets the value of the creDtTm property.
|
BigDecimal |
getElctrncSeqNb()
Gets the value of the elctrncSeqNb property.
|
DateTimePeriodDetails |
getFrToDt()
Gets the value of the frToDt property.
|
String |
getId()
Gets the value of the id property.
|
List<AccountInterest1> |
getIntrst()
Gets the value of the intrst property.
|
BigDecimal |
getLglSeqNb()
Gets the value of the lglSeqNb property.
|
List<ReportEntry1> |
getNtry()
Gets the value of the ntry property.
|
CashAccount7 |
getRltdAcct()
Gets the value of the rltdAcct property.
|
TotalTransactions1 |
getTxsSummry()
Gets the value of the txsSummry property.
|
void |
setAcct(CashAccount13 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 |
setId(String value)
Sets the value of the id property.
|
void |
setLglSeqNb(BigDecimal value)
Sets the value of the lglSeqNb property.
|
void |
setRltdAcct(CashAccount7 value)
Sets the value of the rltdAcct property.
|
void |
setTxsSummry(TotalTransactions1 value)
Sets the value of the txsSummry property.
|
protected String id
protected BigDecimal elctrncSeqNb
protected BigDecimal lglSeqNb
protected XMLGregorianCalendar creDtTm
protected DateTimePeriodDetails frToDt
protected CopyDuplicate1Code cpyDplctInd
protected CashAccount13 acct
protected CashAccount7 rltdAcct
protected List<AccountInterest1> intrst
protected List<CashBalance1> bal
protected TotalTransactions1 txsSummry
protected List<ReportEntry1> ntry
protected String addtlRptInf
public void setId(String value)
value - allowed object is
Stringpublic BigDecimal getElctrncSeqNb()
BigDecimalpublic void setElctrncSeqNb(BigDecimal value)
value - allowed object is
BigDecimalpublic BigDecimal getLglSeqNb()
BigDecimalpublic void setLglSeqNb(BigDecimal value)
value - allowed object is
BigDecimalpublic XMLGregorianCalendar getCreDtTm()
XMLGregorianCalendarpublic void setCreDtTm(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 CashAccount13 getAcct()
CashAccount13public void setAcct(CashAccount13 value)
value - allowed object is
CashAccount13public CashAccount7 getRltdAcct()
CashAccount7public void setRltdAcct(CashAccount7 value)
value - allowed object is
CashAccount7public List<AccountInterest1> 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
AccountInterest1
public List<CashBalance1> 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
CashBalance1
public TotalTransactions1 getTxsSummry()
TotalTransactions1public void setTxsSummry(TotalTransactions1 value)
value - allowed object is
TotalTransactions1public List<ReportEntry1> 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
ReportEntry1
public String getAddtlRptInf()
StringCopyright © 2018. All rights reserved.