Class TransactionTotals12

java.lang.Object
org.coderic.iso20022.messages.caaa.TransactionTotals12

public class TransactionTotals12 extends Object

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 Details

    • TransactionTotals12

      public TransactionTotals12()
  • Method Details

    • getPOIGrpId

      public String getPOIGrpId()
      Gets the value of the poiGrpId property.
      Returns:
      possible object is String
    • setPOIGrpId

      public void setPOIGrpId(String value)
      Sets the value of the poiGrpId property.
      Parameters:
      value - allowed object is String
    • getCardBrnd

      public String getCardBrnd()
      Gets the value of the cardBrnd property.
      Returns:
      possible object is String
    • setCardBrnd

      public void setCardBrnd(String value)
      Sets the value of the cardBrnd property.
      Parameters:
      value - allowed object is String
    • getCardPdctPrfl

      public String getCardPdctPrfl()
      Gets the value of the cardPdctPrfl property.
      Returns:
      possible object is String
    • setCardPdctPrfl

      public void setCardPdctPrfl(String value)
      Sets the value of the cardPdctPrfl property.
      Parameters:
      value - allowed object is String
    • getCcy

      public String getCcy()
      Gets the value of the ccy property.
      Returns:
      possible object is String
    • setCcy

      public void setCcy(String value)
      Sets the value of the ccy property.
      Parameters:
      value - allowed object is String
    • getTp

      Gets the value of the tp property.
      Returns:
      possible object is TypeTransactionTotals2Code
    • setTp

      public void setTp(TypeTransactionTotals2Code value)
      Sets the value of the tp property.
      Parameters:
      value - allowed object is TypeTransactionTotals2Code
    • getTtlNb

      public BigDecimal getTtlNb()
      Gets the value of the ttlNb property.
      Returns:
      possible object is BigDecimal
    • setTtlNb

      public void setTtlNb(BigDecimal value)
      Sets the value of the ttlNb property.
      Parameters:
      value - allowed object is BigDecimal
    • getCmltvAmt

      public BigDecimal getCmltvAmt()
      Gets the value of the cmltvAmt property.
      Returns:
      possible object is BigDecimal
    • setCmltvAmt

      public void setCmltvAmt(BigDecimal value)
      Sets the value of the cmltvAmt property.
      Parameters:
      value - allowed object is BigDecimal