Class Message

java.lang.Object
net.finmath.smartcontract.product.xml.Document
net.finmath.smartcontract.product.xml.Message
Direct Known Subclasses:
Exception, NotificationMessage, RequestMessage, ResponseMessage

public abstract class Message extends Document
A type defining the basic structure of all FpML messages which is refined by its derived types.

Java class for Message complex type.

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

 <complexType name="Message">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}Document">
     </extension>
   </complexContent>
 </complexType>