Class NoSpecifiedReason1
java.lang.Object
org.coderic.iso20022.messages.seev.NoSpecifiedReason1
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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the noSpcfdRsn property.void
setNoSpcfdRsn
(NoReasonCode value) Sets the value of the noSpcfdRsn property.
-
Constructor Details
-
NoSpecifiedReason1
public NoSpecifiedReason1()
-
-
Method Details
-
getNoSpcfdRsn
Gets the value of the noSpcfdRsn property.- Returns:
- possible object is
NoReasonCode
-
setNoSpcfdRsn
Sets the value of the noSpcfdRsn property.- Parameters:
value
- allowed object isNoReasonCode
-