Class ValuationDocument
Java class for ValuationDocument complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ValuationDocument"> <complexContent> <extension base="{http://www.fpml.org/FpML-5/confirmation}DataDocument"> <sequence> <element ref="{http://www.fpml.org/FpML-5/confirmation}market" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://www.fpml.org/FpML-5/confirmation}valuationSet" maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
Field Summary
Fields inherited from class net.finmath.smartcontract.product.xml.DataDocument
account, onBehalfOf, originatingEvent, party, portfolio, trade, validation
Fields inherited from class net.finmath.smartcontract.product.xml.Document
actualBuild, expectedBuild, fpmlVersion
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the market property.Gets the value of the valuationSet property.Methods inherited from class net.finmath.smartcontract.product.xml.DataDocument
getAccount, getOnBehalfOf, getOriginatingEvent, getParty, getPortfolio, getTrade, getValidation, setOnBehalfOf, setOriginatingEvent
Methods inherited from class net.finmath.smartcontract.product.xml.Document
getActualBuild, getExpectedBuild, getFpmlVersion, setActualBuild, setExpectedBuild, setFpmlVersion
-
Field Details
-
market
-
valuationSet
-
-
Constructor Details
-
ValuationDocument
public ValuationDocument()
-
-
Method Details
-
getMarket
Gets the value of the market property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
set
method for the market property.For example, to add a new item, do as follows:
getMarket().add(newItem);
Objects of the following type(s) are allowed in the list
Market
-
getValuationSet
Gets the value of the valuationSet property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
set
method for the valuationSet property.For example, to add a new item, do as follows:
getValuationSet().add(newItem);
Objects of the following type(s) are allowed in the list
ValuationSet
-