Class Party9Choice

java.lang.Object
org.coderic.iso20022.messages.tsmt.Party9Choice

public class Party9Choice extends Object

Java class for Party9Choice complex type.

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

 <complexType name="Party9Choice">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="OrgId" type="{urn:iso:std:iso:20022:tech:xsd:tsmt.055.001.01}PartyIdentification42"/>
         <element name="FIId" type="{urn:iso:std:iso:20022:tech:xsd:tsmt.055.001.01}BranchAndFinancialInstitutionIdentification5"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>