Class RejectedStatus38Choice
java.lang.Object
org.coderic.iso20022.messages.seev.RejectedStatus38Choice
Java class for RejectedStatus38Choice complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RejectedStatus38Choice"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice> <element name="NoSpcfdRsn" 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}RejectedStatusReason36" maxOccurs="unbounded"/> </choice> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the noSpcfdRsn property.getRsn()
Gets the value of the rsn property.void
setNoSpcfdRsn
(NoReasonCode value) Sets the value of the noSpcfdRsn property.
-
Constructor Details
-
RejectedStatus38Choice
public RejectedStatus38Choice()
-
-
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
-
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
RejectedStatusReason36
-