Class Document

java.lang.Object
net.finmath.smartcontract.product.xml.Document
Direct Known Subclasses:
DataDocument, Message

public abstract class Document extends Object
The abstract base type from which all FpML compliant messages and documents must be derived.

Java class for Document complex type.

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

 <complexType name="Document">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attGroup ref="{http://www.fpml.org/FpML-5/confirmation}VersionAttributes.atts"/>
     </restriction>
   </complexContent>
 </complexType>