Class RejectionOrRepairReason25
java.lang.Object
org.coderic.iso20022.messages.sese.RejectionOrRepairReason25
Java class for RejectionOrRepairReason25 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RejectionOrRepairReason25"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Cd" type="{urn:iso:std:iso:20022:tech:xsd:sese.042.001.01}RejectionAndRepairReason25Choice"/> <element name="AddtlRsnInf" type="{urn:iso:std:iso:20022:tech:xsd:sese.042.001.01}Max210Text" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the addtlRsnInf property.getCd()
Gets the value of the cd property.void
setAddtlRsnInf
(String value) Sets the value of the addtlRsnInf property.void
Sets the value of the cd property.
-
Constructor Details
-
RejectionOrRepairReason25
public RejectionOrRepairReason25()
-
-
Method Details
-
getCd
Gets the value of the cd property.- Returns:
- possible object is
RejectionAndRepairReason25Choice
-
setCd
Sets the value of the cd property.- Parameters:
value
- allowed object isRejectionAndRepairReason25Choice
-
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
-