Class Party10Choice

java.lang.Object
org.coderic.iso20022.messages.tsrv.Party10Choice

public class Party10Choice extends Object

Java class for Party10Choice complex type.

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

 <complexType name="Party10Choice">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="OrgId" type="{urn:iso:std:iso:20022:tech:xsd:tsrv.019.001.01}OrganisationIdentification7"/>
         <element name="PrvtId" type="{urn:iso:std:iso:20022:tech:xsd:tsrv.019.001.01}PersonIdentification5"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>