Class PartyIdentification257

java.lang.Object
org.coderic.iso20022.messages.cafm.PartyIdentification257

public class PartyIdentification257 extends Object

Java class for PartyIdentification257 complex type.

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

 <complexType name="PartyIdentification257">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="FI" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}FinancialInstitution7" minOccurs="0"/>
         <element name="Cstmr" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}Customer7" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • PartyIdentification257

      public PartyIdentification257()
  • Method Details