Class PartyIdentification33Choice

java.lang.Object
org.coderic.iso20022.messages.secl.PartyIdentification33Choice

public class PartyIdentification33Choice extends Object

Java class for PartyIdentification33Choice complex type.

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

 <complexType name="PartyIdentification33Choice">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="AnyBIC" type="{urn:iso:std:iso:20022:tech:xsd:secl.010.001.03}AnyBICIdentifier"/>
         <element name="PrtryId" type="{urn:iso:std:iso:20022:tech:xsd:secl.010.001.03}GenericIdentification29"/>
         <element name="NmAndAdr" type="{urn:iso:std:iso:20022:tech:xsd:secl.010.001.03}NameAndAddress6"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • PartyIdentification33Choice

      public PartyIdentification33Choice()
  • Method Details