Class ChargeBackResponse2

java.lang.Object
org.coderic.iso20022.messages.cain.ChargeBackResponse2

public class ChargeBackResponse2 extends Object

Java class for ChargeBackResponse2 complex type.

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

 <complexType name="ChargeBackResponse2">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Envt" type="{urn:iso:std:iso:20022:tech:xsd:cain.028.001.02}Environment29"/>
         <element name="Cntxt" type="{urn:iso:std:iso:20022:tech:xsd:cain.028.001.02}Context16"/>
         <element name="Tx" type="{urn:iso:std:iso:20022:tech:xsd:cain.028.001.02}Transaction154"/>
         <element name="PrcgRslt" type="{urn:iso:std:iso:20022:tech:xsd:cain.028.001.02}ProcessingResult15"/>
         <element name="PrtctdData" type="{urn:iso:std:iso:20022:tech:xsd:cain.028.001.02}ProtectedData1" maxOccurs="unbounded" minOccurs="0"/>
         <element name="SplmtryData" type="{urn:iso:std:iso:20022:tech:xsd:cain.028.001.02}SupplementaryData1" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • ChargeBackResponse2

      public ChargeBackResponse2()
  • Method Details

    • getEnvt

      public Environment29 getEnvt()
      Gets the value of the envt property.
      Returns:
      possible object is Environment29
    • setEnvt

      public void setEnvt(Environment29 value)
      Sets the value of the envt property.
      Parameters:
      value - allowed object is Environment29
    • getCntxt

      public Context16 getCntxt()
      Gets the value of the cntxt property.
      Returns:
      possible object is Context16
    • setCntxt

      public void setCntxt(Context16 value)
      Sets the value of the cntxt property.
      Parameters:
      value - allowed object is Context16
    • getTx

      public Transaction154 getTx()
      Gets the value of the tx property.
      Returns:
      possible object is Transaction154
    • setTx

      public void setTx(Transaction154 value)
      Sets the value of the tx property.
      Parameters:
      value - allowed object is Transaction154
    • getPrcgRslt

      public ProcessingResult15 getPrcgRslt()
      Gets the value of the prcgRslt property.
      Returns:
      possible object is ProcessingResult15
    • setPrcgRslt

      public void setPrcgRslt(ProcessingResult15 value)
      Sets the value of the prcgRslt property.
      Parameters:
      value - allowed object is ProcessingResult15
    • getPrtctdData

      public List<ProtectedData1> getPrtctdData()
      Gets the value of the prtctdData 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 prtctdData property.

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

          getPrtctdData().add(newItem);
       

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

    • getSplmtryData

      public List<SupplementaryData1> getSplmtryData()
      Gets the value of the splmtryData 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 splmtryData property.

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

          getSplmtryData().add(newItem);
       

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