Class ProprietaryReason4
java.lang.Object
org.coderic.iso20022.messages.seev.ProprietaryReason4
Java class for ProprietaryReason4 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProprietaryReason4"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Rsn" type="{urn:iso:std:iso:20022:tech:xsd:seev.053.001.02}GenericIdentification30" minOccurs="0"/> <element name="AddtlRsnInf" type="{urn:iso:std:iso:20022:tech:xsd:seev.053.001.02}Max210Text" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the addtlRsnInf property.getRsn()
Gets the value of the rsn property.void
setAddtlRsnInf
(String value) Sets the value of the addtlRsnInf property.void
setRsn
(GenericIdentification30 value) Sets the value of the rsn property.
-
Constructor Details
-
ProprietaryReason4
public ProprietaryReason4()
-
-
Method Details
-
getRsn
Gets the value of the rsn property.- Returns:
- possible object is
GenericIdentification30
-
setRsn
Sets the value of the rsn property.- Parameters:
value
- allowed object isGenericIdentification30
-
getAddtlRsnInf
Gets the value of the addtlRsnInf property.- Returns:
- possible object is
String
-
setAddtlRsnInf
Sets the value of the addtlRsnInf property.- Parameters:
value
- allowed object isString
-