Class TotalsPerBankTransactionCode5
- java.lang.Object
-
- org.kapott.hbci.sepa.jaxb.camt_052_001_07.TotalsPerBankTransactionCode5
-
public class TotalsPerBankTransactionCode5 extends java.lang.ObjectJava class for TotalsPerBankTransactionCode5 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TotalsPerBankTransactionCode5"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="NbOfNtries" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}Max15NumericText" minOccurs="0"/> <element name="Sum" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}DecimalNumber" minOccurs="0"/> <element name="TtlNetNtry" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}AmountAndDirection35" minOccurs="0"/> <element name="CdtNtries" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}NumberAndSumOfTransactions1" minOccurs="0"/> <element name="DbtNtries" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}NumberAndSumOfTransactions1" minOccurs="0"/> <element name="FcstInd" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}TrueFalseIndicator" minOccurs="0"/> <element name="BkTxCd" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}BankTransactionCodeStructure4"/> <element name="Avlbty" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}CashAvailability1" maxOccurs="unbounded" minOccurs="0"/> <element name="Dt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}DateAndDateTime2Choice" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.util.List<CashAvailability1>avlbtyprotected BankTransactionCodeStructure4bkTxCdprotected NumberAndSumOfTransactions1cdtNtriesprotected NumberAndSumOfTransactions1dbtNtriesprotected DateAndDateTime2Choicedtprotected java.lang.BooleanfcstIndprotected java.lang.StringnbOfNtriesprotected java.math.BigDecimalsumprotected AmountAndDirection35ttlNetNtry
-
Constructor Summary
Constructors Constructor Description TotalsPerBankTransactionCode5()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<CashAvailability1>getAvlbty()Gets the value of the avlbty property.BankTransactionCodeStructure4getBkTxCd()Gets the value of the bkTxCd property.NumberAndSumOfTransactions1getCdtNtries()Gets the value of the cdtNtries property.NumberAndSumOfTransactions1getDbtNtries()Gets the value of the dbtNtries property.DateAndDateTime2ChoicegetDt()Gets the value of the dt property.java.lang.StringgetNbOfNtries()Gets the value of the nbOfNtries property.java.math.BigDecimalgetSum()Gets the value of the sum property.AmountAndDirection35getTtlNetNtry()Gets the value of the ttlNetNtry property.java.lang.BooleanisFcstInd()Gets the value of the fcstInd property.voidsetBkTxCd(BankTransactionCodeStructure4 value)Sets the value of the bkTxCd property.voidsetCdtNtries(NumberAndSumOfTransactions1 value)Sets the value of the cdtNtries property.voidsetDbtNtries(NumberAndSumOfTransactions1 value)Sets the value of the dbtNtries property.voidsetDt(DateAndDateTime2Choice value)Sets the value of the dt property.voidsetFcstInd(java.lang.Boolean value)Sets the value of the fcstInd property.voidsetNbOfNtries(java.lang.String value)Sets the value of the nbOfNtries property.voidsetSum(java.math.BigDecimal value)Sets the value of the sum property.voidsetTtlNetNtry(AmountAndDirection35 value)Sets the value of the ttlNetNtry property.
-
-
-
Field Detail
-
nbOfNtries
protected java.lang.String nbOfNtries
-
sum
protected java.math.BigDecimal sum
-
ttlNetNtry
protected AmountAndDirection35 ttlNetNtry
-
cdtNtries
protected NumberAndSumOfTransactions1 cdtNtries
-
dbtNtries
protected NumberAndSumOfTransactions1 dbtNtries
-
fcstInd
protected java.lang.Boolean fcstInd
-
bkTxCd
protected BankTransactionCodeStructure4 bkTxCd
-
avlbty
protected java.util.List<CashAvailability1> avlbty
-
dt
protected DateAndDateTime2Choice dt
-
-
Method Detail
-
getNbOfNtries
public java.lang.String getNbOfNtries()
Gets the value of the nbOfNtries property.- Returns:
- possible object is
String
-
setNbOfNtries
public void setNbOfNtries(java.lang.String value)
Sets the value of the nbOfNtries property.- Parameters:
value- allowed object isString
-
getSum
public java.math.BigDecimal getSum()
Gets the value of the sum property.- Returns:
- possible object is
BigDecimal
-
setSum
public void setSum(java.math.BigDecimal value)
Sets the value of the sum property.- Parameters:
value- allowed object isBigDecimal
-
getTtlNetNtry
public AmountAndDirection35 getTtlNetNtry()
Gets the value of the ttlNetNtry property.- Returns:
- possible object is
AmountAndDirection35
-
setTtlNetNtry
public void setTtlNetNtry(AmountAndDirection35 value)
Sets the value of the ttlNetNtry property.- Parameters:
value- allowed object isAmountAndDirection35
-
getCdtNtries
public NumberAndSumOfTransactions1 getCdtNtries()
Gets the value of the cdtNtries property.- Returns:
- possible object is
NumberAndSumOfTransactions1
-
setCdtNtries
public void setCdtNtries(NumberAndSumOfTransactions1 value)
Sets the value of the cdtNtries property.- Parameters:
value- allowed object isNumberAndSumOfTransactions1
-
getDbtNtries
public NumberAndSumOfTransactions1 getDbtNtries()
Gets the value of the dbtNtries property.- Returns:
- possible object is
NumberAndSumOfTransactions1
-
setDbtNtries
public void setDbtNtries(NumberAndSumOfTransactions1 value)
Sets the value of the dbtNtries property.- Parameters:
value- allowed object isNumberAndSumOfTransactions1
-
isFcstInd
public java.lang.Boolean isFcstInd()
Gets the value of the fcstInd property.- Returns:
- possible object is
Boolean
-
setFcstInd
public void setFcstInd(java.lang.Boolean value)
Sets the value of the fcstInd property.- Parameters:
value- allowed object isBoolean
-
getBkTxCd
public BankTransactionCodeStructure4 getBkTxCd()
Gets the value of the bkTxCd property.- Returns:
- possible object is
BankTransactionCodeStructure4
-
setBkTxCd
public void setBkTxCd(BankTransactionCodeStructure4 value)
Sets the value of the bkTxCd property.- Parameters:
value- allowed object isBankTransactionCodeStructure4
-
getAvlbty
public java.util.List<CashAvailability1> 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
-
getDt
public DateAndDateTime2Choice getDt()
Gets the value of the dt property.- Returns:
- possible object is
DateAndDateTime2Choice
-
setDt
public void setDt(DateAndDateTime2Choice value)
Sets the value of the dt property.- Parameters:
value- allowed object isDateAndDateTime2Choice
-
-