Class NotificationMessageHeader

java.lang.Object
net.finmath.smartcontract.product.xml.MessageHeader
net.finmath.smartcontract.product.xml.NotificationMessageHeader

public class NotificationMessageHeader extends MessageHeader
A type that refines the generic message header to match the requirements of a NotificationMessage.

Java class for NotificationMessageHeader complex type.

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

 <complexType name="NotificationMessageHeader">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}MessageHeader">
       <sequence>
         <element name="inReplyTo" type="{http://www.fpml.org/FpML-5/confirmation}MessageId" minOccurs="0"/>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}MessageHeader.model"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>