Class RejectionOrRepairStatus31Choice

java.lang.Object
org.coderic.iso20022.messages.sese.RejectionOrRepairStatus31Choice

public class RejectionOrRepairStatus31Choice extends Object

Java class for RejectionOrRepairStatus31Choice complex type.

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

 <complexType name="RejectionOrRepairStatus31Choice">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="NoSpcfdRsn" type="{urn:iso:std:iso:20022:tech:xsd:sese.042.001.01}NoReasonCode"/>
         <element name="Rsn" type="{urn:iso:std:iso:20022:tech:xsd:sese.042.001.01}RejectionOrRepairReason25" maxOccurs="unbounded"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • RejectionOrRepairStatus31Choice

      public RejectionOrRepairStatus31Choice()
  • Method Details

    • getNoSpcfdRsn

      public NoReasonCode getNoSpcfdRsn()
      Gets the value of the noSpcfdRsn property.
      Returns:
      possible object is NoReasonCode
    • setNoSpcfdRsn

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

      public List<RejectionOrRepairReason25> 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 RejectionOrRepairReason25