Class CancelledStatus11Choice
java.lang.Object
org.coderic.iso20022.messages.seev.CancelledStatus11Choice
Java class for CancelledStatus11Choice complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CancelledStatus11Choice">
<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}CancelledStatusReason12" maxOccurs="unbounded"/>
</choice>
</restriction>
</complexContent>
</complexType>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the noSpcfdRsn property.getRsn()Gets the value of the rsn property.voidsetNoSpcfdRsn(NoReasonCode value) Sets the value of the noSpcfdRsn property.
-
Constructor Details
-
CancelledStatus11Choice
public CancelledStatus11Choice()
-
-
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
setmethod 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
CancelledStatusReason12
-