Class CancelledStatusReason12
java.lang.Object
org.coderic.iso20022.messages.seev.CancelledStatusReason12
Java class for CancelledStatusReason12 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CancelledStatusReason12"> <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}CancelledReason9Choice"/> <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
(CancelledReason9Choice value) Sets the value of the rsnCd property.
-
Constructor Details
-
CancelledStatusReason12
public CancelledStatusReason12()
-
-
Method Details
-
getRsnCd
Gets the value of the rsnCd property.- Returns:
- possible object is
CancelledReason9Choice
-
setRsnCd
Sets the value of the rsnCd property.- Parameters:
value
- allowed object isCancelledReason9Choice
-
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
-