Class PartyIdentification178Choice

java.lang.Object
org.coderic.iso20022.messages.casp.PartyIdentification178Choice

public class PartyIdentification178Choice extends Object

Java class for PartyIdentification178Choice complex type.

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

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

    • PartyIdentification178Choice

      public PartyIdentification178Choice()
  • Method Details