public class ReportEntry8
extends java.lang.Object
Java class for ReportEntry8 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ReportEntry8"> <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.06}Max35Text" minOccurs="0"/> <element name="Amt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}ActiveOrHistoricCurrencyAndAmount"/> <element name="CdtDbtInd" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}CreditDebitCode"/> <element name="RvslInd" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}TrueFalseIndicator" minOccurs="0"/> <element name="Sts" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}EntryStatus2Code"/> <element name="BookgDt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}DateAndDateTimeChoice" minOccurs="0"/> <element name="ValDt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}DateAndDateTimeChoice" minOccurs="0"/> <element name="AcctSvcrRef" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}Max35Text" minOccurs="0"/> <element name="Avlbty" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}CashAvailability1" maxOccurs="unbounded" minOccurs="0"/> <element name="BkTxCd" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}BankTransactionCodeStructure4"/> <element name="ComssnWvrInd" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}YesNoIndicator" minOccurs="0"/> <element name="AddtlInfInd" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}MessageIdentification2" minOccurs="0"/> <element name="AmtDtls" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}AmountAndCurrencyExchange3" minOccurs="0"/> <element name="Chrgs" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}Charges4" minOccurs="0"/> <element name="TechInptChanl" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}TechnicalInputChannel1Choice" minOccurs="0"/> <element name="Intrst" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}TransactionInterest3" minOccurs="0"/> <element name="CardTx" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}CardEntry2" minOccurs="0"/> <element name="NtryDtls" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}EntryDetails7" maxOccurs="unbounded" minOccurs="0"/> <element name="AddtlNtryInf" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}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<CashAvailability1> |
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<EntryDetails7> |
ntryDtls |
|
protected java.lang.String |
ntryRef |
|
protected java.lang.Boolean |
rvslInd |
|
protected EntryStatus2Code |
sts |
|
protected TechnicalInputChannel1Choice |
techInptChanl |
|
protected DateAndDateTimeChoice |
valDt |
Constructor | Description |
---|---|
ReportEntry8() |
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<CashAvailability1> |
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<EntryDetails7> |
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<CashAvailability1> 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<EntryDetails7> ntryDtls
protected java.lang.String addtlNtryInf
public java.lang.String getNtryRef()
String
public void setNtryRef(java.lang.String value)
value
- allowed object is
String
public ActiveOrHistoricCurrencyAndAmount getAmt()
ActiveOrHistoricCurrencyAndAmount
public void setAmt(ActiveOrHistoricCurrencyAndAmount value)
value
- allowed object is
ActiveOrHistoricCurrencyAndAmount
public CreditDebitCode getCdtDbtInd()
CreditDebitCode
public void setCdtDbtInd(CreditDebitCode value)
value
- allowed object is
CreditDebitCode
public java.lang.Boolean isRvslInd()
Boolean
public void setRvslInd(java.lang.Boolean value)
value
- allowed object is
Boolean
public EntryStatus2Code getSts()
EntryStatus2Code
public void setSts(EntryStatus2Code value)
value
- allowed object is
EntryStatus2Code
public DateAndDateTimeChoice getBookgDt()
DateAndDateTimeChoice
public void setBookgDt(DateAndDateTimeChoice value)
value
- allowed object is
DateAndDateTimeChoice
public DateAndDateTimeChoice getValDt()
DateAndDateTimeChoice
public void setValDt(DateAndDateTimeChoice value)
value
- allowed object is
DateAndDateTimeChoice
public java.lang.String getAcctSvcrRef()
String
public void setAcctSvcrRef(java.lang.String value)
value
- allowed object is
String
public java.util.List<CashAvailability1> 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
CashAvailability1
public BankTransactionCodeStructure4 getBkTxCd()
BankTransactionCodeStructure4
public void setBkTxCd(BankTransactionCodeStructure4 value)
value
- allowed object is
BankTransactionCodeStructure4
public java.lang.Boolean isComssnWvrInd()
Boolean
public void setComssnWvrInd(java.lang.Boolean value)
value
- allowed object is
Boolean
public MessageIdentification2 getAddtlInfInd()
MessageIdentification2
public void setAddtlInfInd(MessageIdentification2 value)
value
- allowed object is
MessageIdentification2
public AmountAndCurrencyExchange3 getAmtDtls()
AmountAndCurrencyExchange3
public void setAmtDtls(AmountAndCurrencyExchange3 value)
value
- allowed object is
AmountAndCurrencyExchange3
public Charges4 getChrgs()
Charges4
public void setChrgs(Charges4 value)
value
- allowed object is
Charges4
public TechnicalInputChannel1Choice getTechInptChanl()
TechnicalInputChannel1Choice
public void setTechInptChanl(TechnicalInputChannel1Choice value)
value
- allowed object is
TechnicalInputChannel1Choice
public TransactionInterest3 getIntrst()
TransactionInterest3
public void setIntrst(TransactionInterest3 value)
value
- allowed object is
TransactionInterest3
public CardEntry2 getCardTx()
CardEntry2
public void setCardTx(CardEntry2 value)
value
- allowed object is
CardEntry2
public java.util.List<EntryDetails7> 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
EntryDetails7
public java.lang.String getAddtlNtryInf()
String
public void setAddtlNtryInf(java.lang.String value)
value
- allowed object is
String
Copyright © 2018. All rights reserved.