Uses of Class
net.finmath.smartcontract.product.xml.CommodityDeliveryPoint
Packages that use CommodityDeliveryPoint
-
Uses of CommodityDeliveryPoint in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as CommodityDeliveryPointModifier and TypeFieldDescriptionprotected CommodityDeliveryPoint
MetalDelivery.deliveryLocation
protected CommodityDeliveryPoint
OilTransferDelivery.deliveryLocation
protected CommodityDeliveryPoint
ElectricityDelivery.deliveryZone
protected CommodityDeliveryPoint
GasDelivery.entryPoint
protected CommodityDeliveryPoint
OilPipelineDelivery.entryPoint
protected CommodityDeliveryPoint
ElectricityDeliveryUnitFirm.generationAsset
protected CommodityDeliveryPoint
ElectricityDeliverySystemFirm.system
protected CommodityDeliveryPoint
GasDelivery.withdrawalPoint
protected CommodityDeliveryPoint
OilPipelineDelivery.withdrawalPoint
Methods in net.finmath.smartcontract.product.xml that return CommodityDeliveryPointModifier and TypeMethodDescriptionObjectFactory.createCommodityDeliveryPoint()
Create an instance ofCommodityDeliveryPoint
MetalDelivery.getDeliveryLocation()
Gets the value of the deliveryLocation property.OilTransferDelivery.getDeliveryLocation()
Gets the value of the deliveryLocation property.ElectricityDelivery.getDeliveryZone()
Gets the value of the deliveryZone property.GasDelivery.getEntryPoint()
Gets the value of the entryPoint property.OilPipelineDelivery.getEntryPoint()
Gets the value of the entryPoint property.ElectricityDeliveryUnitFirm.getGenerationAsset()
Gets the value of the generationAsset property.ElectricityDeliverySystemFirm.getSystem()
Gets the value of the system property.GasDelivery.getWithdrawalPoint()
Gets the value of the withdrawalPoint property.OilPipelineDelivery.getWithdrawalPoint()
Gets the value of the withdrawalPoint property.Methods in net.finmath.smartcontract.product.xml with parameters of type CommodityDeliveryPointModifier and TypeMethodDescriptionvoid
MetalDelivery.setDeliveryLocation
(CommodityDeliveryPoint value) Sets the value of the deliveryLocation property.void
OilTransferDelivery.setDeliveryLocation
(CommodityDeliveryPoint value) Sets the value of the deliveryLocation property.void
ElectricityDelivery.setDeliveryZone
(CommodityDeliveryPoint value) Sets the value of the deliveryZone property.void
GasDelivery.setEntryPoint
(CommodityDeliveryPoint value) Sets the value of the entryPoint property.void
OilPipelineDelivery.setEntryPoint
(CommodityDeliveryPoint value) Sets the value of the entryPoint property.void
ElectricityDeliveryUnitFirm.setGenerationAsset
(CommodityDeliveryPoint value) Sets the value of the generationAsset property.void
ElectricityDeliverySystemFirm.setSystem
(CommodityDeliveryPoint value) Sets the value of the system property.void
GasDelivery.setWithdrawalPoint
(CommodityDeliveryPoint value) Sets the value of the withdrawalPoint property.void
OilPipelineDelivery.setWithdrawalPoint
(CommodityDeliveryPoint value) Sets the value of the withdrawalPoint property.