Class NumberAndSumOfTransactions4
- java.lang.Object
-
- org.kapott.hbci.sepa.jaxb.camt_052_001_04.NumberAndSumOfTransactions4
-
public class NumberAndSumOfTransactions4 extends java.lang.ObjectJava class for NumberAndSumOfTransactions4 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="NumberAndSumOfTransactions4"> <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.04}Max15NumericText" minOccurs="0"/> <element name="Sum" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.04}DecimalNumber" minOccurs="0"/> <element name="TtlNetNtry" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.04}AmountAndDirection35" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringnbOfNtriesprotected java.math.BigDecimalsumprotected AmountAndDirection35ttlNetNtry
-
Constructor Summary
Constructors Constructor Description NumberAndSumOfTransactions4()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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.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
-
-
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
-
-