Class MarketClaimCancellationRequestStatus1Choice

java.lang.Object
org.coderic.iso20022.messages.seev.MarketClaimCancellationRequestStatus1Choice

public class MarketClaimCancellationRequestStatus1Choice extends Object

Java class for MarketClaimCancellationRequestStatus1Choice complex type.

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

 <complexType name="MarketClaimCancellationRequestStatus1Choice">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="CxlCmpltd" type="{urn:iso:std:iso:20022:tech:xsd:seev.053.001.02}CancelledStatus11Choice"/>
         <element name="Accptd" type="{urn:iso:std:iso:20022:tech:xsd:seev.053.001.02}NoSpecifiedReason1"/>
         <element name="Rjctd" type="{urn:iso:std:iso:20022:tech:xsd:seev.053.001.02}RejectedStatus38Choice"/>
         <element name="PdgCxl" type="{urn:iso:std:iso:20022:tech:xsd:seev.053.001.02}PendingCancellationStatus11Choice"/>
         <element name="PrtrySts" type="{urn:iso:std:iso:20022:tech:xsd:seev.053.001.02}ProprietaryStatusAndReason6"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>