Class CorrectableRequestMessage

java.lang.Object
Direct Known Subclasses:
AbstractServicingNotification, CreditEventNotification, ExecutionAdvice, ExecutionNotification, MaturityNotification, RequestAllocation, RequestClearing, RequestClearingEligibility, RequestCollateralAllocation, RequestConfirmation, RequestConsent, RequestExecution, RequestTradeReferenceInformationUpdate, SyndicatedLoanStatement, TradeChangeAdvice

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

Java class for CorrectableRequestMessage complex type.

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

 <complexType name="CorrectableRequestMessage">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}RequestMessage">
       <sequence>
         <element name="isCorrection" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <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>