Class CardPaymentDataSet36

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

public class CardPaymentDataSet36 extends Object

Java class for CardPaymentDataSet36 complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="CardPaymentDataSet36">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="DataSetId" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}DataSetIdentification5"/>
         <element name="DataSetRslt" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}ResponseType10"/>
         <element name="RmvDataSet" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}TrueFalseIndicator"/>
         <element name="DataSetInitr" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}GenericIdentification176" minOccurs="0"/>
         <element name="TxTtls" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}TransactionTotals12" maxOccurs="unbounded"/>
         <element name="RjctdTx" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}CardPaymentDataSet35" maxOccurs="unbounded" minOccurs="0"/>
         <element name="SspdTx" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}CardPaymentDataSet35" maxOccurs="unbounded" minOccurs="0"/>
         <element name="RsmdApprvl" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}CardPaymentDataSet35" maxOccurs="unbounded" minOccurs="0"/>
         <element name="RsmdRjctn" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}CardPaymentDataSet35" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • CardPaymentDataSet36

      public CardPaymentDataSet36()
  • Method Details

    • getDataSetId

      public DataSetIdentification5 getDataSetId()
      Gets the value of the dataSetId property.
      Returns:
      possible object is DataSetIdentification5
    • setDataSetId

      public void setDataSetId(DataSetIdentification5 value)
      Sets the value of the dataSetId property.
      Parameters:
      value - allowed object is DataSetIdentification5
    • getDataSetRslt

      public ResponseType10 getDataSetRslt()
      Gets the value of the dataSetRslt property.
      Returns:
      possible object is ResponseType10
    • setDataSetRslt

      public void setDataSetRslt(ResponseType10 value)
      Sets the value of the dataSetRslt property.
      Parameters:
      value - allowed object is ResponseType10
    • isRmvDataSet

      public boolean isRmvDataSet()
      Gets the value of the rmvDataSet property.
    • setRmvDataSet

      public void setRmvDataSet(boolean value)
      Sets the value of the rmvDataSet property.
    • getDataSetInitr

      public GenericIdentification176 getDataSetInitr()
      Gets the value of the dataSetInitr property.
      Returns:
      possible object is GenericIdentification176
    • setDataSetInitr

      public void setDataSetInitr(GenericIdentification176 value)
      Sets the value of the dataSetInitr property.
      Parameters:
      value - allowed object is GenericIdentification176
    • getTxTtls

      public List<TransactionTotals12> getTxTtls()
      Gets the value of the txTtls 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 Jakarta XML Binding object. This is why there is not a set method for the txTtls property.

      For example, to add a new item, do as follows:

          getTxTtls().add(newItem);
       

      Objects of the following type(s) are allowed in the list TransactionTotals12

    • getRjctdTx

      public List<CardPaymentDataSet35> getRjctdTx()
      Gets the value of the rjctdTx 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 Jakarta XML Binding object. This is why there is not a set method for the rjctdTx property.

      For example, to add a new item, do as follows:

          getRjctdTx().add(newItem);
       

      Objects of the following type(s) are allowed in the list CardPaymentDataSet35

    • getSspdTx

      public List<CardPaymentDataSet35> getSspdTx()
      Gets the value of the sspdTx 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 Jakarta XML Binding object. This is why there is not a set method for the sspdTx property.

      For example, to add a new item, do as follows:

          getSspdTx().add(newItem);
       

      Objects of the following type(s) are allowed in the list CardPaymentDataSet35

    • getRsmdApprvl

      public List<CardPaymentDataSet35> getRsmdApprvl()
      Gets the value of the rsmdApprvl 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 Jakarta XML Binding object. This is why there is not a set method for the rsmdApprvl property.

      For example, to add a new item, do as follows:

          getRsmdApprvl().add(newItem);
       

      Objects of the following type(s) are allowed in the list CardPaymentDataSet35

    • getRsmdRjctn

      public List<CardPaymentDataSet35> getRsmdRjctn()
      Gets the value of the rsmdRjctn 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 Jakarta XML Binding object. This is why there is not a set method for the rsmdRjctn property.

      For example, to add a new item, do as follows:

          getRsmdRjctn().add(newItem);
       

      Objects of the following type(s) are allowed in the list CardPaymentDataSet35