Class RemovalProcessing2Choice
java.lang.Object
org.coderic.iso20022.messages.reda.RemovalProcessing2Choice
Java class for RemovalProcessing2Choice complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RemovalProcessing2Choice"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice> <element name="FinInstrmId" type="{urn:iso:std:iso:20022:tech:xsd:reda.074.001.01}SecurityIdentification19"/> <element name="IndxId" type="{urn:iso:std:iso:20022:tech:xsd:reda.074.001.01}GenericIdentification37"/> <element name="IssrCtry" type="{urn:iso:std:iso:20022:tech:xsd:reda.074.001.01}CountryCode"/> </choice> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the finInstrmId property.Gets the value of the indxId property.Gets the value of the issrCtry property.void
Sets the value of the finInstrmId property.void
setIndxId
(GenericIdentification37 value) Sets the value of the indxId property.void
setIssrCtry
(String value) Sets the value of the issrCtry property.
-
Constructor Details
-
RemovalProcessing2Choice
public RemovalProcessing2Choice()
-
-
Method Details
-
getFinInstrmId
Gets the value of the finInstrmId property.- Returns:
- possible object is
SecurityIdentification19
-
setFinInstrmId
Sets the value of the finInstrmId property.- Parameters:
value
- allowed object isSecurityIdentification19
-
getIndxId
Gets the value of the indxId property.- Returns:
- possible object is
GenericIdentification37
-
setIndxId
Sets the value of the indxId property.- Parameters:
value
- allowed object isGenericIdentification37
-
getIssrCtry
Gets the value of the issrCtry property.- Returns:
- possible object is
String
-
setIssrCtry
Sets the value of the issrCtry property.- Parameters:
value
- allowed object isString
-