Class ErrorDetails2

java.lang.Object
org.coderic.iso20022.messages.casr.ErrorDetails2

public class ErrorDetails2 extends Object

Java class for ErrorDetails2 complex type.

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

 <complexType name="ErrorDetails2">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="MsgErrTp" type="{urn:iso:std:iso:20022:tech:xsd:casr.002.001.02}MessageError1Code"/>
         <element name="OthrMsgErrTp" type="{urn:iso:std:iso:20022:tech:xsd:casr.002.001.02}Max35Text" minOccurs="0"/>
         <element name="ErrCd" type="{urn:iso:std:iso:20022:tech:xsd:casr.002.001.02}Max35Text" minOccurs="0"/>
         <element name="ErrDesc" type="{urn:iso:std:iso:20022:tech:xsd:casr.002.001.02}Max500Text" minOccurs="0"/>
         <element name="DataElmtInErr" type="{urn:iso:std:iso:20022:tech:xsd:casr.002.001.02}Max4000Text" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • ErrorDetails2

      public ErrorDetails2()
  • Method Details

    • getMsgErrTp

      public MessageError1Code getMsgErrTp()
      Gets the value of the msgErrTp property.
      Returns:
      possible object is MessageError1Code
    • setMsgErrTp

      public void setMsgErrTp(MessageError1Code value)
      Sets the value of the msgErrTp property.
      Parameters:
      value - allowed object is MessageError1Code
    • getOthrMsgErrTp

      public String getOthrMsgErrTp()
      Gets the value of the othrMsgErrTp property.
      Returns:
      possible object is String
    • setOthrMsgErrTp

      public void setOthrMsgErrTp(String value)
      Sets the value of the othrMsgErrTp property.
      Parameters:
      value - allowed object is String
    • getErrCd

      public String getErrCd()
      Gets the value of the errCd property.
      Returns:
      possible object is String
    • setErrCd

      public void setErrCd(String value)
      Sets the value of the errCd property.
      Parameters:
      value - allowed object is String
    • getErrDesc

      public String getErrDesc()
      Gets the value of the errDesc property.
      Returns:
      possible object is String
    • setErrDesc

      public void setErrDesc(String value)
      Sets the value of the errDesc property.
      Parameters:
      value - allowed object is String
    • getDataElmtInErr

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

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

          getDataElmtInErr().add(newItem);
       

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