Class NoSpecifiedReason1

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

public class NoSpecifiedReason1 extends Object

Java class for NoSpecifiedReason1 complex type.

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

 <complexType name="NoSpecifiedReason1">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="NoSpcfdRsn" type="{urn:iso:std:iso:20022:tech:xsd:seev.053.001.02}NoReasonCode"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • NoSpecifiedReason1

      public NoSpecifiedReason1()
  • 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