Class PendingCancellationStatusReason11
java.lang.Object
org.coderic.iso20022.messages.seev.PendingCancellationStatusReason11
Java class for PendingCancellationStatusReason11 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PendingCancellationStatusReason11"> <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}PendingCancellationReason8Choice"/> <element name="AddtlRsnInf" type="{urn:iso:std:iso:20022:tech:xsd:seev.053.001.02}Max210Text" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
Constructors -
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
Sets the value of the rsnCd property.
-
Constructor Details
-
Method Details
-
getRsnCd
Gets the value of the rsnCd property.- Returns:
- possible object is
PendingCancellationReason8Choice
-
setRsnCd
Sets the value of the rsnCd property.- Parameters:
value
- allowed object isPendingCancellationReason8Choice
-
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
-