Class RejectedStatusReason36
java.lang.Object
org.coderic.iso20022.messages.seev.RejectedStatusReason36
Java class for RejectedStatusReason36 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RejectedStatusReason36"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="RsnCd" type="{urn:iso:std:iso:20022:tech:xsd:seev.053.001.02}RejectedReason38Choice"/> <element name="AddtlRsnInf" type="{urn:iso:std:iso:20022:tech:xsd:seev.053.001.02}Max210Text" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the addtlRsnInf property.getRsnCd()
Gets the value of the rsnCd property.void
setAddtlRsnInf
(String value) Sets the value of the addtlRsnInf property.void
setRsnCd
(RejectedReason38Choice value) Sets the value of the rsnCd property.
-
Constructor Details
-
RejectedStatusReason36
public RejectedStatusReason36()
-
-
Method Details
-
getRsnCd
Gets the value of the rsnCd property.- Returns:
- possible object is
RejectedReason38Choice
-
setRsnCd
Sets the value of the rsnCd property.- Parameters:
value
- allowed object isRejectedReason38Choice
-
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
-