Class ExecutingParty2Choice

java.lang.Object
org.coderic.iso20022.messages.auth.ExecutingParty2Choice

public class ExecutingParty2Choice extends Object

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>