Class PartyIdentificationAndAccount102

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

public class PartyIdentificationAndAccount102 extends Object

Java class for PartyIdentificationAndAccount102 complex type.

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

 <complexType name="PartyIdentificationAndAccount102">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="PtyId" type="{urn:iso:std:iso:20022:tech:xsd:secl.010.001.03}PartyIdentification33Choice"/>
         <element name="AcctId" type="{urn:iso:std:iso:20022:tech:xsd:secl.010.001.03}Max35Text" minOccurs="0"/>
         <element name="PrcgId" type="{urn:iso:std:iso:20022:tech:xsd:secl.010.001.03}Max35Text" minOccurs="0"/>
         <element name="PrcgDt" type="{urn:iso:std:iso:20022:tech:xsd:secl.010.001.03}DateAndDateTimeChoice" minOccurs="0"/>
         <element name="SubAcct" type="{urn:iso:std:iso:20022:tech:xsd:secl.010.001.03}SubAccount4" minOccurs="0"/>
         <element name="CtctPrsn" type="{urn:iso:std:iso:20022:tech:xsd:secl.010.001.03}ContactIdentification2" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>