Class ProcessingStatus79Choice

java.lang.Object
org.coderic.iso20022.messages.sese.ProcessingStatus79Choice

public class ProcessingStatus79Choice extends Object

Java class for ProcessingStatus79Choice complex type.

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

 <complexType name="ProcessingStatus79Choice">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="AckdAccptd" type="{urn:iso:std:iso:20022:tech:xsd:sese.042.001.01}AcknowledgedAcceptedStatus33Choice"/>
         <element name="Rjctd" type="{urn:iso:std:iso:20022:tech:xsd:sese.042.001.01}RejectionOrRepairStatus31Choice"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>