Class CommodityPhysicalQuantity
java.lang.Object
net.finmath.smartcontract.product.xml.CommodityPhysicalQuantityBase
net.finmath.smartcontract.product.xml.CommodityPhysicalQuantity
A type defining the physical quantity of the commodity to be delivered.
Java class for CommodityPhysicalQuantity complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CommodityPhysicalQuantity"> <complexContent> <extension base="{http://www.fpml.org/FpML-5/confirmation}CommodityPhysicalQuantityBase"> <sequence> <group ref="{http://www.fpml.org/FpML-5/confirmation}CommodityFixedPhysicalQuantity.model"/> </sequence> </extension> </complexContent> </complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected CommodityNotionalQuantity
protected CommodityPhysicalQuantitySchedule
protected UnitQuantity
Fields inherited from class net.finmath.smartcontract.product.xml.CommodityPhysicalQuantityBase
id
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the physicalQuantity property.Gets the value of the physicalQuantitySchedule property.Gets the value of the totalPhysicalQuantity property.void
Sets the value of the physicalQuantity property.void
Sets the value of the physicalQuantitySchedule property.void
Sets the value of the totalPhysicalQuantity property.Methods inherited from class net.finmath.smartcontract.product.xml.CommodityPhysicalQuantityBase
getId, setId
-
Field Details
-
physicalQuantity
-
physicalQuantitySchedule
-
totalPhysicalQuantity
-
-
Constructor Details
-
CommodityPhysicalQuantity
public CommodityPhysicalQuantity()
-
-
Method Details
-
getPhysicalQuantity
Gets the value of the physicalQuantity property.- Returns:
- possible object is
CommodityNotionalQuantity
-
setPhysicalQuantity
Sets the value of the physicalQuantity property.- Parameters:
value
- allowed object isCommodityNotionalQuantity
-
getPhysicalQuantitySchedule
Gets the value of the physicalQuantitySchedule property.- Returns:
- possible object is
CommodityPhysicalQuantitySchedule
-
setPhysicalQuantitySchedule
Sets the value of the physicalQuantitySchedule property.- Parameters:
value
- allowed object isCommodityPhysicalQuantitySchedule
-
getTotalPhysicalQuantity
Gets the value of the totalPhysicalQuantity property.- Returns:
- possible object is
UnitQuantity
-
setTotalPhysicalQuantity
Sets the value of the totalPhysicalQuantity property.- Parameters:
value
- allowed object isUnitQuantity
-