Class AssetValuation
Java class for AssetValuation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AssetValuation"> <complexContent> <extension base="{http://www.fpml.org/FpML-5/confirmation}Valuation"> <sequence> <element name="quote" type="{http://www.fpml.org/FpML-5/confirmation}Quotation" maxOccurs="unbounded" minOccurs="0"/> <element name="fxRate" type="{http://www.fpml.org/FpML-5/confirmation}FxRate" maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
Field Summary
Fields inherited from class net.finmath.smartcontract.product.xml.Valuation
definitionRef, id, objectReference, valuationScenarioReference
-
Constructor Summary
-
Method Summary
Methods inherited from class net.finmath.smartcontract.product.xml.Valuation
getDefinitionRef, getId, getObjectReference, getValuationScenarioReference, setDefinitionRef, setId, setObjectReference, setValuationScenarioReference
-
Field Details
-
quote
-
fxRate
-
-
Constructor Details
-
AssetValuation
public AssetValuation()
-
-
Method Details
-
getQuote
Gets the value of the quote 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 quote property.For example, to add a new item, do as follows:
getQuote().add(newItem);
Objects of the following type(s) are allowed in the list
Quotation
-
getFxRate
Gets the value of the fxRate 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 fxRate property.For example, to add a new item, do as follows:
getFxRate().add(newItem);
Objects of the following type(s) are allowed in the list
FxRate
-