Class ResponseMessage

java.lang.Object
Direct Known Subclasses:
Acknowledgement, AllocationApproved, AllocationRefused, ClearingEligibility, CollateralAllocationAccepted, ConfirmationAgreed, ConfirmationDisputed, ConfirmationStatus, ConsentGranted, ConsentRefused, EventRequestAcknowledgement, EventStatusResponse

public abstract class ResponseMessage extends Message
A type refining the generic message content model to make it specific to response messages.

Java class for ResponseMessage complex type.

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

 <complexType name="ResponseMessage">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}Message">
       <sequence>
         <element name="header" type="{http://www.fpml.org/FpML-5/confirmation}ResponseMessageHeader"/>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}Validation.model"/>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}CorrelationAndOptionalSequence.model"/>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}OnBehalfOf.model" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>