Class PartyIdentificationAndAccount31

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

public class PartyIdentificationAndAccount31 extends Object

Java class for PartyIdentificationAndAccount31 complex type.

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

 <complexType name="PartyIdentificationAndAccount31">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Id" type="{urn:iso:std:iso:20022:tech:xsd:secl.010.001.03}PartyIdentification33Choice"/>
         <element name="AltrnId" type="{urn:iso:std:iso:20022:tech:xsd:secl.010.001.03}AlternatePartyIdentification4" minOccurs="0"/>
         <element name="AddtlInf" type="{urn:iso:std:iso:20022:tech:xsd:secl.010.001.03}PartyTextInformation1" minOccurs="0"/>
         <element name="ClrAcct" type="{urn:iso:std:iso:20022:tech:xsd:secl.010.001.03}SecuritiesAccount18" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>