Class PartyIdentification242Choice

java.lang.Object
org.coderic.iso20022.messages.admi.PartyIdentification242Choice

public class PartyIdentification242Choice extends Object

Java class for PartyIdentification242Choice complex type.

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

 <complexType name="PartyIdentification242Choice">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="NmAndAdr" type="{urn:iso:std:iso:20022:tech:xsd:admi.017.001.02}NameAndAddress8"/>
         <element name="AnyBIC" type="{urn:iso:std:iso:20022:tech:xsd:admi.017.001.02}PartyIdentification265"/>
         <element name="PtyId" type="{urn:iso:std:iso:20022:tech:xsd:admi.017.001.02}PartyIdentification266"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>