Class ReportEntry8
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>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected MessageIdentification2protected Stringprotected ActiveOrHistoricCurrencyAndAmountprotected AmountAndCurrencyExchange3protected List<CashAvailability1> protected BankTransactionCodeStructure4protected DateAndDateTimeChoiceprotected CardEntry2protected CreditDebitCodeprotected Charges4protected Booleanprotected TransactionInterest3protected List<EntryDetails7> protected Stringprotected Booleanprotected EntryStatus2Codeprotected TechnicalInputChannel1Choiceprotected DateAndDateTimeChoice -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the acctSvcrRef property.Gets the value of the addtlInfInd property.Gets the value of the addtlNtryInf property.getAmt()Gets the value of the amt property.Gets the value of the amtDtls property.Gets the value of the avlbty property.Gets the value of the bkTxCd property.Gets the value of the bookgDt property.Gets the value of the cardTx property.Gets the value of the cdtDbtInd property.getChrgs()Gets the value of the chrgs property.Gets the value of the intrst property.Gets the value of the ntryDtls property.Gets the value of the ntryRef property.getSts()Gets the value of the sts property.Gets the value of the techInptChanl property.getValDt()Gets the value of the valDt property.Gets the value of the comssnWvrInd property.Gets the value of the rvslInd property.voidsetAcctSvcrRef(String value) Sets the value of the acctSvcrRef property.voidSets the value of the addtlInfInd property.voidsetAddtlNtryInf(String value) Sets the value of the addtlNtryInf property.voidSets the value of the amt property.voidSets the value of the amtDtls property.voidSets the value of the bkTxCd property.voidsetBookgDt(DateAndDateTimeChoice value) Sets the value of the bookgDt property.voidsetCardTx(CardEntry2 value) Sets the value of the cardTx property.voidsetCdtDbtInd(CreditDebitCode value) Sets the value of the cdtDbtInd property.voidSets the value of the chrgs property.voidsetComssnWvrInd(Boolean value) Sets the value of the comssnWvrInd property.voidsetIntrst(TransactionInterest3 value) Sets the value of the intrst property.voidsetNtryRef(String value) Sets the value of the ntryRef property.voidsetRvslInd(Boolean value) Sets the value of the rvslInd property.voidsetSts(EntryStatus2Code value) Sets the value of the sts property.voidSets the value of the techInptChanl property.voidsetValDt(DateAndDateTimeChoice value) Sets the value of the valDt property.
-
Field Details
-
ntryRef
-
amt
-
cdtDbtInd
-
rvslInd
-
sts
-
bookgDt
-
valDt
-
acctSvcrRef
-
avlbty
-
bkTxCd
-
comssnWvrInd
-
addtlInfInd
-
amtDtls
-
chrgs
-
techInptChanl
-
intrst
-
cardTx
-
ntryDtls
-
addtlNtryInf
-
-
Constructor Details
-
ReportEntry8
public ReportEntry8()
-
-
Method Details
-
getNtryRef
Gets the value of the ntryRef property.- Returns:
- possible object is
String
-
setNtryRef
Sets the value of the ntryRef property.- Parameters:
value- allowed object isString
-
getAmt
Gets the value of the amt property.- Returns:
- possible object is
ActiveOrHistoricCurrencyAndAmount
-
setAmt
Sets the value of the amt property.- Parameters:
value- allowed object isActiveOrHistoricCurrencyAndAmount
-
getCdtDbtInd
Gets the value of the cdtDbtInd property.- Returns:
- possible object is
CreditDebitCode
-
setCdtDbtInd
Sets the value of the cdtDbtInd property.- Parameters:
value- allowed object isCreditDebitCode
-
isRvslInd
Gets the value of the rvslInd property.- Returns:
- possible object is
Boolean
-
setRvslInd
Sets the value of the rvslInd property.- Parameters:
value- allowed object isBoolean
-
getSts
Gets the value of the sts property.- Returns:
- possible object is
EntryStatus2Code
-
setSts
Sets the value of the sts property.- Parameters:
value- allowed object isEntryStatus2Code
-
getBookgDt
Gets the value of the bookgDt property.- Returns:
- possible object is
DateAndDateTimeChoice
-
setBookgDt
Sets the value of the bookgDt property.- Parameters:
value- allowed object isDateAndDateTimeChoice
-
getValDt
Gets the value of the valDt property.- Returns:
- possible object is
DateAndDateTimeChoice
-
setValDt
Sets the value of the valDt property.- Parameters:
value- allowed object isDateAndDateTimeChoice
-
getAcctSvcrRef
Gets the value of the acctSvcrRef property.- Returns:
- possible object is
String
-
setAcctSvcrRef
Sets the value of the acctSvcrRef property.- Parameters:
value- allowed object isString
-
getAvlbty
Gets the value of the avlbty 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
setmethod 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 -
getBkTxCd
Gets the value of the bkTxCd property.- Returns:
- possible object is
BankTransactionCodeStructure4
-
setBkTxCd
Sets the value of the bkTxCd property.- Parameters:
value- allowed object isBankTransactionCodeStructure4
-
isComssnWvrInd
Gets the value of the comssnWvrInd property.- Returns:
- possible object is
Boolean
-
setComssnWvrInd
Sets the value of the comssnWvrInd property.- Parameters:
value- allowed object isBoolean
-
getAddtlInfInd
Gets the value of the addtlInfInd property.- Returns:
- possible object is
MessageIdentification2
-
setAddtlInfInd
Sets the value of the addtlInfInd property.- Parameters:
value- allowed object isMessageIdentification2
-
getAmtDtls
Gets the value of the amtDtls property.- Returns:
- possible object is
AmountAndCurrencyExchange3
-
setAmtDtls
Sets the value of the amtDtls property.- Parameters:
value- allowed object isAmountAndCurrencyExchange3
-
getChrgs
Gets the value of the chrgs property.- Returns:
- possible object is
Charges4
-
setChrgs
Sets the value of the chrgs property.- Parameters:
value- allowed object isCharges4
-
getTechInptChanl
Gets the value of the techInptChanl property.- Returns:
- possible object is
TechnicalInputChannel1Choice
-
setTechInptChanl
Sets the value of the techInptChanl property.- Parameters:
value- allowed object isTechnicalInputChannel1Choice
-
getIntrst
Gets the value of the intrst property.- Returns:
- possible object is
TransactionInterest3
-
setIntrst
Sets the value of the intrst property.- Parameters:
value- allowed object isTransactionInterest3
-
getCardTx
Gets the value of the cardTx property.- Returns:
- possible object is
CardEntry2
-
setCardTx
Sets the value of the cardTx property.- Parameters:
value- allowed object isCardEntry2
-
getNtryDtls
Gets the value of the ntryDtls 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
setmethod 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 -
getAddtlNtryInf
Gets the value of the addtlNtryInf property.- Returns:
- possible object is
String
-
setAddtlNtryInf
Sets the value of the addtlNtryInf property.- Parameters:
value- allowed object isString
-