Class AcknowledgementReason21
java.lang.Object
org.coderic.iso20022.messages.sese.AcknowledgementReason21
Java class for AcknowledgementReason21 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AcknowledgementReason21"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Cd" type="{urn:iso:std:iso:20022:tech:xsd:sese.042.001.01}AcknowledgementReason24Choice"/> <element name="AddtlRsnInf" type="{urn:iso:std:iso:20022:tech:xsd:sese.042.001.01}Max210Text" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the addtlRsnInf property.getCd()
Gets the value of the cd property.void
setAddtlRsnInf
(String value) Sets the value of the addtlRsnInf property.void
Sets the value of the cd property.
-
Constructor Details
-
AcknowledgementReason21
public AcknowledgementReason21()
-
-
Method Details
-
getCd
Gets the value of the cd property.- Returns:
- possible object is
AcknowledgementReason24Choice
-
setCd
Sets the value of the cd property.- Parameters:
value
- allowed object isAcknowledgementReason24Choice
-
getAddtlRsnInf
Gets the value of the addtlRsnInf property.- Returns:
- possible object is
String
-
setAddtlRsnInf
Sets the value of the addtlRsnInf property.- Parameters:
value
- allowed object isString
-