public class ReportEntry9
extends java.lang.Object
Java class for ReportEntry9 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ReportEntry9"> <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.07}Max35Text" minOccurs="0"/> <element name="Amt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}ActiveOrHistoricCurrencyAndAmount"/> <element name="CdtDbtInd" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}CreditDebitCode"/> <element name="RvslInd" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}TrueFalseIndicator" minOccurs="0"/> <element name="Sts" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}EntryStatus1Choice"/> <element name="BookgDt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}DateAndDateTime2Choice" minOccurs="0"/> <element name="ValDt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}DateAndDateTime2Choice" minOccurs="0"/> <element name="AcctSvcrRef" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}Max35Text" minOccurs="0"/> <element name="Avlbty" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}CashAvailability1" maxOccurs="unbounded" minOccurs="0"/> <element name="BkTxCd" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}BankTransactionCodeStructure4"/> <element name="ComssnWvrInd" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}YesNoIndicator" minOccurs="0"/> <element name="AddtlInfInd" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}MessageIdentification2" minOccurs="0"/> <element name="AmtDtls" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}AmountAndCurrencyExchange3" minOccurs="0"/> <element name="Chrgs" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}Charges4" minOccurs="0"/> <element name="TechInptChanl" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}TechnicalInputChannel1Choice" minOccurs="0"/> <element name="Intrst" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}TransactionInterest4" minOccurs="0"/> <element name="CardTx" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}CardEntry3" minOccurs="0"/> <element name="NtryDtls" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}EntryDetails8" maxOccurs="unbounded" minOccurs="0"/> <element name="AddtlNtryInf" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}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 DateAndDateTime2Choice |
bookgDt |
|
protected CardEntry3 |
cardTx |
|
protected CreditDebitCode |
cdtDbtInd |
|
protected Charges4 |
chrgs |
|
protected java.lang.Boolean |
comssnWvrInd |
|
protected TransactionInterest4 |
intrst |
|
protected java.util.List<EntryDetails8> |
ntryDtls |
|
protected java.lang.String |
ntryRef |
|
protected java.lang.Boolean |
rvslInd |
|
protected EntryStatus1Choice |
sts |
|
protected TechnicalInputChannel1Choice |
techInptChanl |
|
protected DateAndDateTime2Choice |
valDt |
Constructor | Description |
---|---|
ReportEntry9() |
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.
|
DateAndDateTime2Choice |
getBookgDt() |
Gets the value of the bookgDt property.
|
CardEntry3 |
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.
|
TransactionInterest4 |
getIntrst() |
Gets the value of the intrst property.
|
java.util.List<EntryDetails8> |
getNtryDtls() |
Gets the value of the ntryDtls property.
|
java.lang.String |
getNtryRef() |
Gets the value of the ntryRef property.
|
EntryStatus1Choice |
getSts() |
Gets the value of the sts property.
|
TechnicalInputChannel1Choice |
getTechInptChanl() |
Gets the value of the techInptChanl property.
|
DateAndDateTime2Choice |
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(DateAndDateTime2Choice value) |
Sets the value of the bookgDt property.
|
void |
setCardTx(CardEntry3 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(TransactionInterest4 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(EntryStatus1Choice value) |
Sets the value of the sts property.
|
void |
setTechInptChanl(TechnicalInputChannel1Choice value) |
Sets the value of the techInptChanl property.
|
void |
setValDt(DateAndDateTime2Choice 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 EntryStatus1Choice sts
protected DateAndDateTime2Choice bookgDt
protected DateAndDateTime2Choice 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 TransactionInterest4 intrst
protected CardEntry3 cardTx
protected java.util.List<EntryDetails8> 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 EntryStatus1Choice getSts()
EntryStatus1Choice
public void setSts(EntryStatus1Choice value)
value
- allowed object is
EntryStatus1Choice
public DateAndDateTime2Choice getBookgDt()
DateAndDateTime2Choice
public void setBookgDt(DateAndDateTime2Choice value)
value
- allowed object is
DateAndDateTime2Choice
public DateAndDateTime2Choice getValDt()
DateAndDateTime2Choice
public void setValDt(DateAndDateTime2Choice value)
value
- allowed object is
DateAndDateTime2Choice
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 TransactionInterest4 getIntrst()
TransactionInterest4
public void setIntrst(TransactionInterest4 value)
value
- allowed object is
TransactionInterest4
public CardEntry3 getCardTx()
CardEntry3
public void setCardTx(CardEntry3 value)
value
- allowed object is
CardEntry3
public java.util.List<EntryDetails8> 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
EntryDetails8
public java.lang.String getAddtlNtryInf()
String
public void setAddtlNtryInf(java.lang.String value)
value
- allowed object is
String
Copyright © 2018. All rights reserved.