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>
 
  • Field Details

    • fpmlVersion

      protected String fpmlVersion
    • expectedBuild

      protected BigInteger expectedBuild
    • actualBuild

      protected BigInteger actualBuild
  • Constructor Details

    • Document

      public Document()
  • Method Details

    • getFpmlVersion

      public String getFpmlVersion()
      Gets the value of the fpmlVersion property.
      Returns:
      possible object is String
    • setFpmlVersion

      public void setFpmlVersion(String value)
      Sets the value of the fpmlVersion property.
      Parameters:
      value - allowed object is String
    • getExpectedBuild

      public BigInteger getExpectedBuild()
      Gets the value of the expectedBuild property.
      Returns:
      possible object is BigInteger
    • setExpectedBuild

      public void setExpectedBuild(BigInteger value)
      Sets the value of the expectedBuild property.
      Parameters:
      value - allowed object is BigInteger
    • getActualBuild

      public BigInteger getActualBuild()
      Gets the value of the actualBuild property.
      Returns:
      possible object is BigInteger
    • setActualBuild

      public void setActualBuild(BigInteger value)
      Sets the value of the actualBuild property.
      Parameters:
      value - allowed object is BigInteger