Class PendingCancellationStatus11Choice

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

public class PendingCancellationStatus11Choice extends Object

Java class for PendingCancellationStatus11Choice complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="PendingCancellationStatus11Choice">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="NotSpcfdRsn" type="{urn:iso:std:iso:20022:tech:xsd:seev.053.001.02}NoReasonCode"/>
         <element name="Rsn" type="{urn:iso:std:iso:20022:tech:xsd:seev.053.001.02}PendingCancellationStatusReason11" maxOccurs="unbounded"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • PendingCancellationStatus11Choice

      public PendingCancellationStatus11Choice()
  • Method Details

    • getNotSpcfdRsn

      public NoReasonCode getNotSpcfdRsn()
      Gets the value of the notSpcfdRsn property.
      Returns:
      possible object is NoReasonCode
    • setNotSpcfdRsn

      public void setNotSpcfdRsn(NoReasonCode value)
      Sets the value of the notSpcfdRsn property.
      Parameters:
      value - allowed object is NoReasonCode
    • getRsn

      Gets the value of the rsn property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the rsn property.

      For example, to add a new item, do as follows:

          getRsn().add(newItem);
       

      Objects of the following type(s) are allowed in the list PendingCancellationStatusReason11