Class TransactionTotals12
java.lang.Object
org.coderic.iso20022.messages.caaa.TransactionTotals12
Java class for TransactionTotals12 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TransactionTotals12"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="POIGrpId" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}Max35Text" minOccurs="0"/> <element name="CardBrnd" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}Max35Text" minOccurs="0"/> <element name="CardPdctPrfl" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}Max35Text" minOccurs="0"/> <element name="Ccy" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}ActiveCurrencyCode" minOccurs="0"/> <element name="Tp" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}TypeTransactionTotals2Code"/> <element name="TtlNb" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}Number"/> <element name="CmltvAmt" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}ImpliedCurrencyAndAmount"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the cardBrnd property.Gets the value of the cardPdctPrfl property.getCcy()
Gets the value of the ccy property.Gets the value of the cmltvAmt property.Gets the value of the poiGrpId property.getTp()
Gets the value of the tp property.getTtlNb()
Gets the value of the ttlNb property.void
setCardBrnd
(String value) Sets the value of the cardBrnd property.void
setCardPdctPrfl
(String value) Sets the value of the cardPdctPrfl property.void
Sets the value of the ccy property.void
setCmltvAmt
(BigDecimal value) Sets the value of the cmltvAmt property.void
setPOIGrpId
(String value) Sets the value of the poiGrpId property.void
setTp
(TypeTransactionTotals2Code value) Sets the value of the tp property.void
setTtlNb
(BigDecimal value) Sets the value of the ttlNb property.
-
Constructor Details
-
TransactionTotals12
public TransactionTotals12()
-
-
Method Details
-
getPOIGrpId
Gets the value of the poiGrpId property.- Returns:
- possible object is
String
-
setPOIGrpId
Sets the value of the poiGrpId property.- Parameters:
value
- allowed object isString
-
getCardBrnd
Gets the value of the cardBrnd property.- Returns:
- possible object is
String
-
setCardBrnd
Sets the value of the cardBrnd property.- Parameters:
value
- allowed object isString
-
getCardPdctPrfl
Gets the value of the cardPdctPrfl property.- Returns:
- possible object is
String
-
setCardPdctPrfl
Sets the value of the cardPdctPrfl property.- Parameters:
value
- allowed object isString
-
getCcy
Gets the value of the ccy property.- Returns:
- possible object is
String
-
setCcy
Sets the value of the ccy property.- Parameters:
value
- allowed object isString
-
getTp
Gets the value of the tp property.- Returns:
- possible object is
TypeTransactionTotals2Code
-
setTp
Sets the value of the tp property.- Parameters:
value
- allowed object isTypeTransactionTotals2Code
-
getTtlNb
Gets the value of the ttlNb property.- Returns:
- possible object is
BigDecimal
-
setTtlNb
Sets the value of the ttlNb property.- Parameters:
value
- allowed object isBigDecimal
-
getCmltvAmt
Gets the value of the cmltvAmt property.- Returns:
- possible object is
BigDecimal
-
setCmltvAmt
Sets the value of the cmltvAmt property.- Parameters:
value
- allowed object isBigDecimal
-