public class ReportEntry7
extends java.lang.Object
Java class for ReportEntry7 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ReportEntry7">
<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.05}Max35Text" minOccurs="0"/>
<element name="Amt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.05}ActiveOrHistoricCurrencyAndAmount"/>
<element name="CdtDbtInd" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.05}CreditDebitCode"/>
<element name="RvslInd" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.05}TrueFalseIndicator" minOccurs="0"/>
<element name="Sts" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.05}EntryStatus2Code"/>
<element name="BookgDt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.05}DateAndDateTimeChoice" minOccurs="0"/>
<element name="ValDt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.05}DateAndDateTimeChoice" minOccurs="0"/>
<element name="AcctSvcrRef" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.05}Max35Text" minOccurs="0"/>
<element name="Avlbty" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.05}CashBalanceAvailability2" maxOccurs="unbounded" minOccurs="0"/>
<element name="BkTxCd" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.05}BankTransactionCodeStructure4"/>
<element name="ComssnWvrInd" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.05}YesNoIndicator" minOccurs="0"/>
<element name="AddtlInfInd" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.05}MessageIdentification2" minOccurs="0"/>
<element name="AmtDtls" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.05}AmountAndCurrencyExchange3" minOccurs="0"/>
<element name="Chrgs" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.05}Charges4" minOccurs="0"/>
<element name="TechInptChanl" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.05}TechnicalInputChannel1Choice" minOccurs="0"/>
<element name="Intrst" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.05}TransactionInterest3" minOccurs="0"/>
<element name="CardTx" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.05}CardEntry2" minOccurs="0"/>
<element name="NtryDtls" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.05}EntryDetails6" maxOccurs="unbounded" minOccurs="0"/>
<element name="AddtlNtryInf" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.05}Max500Text" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field | Description |
|---|---|---|
protected java.lang.String |
acctSvcrRef |
|
protected MessageIdentification2 |
addtlInfInd |
|
protected java.lang.String |
addtlNtryInf |
|
protected ActiveOrHistoricCurrencyAndAmount |
amt |
|
protected AmountAndCurrencyExchange3 |
amtDtls |
|
protected java.util.List<CashBalanceAvailability2> |
avlbty |
|
protected BankTransactionCodeStructure4 |
bkTxCd |
|
protected DateAndDateTimeChoice |
bookgDt |
|
protected CardEntry2 |
cardTx |
|
protected CreditDebitCode |
cdtDbtInd |
|
protected Charges4 |
chrgs |
|
protected java.lang.Boolean |
comssnWvrInd |
|
protected TransactionInterest3 |
intrst |
|
protected java.util.List<EntryDetails6> |
ntryDtls |
|
protected java.lang.String |
ntryRef |
|
protected java.lang.Boolean |
rvslInd |
|
protected EntryStatus2Code |
sts |
|
protected TechnicalInputChannel1Choice |
techInptChanl |
|
protected DateAndDateTimeChoice |
valDt |
| Constructor | Description |
|---|---|
ReportEntry7() |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
getAcctSvcrRef() |
Gets the value of the acctSvcrRef property.
|
MessageIdentification2 |
getAddtlInfInd() |
Gets the value of the addtlInfInd property.
|
java.lang.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.
|
java.util.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.
|
CardEntry2 |
getCardTx() |
Gets the value of the cardTx property.
|
CreditDebitCode |
getCdtDbtInd() |
Gets the value of the cdtDbtInd property.
|
Charges4 |
getChrgs() |
Gets the value of the chrgs property.
|
TransactionInterest3 |
getIntrst() |
Gets the value of the intrst property.
|
java.util.List<EntryDetails6> |
getNtryDtls() |
Gets the value of the ntryDtls property.
|
java.lang.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.
|
java.lang.Boolean |
isComssnWvrInd() |
Gets the value of the comssnWvrInd property.
|
java.lang.Boolean |
isRvslInd() |
Gets the value of the rvslInd property.
|
void |
setAcctSvcrRef(java.lang.String value) |
Sets the value of the acctSvcrRef property.
|
void |
setAddtlInfInd(MessageIdentification2 value) |
Sets the value of the addtlInfInd property.
|
void |
setAddtlNtryInf(java.lang.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(CardEntry2 value) |
Sets the value of the cardTx property.
|
void |
setCdtDbtInd(CreditDebitCode value) |
Sets the value of the cdtDbtInd property.
|
void |
setChrgs(Charges4 value) |
Sets the value of the chrgs property.
|
void |
setComssnWvrInd(java.lang.Boolean value) |
Sets the value of the comssnWvrInd property.
|
void |
setIntrst(TransactionInterest3 value) |
Sets the value of the intrst property.
|
void |
setNtryRef(java.lang.String value) |
Sets the value of the ntryRef property.
|
void |
setRvslInd(java.lang.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 java.lang.String ntryRef
protected ActiveOrHistoricCurrencyAndAmount amt
protected CreditDebitCode cdtDbtInd
protected java.lang.Boolean rvslInd
protected EntryStatus2Code sts
protected DateAndDateTimeChoice bookgDt
protected DateAndDateTimeChoice valDt
protected java.lang.String acctSvcrRef
protected java.util.List<CashBalanceAvailability2> avlbty
protected BankTransactionCodeStructure4 bkTxCd
protected java.lang.Boolean comssnWvrInd
protected MessageIdentification2 addtlInfInd
protected AmountAndCurrencyExchange3 amtDtls
protected Charges4 chrgs
protected TechnicalInputChannel1Choice techInptChanl
protected TransactionInterest3 intrst
protected CardEntry2 cardTx
protected java.util.List<EntryDetails6> ntryDtls
protected java.lang.String addtlNtryInf
public java.lang.String getNtryRef()
Stringpublic void setNtryRef(java.lang.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 java.lang.Boolean isRvslInd()
Booleanpublic void setRvslInd(java.lang.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 java.lang.String getAcctSvcrRef()
Stringpublic void setAcctSvcrRef(java.lang.String value)
value - allowed object is
Stringpublic java.util.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 java.lang.Boolean isComssnWvrInd()
Booleanpublic void setComssnWvrInd(java.lang.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 Charges4 getChrgs()
Charges4public void setChrgs(Charges4 value)
value - allowed object is
Charges4public TechnicalInputChannel1Choice getTechInptChanl()
TechnicalInputChannel1Choicepublic void setTechInptChanl(TechnicalInputChannel1Choice value)
value - allowed object is
TechnicalInputChannel1Choicepublic TransactionInterest3 getIntrst()
TransactionInterest3public void setIntrst(TransactionInterest3 value)
value - allowed object is
TransactionInterest3public CardEntry2 getCardTx()
CardEntry2public void setCardTx(CardEntry2 value)
value - allowed object is
CardEntry2public java.util.List<EntryDetails6> 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
EntryDetails6
public java.lang.String getAddtlNtryInf()
Stringpublic void setAddtlNtryInf(java.lang.String value)
value - allowed object is
StringCopyright © 2018. All rights reserved.