Class DisputeData3

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

public class DisputeData3 extends Object

Java class for DisputeData3 complex type.

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

 <complexType name="DisputeData3">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="PresntmntCycl" type="{urn:iso:std:iso:20022:tech:xsd:cain.028.001.02}Exact1NumericText" minOccurs="0"/>
         <element name="DsptCond" type="{urn:iso:std:iso:20022:tech:xsd:cain.028.001.02}Max35Text" minOccurs="0"/>
         <element name="DsptSts" type="{urn:iso:std:iso:20022:tech:xsd:cain.028.001.02}Max35Text" minOccurs="0"/>
         <element name="PrtlDspt" type="{urn:iso:std:iso:20022:tech:xsd:cain.028.001.02}YesNoIndicator" minOccurs="0"/>
         <element name="DsptRef" type="{urn:iso:std:iso:20022:tech:xsd:cain.028.001.02}DisputeReference1" maxOccurs="unbounded" minOccurs="0"/>
         <element name="DcmnttnSts" type="{urn:iso:std:iso:20022:tech:xsd:cain.028.001.02}Max35Text" minOccurs="0"/>
         <element name="AddtlDsptData" type="{urn:iso:std:iso:20022:tech:xsd:cain.028.001.02}AdditionalData1" minOccurs="0"/>
         <element name="DsptRjctRsn" type="{urn:iso:std:iso:20022:tech:xsd:cain.028.001.02}Max35Text" maxOccurs="unbounded" minOccurs="0"/>
         <element name="ChrgbckElgblty" type="{urn:iso:std:iso:20022:tech:xsd:cain.028.001.02}Max35Text" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • DisputeData3

      public DisputeData3()
  • Method Details

    • getPresntmntCycl

      public String getPresntmntCycl()
      Gets the value of the presntmntCycl property.
      Returns:
      possible object is String
    • setPresntmntCycl

      public void setPresntmntCycl(String value)
      Sets the value of the presntmntCycl property.
      Parameters:
      value - allowed object is String
    • getDsptCond

      public String getDsptCond()
      Gets the value of the dsptCond property.
      Returns:
      possible object is String
    • setDsptCond

      public void setDsptCond(String value)
      Sets the value of the dsptCond property.
      Parameters:
      value - allowed object is String
    • getDsptSts

      public String getDsptSts()
      Gets the value of the dsptSts property.
      Returns:
      possible object is String
    • setDsptSts

      public void setDsptSts(String value)
      Sets the value of the dsptSts property.
      Parameters:
      value - allowed object is String
    • isPrtlDspt

      public Boolean isPrtlDspt()
      Gets the value of the prtlDspt property.
      Returns:
      possible object is Boolean
    • setPrtlDspt

      public void setPrtlDspt(Boolean value)
      Sets the value of the prtlDspt property.
      Parameters:
      value - allowed object is Boolean
    • getDsptRef

      public List<DisputeReference1> getDsptRef()
      Gets the value of the dsptRef 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 dsptRef property.

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

          getDsptRef().add(newItem);
       

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

    • getDcmnttnSts

      public String getDcmnttnSts()
      Gets the value of the dcmnttnSts property.
      Returns:
      possible object is String
    • setDcmnttnSts

      public void setDcmnttnSts(String value)
      Sets the value of the dcmnttnSts property.
      Parameters:
      value - allowed object is String
    • getAddtlDsptData

      public AdditionalData1 getAddtlDsptData()
      Gets the value of the addtlDsptData property.
      Returns:
      possible object is AdditionalData1
    • setAddtlDsptData

      public void setAddtlDsptData(AdditionalData1 value)
      Sets the value of the addtlDsptData property.
      Parameters:
      value - allowed object is AdditionalData1
    • getDsptRjctRsn

      public List<String> getDsptRjctRsn()
      Gets the value of the dsptRjctRsn 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 dsptRjctRsn property.

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

          getDsptRjctRsn().add(newItem);
       

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

    • getChrgbckElgblty

      public String getChrgbckElgblty()
      Gets the value of the chrgbckElgblty property.
      Returns:
      possible object is String
    • setChrgbckElgblty

      public void setChrgbckElgblty(String value)
      Sets the value of the chrgbckElgblty property.
      Parameters:
      value - allowed object is String