Class PartySEPAChoice

java.lang.Object
org.kapott.hbci.sepa.jaxb.pain_002_002_02.PartySEPAChoice

public class PartySEPAChoice extends Object

Java class for PartySEPAChoice complex type.

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

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