Class UnitQuantityRef
java.lang.Object
net.finmath.smartcontract.product.xml.UnitQuantity
net.finmath.smartcontract.product.xml.UnitQuantityRef
A type defining a quantity and unit with a reference.
Java class for UnitQuantityRef complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UnitQuantityRef"> <complexContent> <extension base="{http://www.fpml.org/FpML-5/confirmation}UnitQuantity"> <sequence> <element name="quantityReference" type="{http://www.fpml.org/FpML-5/confirmation}NotionalReference" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
Field Summary
Fields inherited from class net.finmath.smartcontract.product.xml.UnitQuantity
id, quantity, quantityUnit
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the quantityReference property.void
Sets the value of the quantityReference property.Methods inherited from class net.finmath.smartcontract.product.xml.UnitQuantity
getId, getQuantity, getQuantityUnit, setId, setQuantity, setQuantityUnit
-
Field Details
-
quantityReference
-
-
Constructor Details
-
UnitQuantityRef
public UnitQuantityRef()
-
-
Method Details
-
getQuantityReference
Gets the value of the quantityReference property.- Returns:
- possible object is
NotionalReference
-
setQuantityReference
Sets the value of the quantityReference property.- Parameters:
value
- allowed object isNotionalReference
-