Class CancelledStatusReason12

java.lang.Object
org.coderic.iso20022.messages.seev.CancelledStatusReason12

public class CancelledStatusReason12 extends Object

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 Details

    • CancelledStatusReason12

      public CancelledStatusReason12()
  • Method Details

    • getRsnCd

      public CancelledReason9Choice getRsnCd()
      Gets the value of the rsnCd property.
      Returns:
      possible object is CancelledReason9Choice
    • setRsnCd

      public void setRsnCd(CancelledReason9Choice value)
      Sets the value of the rsnCd property.
      Parameters:
      value - allowed object is CancelledReason9Choice
    • getAddtlRsnInf

      public String getAddtlRsnInf()
      Gets the value of the addtlRsnInf property.
      Returns:
      possible object is String
    • setAddtlRsnInf

      public void setAddtlRsnInf(String value)
      Sets the value of the addtlRsnInf property.
      Parameters:
      value - allowed object is String