Class NotificationMessage

java.lang.Object
Direct Known Subclasses:
ApprovalStatusNotification, ClearingConfirmed, ClearingRefused, ClearingStatus, ServiceNotification

public abstract class NotificationMessage extends Message
A type defining the basic content for a message sent to inform another system that some 'business event' has occured. Notifications are not expected to be replied to.

Java class for NotificationMessage complex type.

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

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