Class DisputeReference1

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

public class DisputeReference1 extends Object

Java class for DisputeReference1 complex type.

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

 <complexType name="DisputeReference1">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="AssgnrNtty" type="{urn:iso:std:iso:20022:tech:xsd:cain.028.001.02}PartyType32Code" minOccurs="0"/>
         <element name="OthrAssgnrNtty" type="{urn:iso:std:iso:20022:tech:xsd:cain.028.001.02}Max35Text" minOccurs="0"/>
         <element name="DsptId" type="{urn:iso:std:iso:20022:tech:xsd:cain.028.001.02}DisputeIdentification1" maxOccurs="unbounded"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • DisputeReference1

      public DisputeReference1()
  • Method Details

    • getAssgnrNtty

      public PartyType32Code getAssgnrNtty()
      Gets the value of the assgnrNtty property.
      Returns:
      possible object is PartyType32Code
    • setAssgnrNtty

      public void setAssgnrNtty(PartyType32Code value)
      Sets the value of the assgnrNtty property.
      Parameters:
      value - allowed object is PartyType32Code
    • getOthrAssgnrNtty

      public String getOthrAssgnrNtty()
      Gets the value of the othrAssgnrNtty property.
      Returns:
      possible object is String
    • setOthrAssgnrNtty

      public void setOthrAssgnrNtty(String value)
      Sets the value of the othrAssgnrNtty property.
      Parameters:
      value - allowed object is String
    • getDsptId

      public List<DisputeIdentification1> getDsptId()
      Gets the value of the dsptId 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 dsptId property.

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

          getDsptId().add(newItem);
       

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