Class StatusReasonInformation8TCH
java.lang.Object
iso.std.iso._20022.tech.xsd.admn_002_001.StatusReasonInformation8TCH
Java class for StatusReasonInformation8_TCH complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StatusReasonInformation8_TCH"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Rsn" type="{urn:iso:std:iso:20022:tech:xsd:admn.002.001.01}StatusReason6Choice"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetRsn()
Gets the value of the rsn property.void
setRsn
(StatusReason6Choice value) Sets the value of the rsn property.
-
Field Details
-
rsn
-
-
Constructor Details
-
StatusReasonInformation8TCH
public StatusReasonInformation8TCH()
-
-
Method Details
-
getRsn
Gets the value of the rsn property.- Returns:
- possible object is
StatusReason6Choice
-
setRsn
Sets the value of the rsn property.- Parameters:
value
- allowed object isStatusReason6Choice
-