Class AccountReport12
- java.lang.Object
-
- org.kapott.hbci.sepa.jaxb.camt_052_001_03.AccountReport12
-
public class AccountReport12 extends java.lang.Object
Java class for AccountReport12 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AccountReport12"> <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.03}Max35Text"/> <element name="RptPgntn" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.03}Pagination" minOccurs="0"/> <element name="ElctrncSeqNb" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.03}Number" minOccurs="0"/> <element name="LglSeqNb" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.03}Number" minOccurs="0"/> <element name="CreDtTm" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.03}ISODateTime"/> <element name="FrToDt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.03}DateTimePeriodDetails" minOccurs="0"/> <element name="CpyDplctInd" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.03}CopyDuplicate1Code" minOccurs="0"/> <element name="RptgSrc" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.03}ReportingSource1Choice" minOccurs="0"/> <element name="Acct" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.03}CashAccount25"/> <element name="RltdAcct" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.03}CashAccount24" minOccurs="0"/> <element name="Intrst" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.03}AccountInterest3" maxOccurs="unbounded" minOccurs="0"/> <element name="Bal" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.03}CashBalance3" maxOccurs="unbounded" minOccurs="0"/> <element name="TxsSummry" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.03}TotalTransactions3" minOccurs="0"/> <element name="Ntry" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.03}ReportEntry3" maxOccurs="unbounded" minOccurs="0"/> <element name="AddtlRptInf" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.03}Max500Text" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected CashAccount25
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<AccountInterest3>
intrst
protected java.math.BigDecimal
lglSeqNb
protected java.util.List<ReportEntry3>
ntry
protected CashAccount24
rltdAcct
protected ReportingSource1Choice
rptgSrc
protected Pagination
rptPgntn
protected TotalTransactions3
txsSummry
-
Constructor Summary
Constructors Constructor Description AccountReport12()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CashAccount25
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<AccountInterest3>
getIntrst()
Gets the value of the intrst property.java.math.BigDecimal
getLglSeqNb()
Gets the value of the lglSeqNb property.java.util.List<ReportEntry3>
getNtry()
Gets the value of the ntry property.CashAccount24
getRltdAcct()
Gets the value of the rltdAcct property.ReportingSource1Choice
getRptgSrc()
Gets the value of the rptgSrc property.Pagination
getRptPgntn()
Gets the value of the rptPgntn property.TotalTransactions3
getTxsSummry()
Gets the value of the txsSummry property.void
setAcct(CashAccount25 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(CashAccount24 value)
Sets the value of the rltdAcct property.void
setRptgSrc(ReportingSource1Choice value)
Sets the value of the rptgSrc property.void
setRptPgntn(Pagination value)
Sets the value of the rptPgntn property.void
setTxsSummry(TotalTransactions3 value)
Sets the value of the txsSummry property.
-
-
-
Field Detail
-
id
protected java.lang.String id
-
rptPgntn
protected Pagination rptPgntn
-
elctrncSeqNb
protected java.math.BigDecimal elctrncSeqNb
-
lglSeqNb
protected java.math.BigDecimal lglSeqNb
-
creDtTm
protected javax.xml.datatype.XMLGregorianCalendar creDtTm
-
frToDt
protected DateTimePeriodDetails frToDt
-
cpyDplctInd
protected CopyDuplicate1Code cpyDplctInd
-
rptgSrc
protected ReportingSource1Choice rptgSrc
-
acct
protected CashAccount25 acct
-
rltdAcct
protected CashAccount24 rltdAcct
-
intrst
protected java.util.List<AccountInterest3> intrst
-
bal
protected java.util.List<CashBalance3> bal
-
txsSummry
protected TotalTransactions3 txsSummry
-
ntry
protected java.util.List<ReportEntry3> ntry
-
addtlRptInf
protected java.lang.String addtlRptInf
-
-
Method Detail
-
getId
public java.lang.String getId()
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
public void setId(java.lang.String value)
Sets the value of the id property.- Parameters:
value
- allowed object isString
-
getRptPgntn
public Pagination getRptPgntn()
Gets the value of the rptPgntn property.- Returns:
- possible object is
Pagination
-
setRptPgntn
public void setRptPgntn(Pagination value)
Sets the value of the rptPgntn property.- Parameters:
value
- allowed object isPagination
-
getElctrncSeqNb
public java.math.BigDecimal getElctrncSeqNb()
Gets the value of the elctrncSeqNb property.- Returns:
- possible object is
BigDecimal
-
setElctrncSeqNb
public void setElctrncSeqNb(java.math.BigDecimal value)
Sets the value of the elctrncSeqNb property.- Parameters:
value
- allowed object isBigDecimal
-
getLglSeqNb
public java.math.BigDecimal getLglSeqNb()
Gets the value of the lglSeqNb property.- Returns:
- possible object is
BigDecimal
-
setLglSeqNb
public void setLglSeqNb(java.math.BigDecimal value)
Sets the value of the lglSeqNb property.- Parameters:
value
- allowed object isBigDecimal
-
getCreDtTm
public javax.xml.datatype.XMLGregorianCalendar getCreDtTm()
Gets the value of the creDtTm property.- Returns:
- possible object is
XMLGregorianCalendar
-
setCreDtTm
public void setCreDtTm(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the creDtTm property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-
getFrToDt
public DateTimePeriodDetails getFrToDt()
Gets the value of the frToDt property.- Returns:
- possible object is
DateTimePeriodDetails
-
setFrToDt
public void setFrToDt(DateTimePeriodDetails value)
Sets the value of the frToDt property.- Parameters:
value
- allowed object isDateTimePeriodDetails
-
getCpyDplctInd
public CopyDuplicate1Code getCpyDplctInd()
Gets the value of the cpyDplctInd property.- Returns:
- possible object is
CopyDuplicate1Code
-
setCpyDplctInd
public void setCpyDplctInd(CopyDuplicate1Code value)
Sets the value of the cpyDplctInd property.- Parameters:
value
- allowed object isCopyDuplicate1Code
-
getRptgSrc
public ReportingSource1Choice getRptgSrc()
Gets the value of the rptgSrc property.- Returns:
- possible object is
ReportingSource1Choice
-
setRptgSrc
public void setRptgSrc(ReportingSource1Choice value)
Sets the value of the rptgSrc property.- Parameters:
value
- allowed object isReportingSource1Choice
-
getAcct
public CashAccount25 getAcct()
Gets the value of the acct property.- Returns:
- possible object is
CashAccount25
-
setAcct
public void setAcct(CashAccount25 value)
Sets the value of the acct property.- Parameters:
value
- allowed object isCashAccount25
-
getRltdAcct
public CashAccount24 getRltdAcct()
Gets the value of the rltdAcct property.- Returns:
- possible object is
CashAccount24
-
setRltdAcct
public void setRltdAcct(CashAccount24 value)
Sets the value of the rltdAcct property.- Parameters:
value
- allowed object isCashAccount24
-
getIntrst
public java.util.List<AccountInterest3> 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
AccountInterest3
-
getBal
public java.util.List<CashBalance3> 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
public TotalTransactions3 getTxsSummry()
Gets the value of the txsSummry property.- Returns:
- possible object is
TotalTransactions3
-
setTxsSummry
public void setTxsSummry(TotalTransactions3 value)
Sets the value of the txsSummry property.- Parameters:
value
- allowed object isTotalTransactions3
-
getNtry
public java.util.List<ReportEntry3> 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
ReportEntry3
-
getAddtlRptInf
public java.lang.String getAddtlRptInf()
Gets the value of the addtlRptInf property.- Returns:
- possible object is
String
-
setAddtlRptInf
public void setAddtlRptInf(java.lang.String value)
Sets the value of the addtlRptInf property.- Parameters:
value
- allowed object isString
-
-