Class ExecutingParty2Choice
java.lang.Object
org.coderic.iso20022.messages.auth.ExecutingParty2Choice
Java class for ExecutingParty2Choice complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ExecutingParty2Choice"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice> <element name="Prsn" type="{urn:iso:std:iso:20022:tech:xsd:auth.113.001.01}GenericPersonIdentification1"/> <element name="Algo" type="{urn:iso:std:iso:20022:tech:xsd:auth.113.001.01}Max50Text"/> <element name="Clnt" type="{urn:iso:std:iso:20022:tech:xsd:auth.113.001.01}NoReasonCode"/> </choice> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetAlgo()
Gets the value of the algo property.getClnt()
Gets the value of the clnt property.getPrsn()
Gets the value of the prsn property.void
Sets the value of the algo property.void
setClnt
(NoReasonCode value) Sets the value of the clnt property.void
Sets the value of the prsn property.
-
Constructor Details
-
ExecutingParty2Choice
public ExecutingParty2Choice()
-
-
Method Details
-
getPrsn
Gets the value of the prsn property.- Returns:
- possible object is
GenericPersonIdentification1
-
setPrsn
Sets the value of the prsn property.- Parameters:
value
- allowed object isGenericPersonIdentification1
-
getAlgo
Gets the value of the algo property.- Returns:
- possible object is
String
-
setAlgo
Sets the value of the algo property.- Parameters:
value
- allowed object isString
-
getClnt
Gets the value of the clnt property.- Returns:
- possible object is
NoReasonCode
-
setClnt
Sets the value of the clnt property.- Parameters:
value
- allowed object isNoReasonCode
-