Class PersonOrOrganisation4Choice

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

public class PersonOrOrganisation4Choice extends Object

Java class for PersonOrOrganisation4Choice complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="PersonOrOrganisation4Choice">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="LEI" type="{urn:iso:std:iso:20022:tech:xsd:auth.113.001.01}LEIIdentifier"/>
         <element name="Prsn" type="{urn:iso:std:iso:20022:tech:xsd:auth.113.001.01}GenericPersonIdentification1"/>
         <element name="XcptnId" type="{urn:iso:std:iso:20022:tech:xsd:auth.113.001.01}PartyExceptionType1Code"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>