Class StatusReason1Choice

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

public class StatusReason1Choice extends Object

Java class for StatusReason1Choice complex type.

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

 <complexType name="StatusReason1Choice">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <choice>
           <element name="Cd" type="{urn:swift:xsd:$pain.002.002.02}TransactionRejectReason2Code"/>
           <element name="Prtry" type="{urn:swift:xsd:$pain.002.002.02}RestrictedProprietaryReasonSEPA"/>
         </choice>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>