Class ResponseDetails1

java.lang.Object
org.coderic.iso20022.messages.acmt.ResponseDetails1

public class ResponseDetails1 extends Object

Java class for ResponseDetails1 complex type.

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

 <complexType name="ResponseDetails1">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="RspnCd" type="{urn:iso:std:iso:20022:tech:xsd:acmt.037.001.02}Max35Text"/>
         <element name="AddtlDtls" type="{urn:iso:std:iso:20022:tech:xsd:acmt.037.001.02}Max350Text" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • ResponseDetails1

      public ResponseDetails1()
  • Method Details

    • getRspnCd

      public String getRspnCd()
      Gets the value of the rspnCd property.
      Returns:
      possible object is String
    • setRspnCd

      public void setRspnCd(String value)
      Sets the value of the rspnCd property.
      Parameters:
      value - allowed object is String
    • getAddtlDtls

      public String getAddtlDtls()
      Gets the value of the addtlDtls property.
      Returns:
      possible object is String
    • setAddtlDtls

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