Class Message
java.lang.Object
net.finmath.smartcontract.product.xml.Document
net.finmath.smartcontract.product.xml.Message
- Direct Known Subclasses:
Exception
,NotificationMessage
,RequestMessage
,ResponseMessage
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>
-
Field Summary
Fields inherited from class net.finmath.smartcontract.product.xml.Document
actualBuild, expectedBuild, fpmlVersion
-
Constructor Summary
-
Method Summary
Methods inherited from class net.finmath.smartcontract.product.xml.Document
getActualBuild, getExpectedBuild, getFpmlVersion, setActualBuild, setExpectedBuild, setFpmlVersion
-
Constructor Details
-
Message
public Message()
-