Class NonCorrectableRequestMessage

java.lang.Object
Direct Known Subclasses:
AccrualOptionChangeNotificationRetracted, AccruingFeeChangeNotificationRetracted, AccruingFeePaymentNotificationRetracted, AccruingPikPaymentNotificationRetracted, ConfirmationRetracted, CreditEventNotificationRetracted, ExecutionAdviceRetracted, ExecutionRetracted, FacilityNotificationRetracted, FacilityRateChangeNotificationRetracted, LcNotificationRetracted, LoanContractNotificationRetracted, NonRecurringFeePaymentNotificationRetracted, PrepaymentNotificationRetracted, RequestAllocationRetracted, RequestClearingRetracted, RequestConsentRetracted, RequestEventStatus, RequestExecutionRetracted, RequestRetransmission, RequestTradeReferenceInformationUpdateRetracted, RolloverNotificationRetracted, TradeChangeAdviceRetracted, VerificationStatusNotification

public class NonCorrectableRequestMessage extends RequestMessage
A type defining the content model for a request message that cannot be subsequently corrected or retracted.

Java class for NonCorrectableRequestMessage complex type.

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

 <complexType name="NonCorrectableRequestMessage">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}RequestMessage">
       <sequence>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}CorrelationAndSequence.model" minOccurs="0"/>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}OnBehalfOf.model" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>