Class ResponseDetails1
java.lang.Object
org.coderic.iso20022.messages.acmt.ResponseDetails1
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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the addtlDtls property.Gets the value of the rspnCd property.void
setAddtlDtls
(String value) Sets the value of the addtlDtls property.void
Sets the value of the rspnCd property.
-
Constructor Details
-
ResponseDetails1
public ResponseDetails1()
-
-
Method Details
-
getRspnCd
Gets the value of the rspnCd property.- Returns:
- possible object is
String
-
setRspnCd
Sets the value of the rspnCd property.- Parameters:
value
- allowed object isString
-
getAddtlDtls
Gets the value of the addtlDtls property.- Returns:
- possible object is
String
-
setAddtlDtls
Sets the value of the addtlDtls property.- Parameters:
value
- allowed object isString
-