Class PartySCTChoice

java.lang.Object
org.kapott.hbci.sepa.jaxb.pain_001_002_02.PartySCTChoice

public class PartySCTChoice extends Object

Java class for PartySCTChoice complex type.

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

 <complexType name="PartySCTChoice">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <choice>
           <element name="OrgId" type="{urn:swift:xsd:$pain.001.002.02}OrganisationIdentificationSCTChoice"/>
           <element name="PrvtId" type="{urn:swift:xsd:$pain.001.002.02}PersonIdentification3"/>
         </choice>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>