public class ReportEntry3 extends Object
Java class for ReportEntry3 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ReportEntry3">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="NtryRef" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.03}Max35Text" minOccurs="0"/>
<element name="Amt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.03}ActiveOrHistoricCurrencyAndAmount"/>
<element name="CdtDbtInd" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.03}CreditDebitCode"/>
<element name="RvslInd" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.03}TrueFalseIndicator" minOccurs="0"/>
<element name="Sts" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.03}EntryStatus2Code"/>
<element name="BookgDt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.03}DateAndDateTimeChoice" minOccurs="0"/>
<element name="ValDt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.03}DateAndDateTimeChoice" minOccurs="0"/>
<element name="AcctSvcrRef" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.03}Max35Text" minOccurs="0"/>
<element name="Avlbty" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.03}CashBalanceAvailability2" maxOccurs="unbounded" minOccurs="0"/>
<element name="BkTxCd" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.03}BankTransactionCodeStructure4"/>
<element name="ComssnWvrInd" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.03}YesNoIndicator" minOccurs="0"/>
<element name="AddtlInfInd" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.03}MessageIdentification2" minOccurs="0"/>
<element name="AmtDtls" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.03}AmountAndCurrencyExchange3" minOccurs="0"/>
<element name="Chrgs" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.03}Charges3" maxOccurs="unbounded" minOccurs="0"/>
<element name="TechInptChanl" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.03}TechnicalInputChannel1Choice" minOccurs="0"/>
<element name="Intrst" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.03}TransactionInterest3" maxOccurs="unbounded" minOccurs="0"/>
<element name="CardTx" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.03}CardEntry1" minOccurs="0"/>
<element name="NtryDtls" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.03}EntryDetails2" maxOccurs="unbounded" minOccurs="0"/>
<element name="AddtlNtryInf" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.03}Max500Text" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
acctSvcrRef |
protected MessageIdentification2 |
addtlInfInd |
protected String |
addtlNtryInf |
protected ActiveOrHistoricCurrencyAndAmount |
amt |
protected AmountAndCurrencyExchange3 |
amtDtls |
protected List<CashBalanceAvailability2> |
avlbty |
protected BankTransactionCodeStructure4 |
bkTxCd |
protected DateAndDateTimeChoice |
bookgDt |
protected CardEntry1 |
cardTx |
protected CreditDebitCode |
cdtDbtInd |
protected List<Charges3> |
chrgs |
protected Boolean |
comssnWvrInd |
protected List<TransactionInterest3> |
intrst |
protected List<EntryDetails2> |
ntryDtls |
protected String |
ntryRef |
protected Boolean |
rvslInd |
protected EntryStatus2Code |
sts |
protected TechnicalInputChannel1Choice |
techInptChanl |
protected DateAndDateTimeChoice |
valDt |
| Constructor and Description |
|---|
ReportEntry3() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAcctSvcrRef()
Gets the value of the acctSvcrRef property.
|
MessageIdentification2 |
getAddtlInfInd()
Gets the value of the addtlInfInd property.
|
String |
getAddtlNtryInf()
Gets the value of the addtlNtryInf property.
|
ActiveOrHistoricCurrencyAndAmount |
getAmt()
Gets the value of the amt property.
|
AmountAndCurrencyExchange3 |
getAmtDtls()
Gets the value of the amtDtls property.
|
List<CashBalanceAvailability2> |
getAvlbty()
Gets the value of the avlbty property.
|
BankTransactionCodeStructure4 |
getBkTxCd()
Gets the value of the bkTxCd property.
|
DateAndDateTimeChoice |
getBookgDt()
Gets the value of the bookgDt property.
|
CardEntry1 |
getCardTx()
Gets the value of the cardTx property.
|
CreditDebitCode |
getCdtDbtInd()
Gets the value of the cdtDbtInd property.
|
List<Charges3> |
getChrgs()
Gets the value of the chrgs property.
|
List<TransactionInterest3> |
getIntrst()
Gets the value of the intrst property.
|
List<EntryDetails2> |
getNtryDtls()
Gets the value of the ntryDtls property.
|
String |
getNtryRef()
Gets the value of the ntryRef property.
|
EntryStatus2Code |
getSts()
Gets the value of the sts property.
|
TechnicalInputChannel1Choice |
getTechInptChanl()
Gets the value of the techInptChanl property.
|
DateAndDateTimeChoice |
getValDt()
Gets the value of the valDt property.
|
Boolean |
isComssnWvrInd()
Gets the value of the comssnWvrInd property.
|
Boolean |
isRvslInd()
Gets the value of the rvslInd property.
|
void |
setAcctSvcrRef(String value)
Sets the value of the acctSvcrRef property.
|
void |
setAddtlInfInd(MessageIdentification2 value)
Sets the value of the addtlInfInd property.
|
void |
setAddtlNtryInf(String value)
Sets the value of the addtlNtryInf property.
|
void |
setAmt(ActiveOrHistoricCurrencyAndAmount value)
Sets the value of the amt property.
|
void |
setAmtDtls(AmountAndCurrencyExchange3 value)
Sets the value of the amtDtls property.
|
void |
setBkTxCd(BankTransactionCodeStructure4 value)
Sets the value of the bkTxCd property.
|
void |
setBookgDt(DateAndDateTimeChoice value)
Sets the value of the bookgDt property.
|
void |
setCardTx(CardEntry1 value)
Sets the value of the cardTx property.
|
void |
setCdtDbtInd(CreditDebitCode value)
Sets the value of the cdtDbtInd property.
|
void |
setComssnWvrInd(Boolean value)
Sets the value of the comssnWvrInd property.
|
void |
setNtryRef(String value)
Sets the value of the ntryRef property.
|
void |
setRvslInd(Boolean value)
Sets the value of the rvslInd property.
|
void |
setSts(EntryStatus2Code value)
Sets the value of the sts property.
|
void |
setTechInptChanl(TechnicalInputChannel1Choice value)
Sets the value of the techInptChanl property.
|
void |
setValDt(DateAndDateTimeChoice value)
Sets the value of the valDt property.
|
protected String ntryRef
protected ActiveOrHistoricCurrencyAndAmount amt
protected CreditDebitCode cdtDbtInd
protected Boolean rvslInd
protected EntryStatus2Code sts
protected DateAndDateTimeChoice bookgDt
protected DateAndDateTimeChoice valDt
protected String acctSvcrRef
protected List<CashBalanceAvailability2> avlbty
protected BankTransactionCodeStructure4 bkTxCd
protected Boolean comssnWvrInd
protected MessageIdentification2 addtlInfInd
protected AmountAndCurrencyExchange3 amtDtls
protected TechnicalInputChannel1Choice techInptChanl
protected List<TransactionInterest3> intrst
protected CardEntry1 cardTx
protected List<EntryDetails2> ntryDtls
protected String addtlNtryInf
public String getNtryRef()
Stringpublic void setNtryRef(String value)
value - allowed object is
Stringpublic ActiveOrHistoricCurrencyAndAmount getAmt()
ActiveOrHistoricCurrencyAndAmountpublic void setAmt(ActiveOrHistoricCurrencyAndAmount value)
value - allowed object is
ActiveOrHistoricCurrencyAndAmountpublic CreditDebitCode getCdtDbtInd()
CreditDebitCodepublic void setCdtDbtInd(CreditDebitCode value)
value - allowed object is
CreditDebitCodepublic Boolean isRvslInd()
Booleanpublic void setRvslInd(Boolean value)
value - allowed object is
Booleanpublic EntryStatus2Code getSts()
EntryStatus2Codepublic void setSts(EntryStatus2Code value)
value - allowed object is
EntryStatus2Codepublic DateAndDateTimeChoice getBookgDt()
DateAndDateTimeChoicepublic void setBookgDt(DateAndDateTimeChoice value)
value - allowed object is
DateAndDateTimeChoicepublic DateAndDateTimeChoice getValDt()
DateAndDateTimeChoicepublic void setValDt(DateAndDateTimeChoice value)
value - allowed object is
DateAndDateTimeChoicepublic String getAcctSvcrRef()
Stringpublic void setAcctSvcrRef(String value)
value - allowed object is
Stringpublic List<CashBalanceAvailability2> getAvlbty()
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 avlbty property.
For example, to add a new item, do as follows:
getAvlbty().add(newItem);
Objects of the following type(s) are allowed in the list
CashBalanceAvailability2
public BankTransactionCodeStructure4 getBkTxCd()
BankTransactionCodeStructure4public void setBkTxCd(BankTransactionCodeStructure4 value)
value - allowed object is
BankTransactionCodeStructure4public Boolean isComssnWvrInd()
Booleanpublic void setComssnWvrInd(Boolean value)
value - allowed object is
Booleanpublic MessageIdentification2 getAddtlInfInd()
MessageIdentification2public void setAddtlInfInd(MessageIdentification2 value)
value - allowed object is
MessageIdentification2public AmountAndCurrencyExchange3 getAmtDtls()
AmountAndCurrencyExchange3public void setAmtDtls(AmountAndCurrencyExchange3 value)
value - allowed object is
AmountAndCurrencyExchange3public List<Charges3> getChrgs()
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 chrgs property.
For example, to add a new item, do as follows:
getChrgs().add(newItem);
Objects of the following type(s) are allowed in the list
Charges3
public TechnicalInputChannel1Choice getTechInptChanl()
TechnicalInputChannel1Choicepublic void setTechInptChanl(TechnicalInputChannel1Choice value)
value - allowed object is
TechnicalInputChannel1Choicepublic List<TransactionInterest3> 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
TransactionInterest3
public CardEntry1 getCardTx()
CardEntry1public void setCardTx(CardEntry1 value)
value - allowed object is
CardEntry1public List<EntryDetails2> getNtryDtls()
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 ntryDtls property.
For example, to add a new item, do as follows:
getNtryDtls().add(newItem);
Objects of the following type(s) are allowed in the list
EntryDetails2
public String getAddtlNtryInf()
StringCopyright © 2020. All rights reserved.