Class PartyIdentification120Choice

java.lang.Object
org.coderic.iso20022.messages.colr.PartyIdentification120Choice

public class PartyIdentification120Choice extends Object

Java class for PartyIdentification120Choice complex type.

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

 <complexType name="PartyIdentification120Choice">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="AnyBIC" type="{urn:iso:std:iso:20022:tech:xsd:colr.024.001.01}AnyBICDec2014Identifier"/>
         <element name="PrtryId" type="{urn:iso:std:iso:20022:tech:xsd:colr.024.001.01}GenericIdentification36"/>
         <element name="NmAndAdr" type="{urn:iso:std:iso:20022:tech:xsd:colr.024.001.01}NameAndAddress5"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • PartyIdentification120Choice

      public PartyIdentification120Choice()
  • Method Details