Class Document
java.lang.Object
net.finmath.smartcontract.product.xml.Document
- Direct Known Subclasses:
DataDocument
,Message
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 Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the actualBuild property.Gets the value of the expectedBuild property.Gets the value of the fpmlVersion property.void
setActualBuild
(BigInteger value) Sets the value of the actualBuild property.void
setExpectedBuild
(BigInteger value) Sets the value of the expectedBuild property.void
setFpmlVersion
(String value) Sets the value of the fpmlVersion property.
-
Field Details
-
fpmlVersion
-
expectedBuild
-
actualBuild
-
-
Constructor Details
-
Document
public Document()
-
-
Method Details
-
getFpmlVersion
-
setFpmlVersion
-
getExpectedBuild
Gets the value of the expectedBuild property.- Returns:
- possible object is
BigInteger
-
setExpectedBuild
Sets the value of the expectedBuild property.- Parameters:
value
- allowed object isBigInteger
-
getActualBuild
Gets the value of the actualBuild property.- Returns:
- possible object is
BigInteger
-
setActualBuild
Sets the value of the actualBuild property.- Parameters:
value
- allowed object isBigInteger
-