Class CollateralAllocationAccepted
java.lang.Object
net.finmath.smartcontract.product.xml.Document
net.finmath.smartcontract.product.xml.Message
net.finmath.smartcontract.product.xml.ResponseMessage
net.finmath.smartcontract.product.xml.CollateralAllocationAccepted
Java class for CollateralAllocationAccepted complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CollateralAllocationAccepted">
<complexContent>
<extension base="{http://www.fpml.org/FpML-5/confirmation}ResponseMessage">
</extension>
</complexContent>
</complexType>
-
Field Summary
Fields inherited from class net.finmath.smartcontract.product.xml.ResponseMessage
correlationId, header, onBehalfOf, parentCorrelationId, sequenceNumber, validationFields inherited from class net.finmath.smartcontract.product.xml.Document
actualBuild, expectedBuild, fpmlVersion -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.finmath.smartcontract.product.xml.ResponseMessage
getCorrelationId, getHeader, getOnBehalfOf, getParentCorrelationId, getSequenceNumber, getValidation, setCorrelationId, setHeader, setOnBehalfOf, setParentCorrelationId, setSequenceNumberMethods inherited from class net.finmath.smartcontract.product.xml.Document
getActualBuild, getExpectedBuild, getFpmlVersion, setActualBuild, setExpectedBuild, setFpmlVersion
-
Constructor Details
-
CollateralAllocationAccepted
public CollateralAllocationAccepted()
-