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 CommodityDeliveryPointMetalDelivery.deliveryLocationprotected CommodityDeliveryPointOilTransferDelivery.deliveryLocationprotected CommodityDeliveryPointElectricityDelivery.deliveryZoneprotected CommodityDeliveryPointGasDelivery.entryPointprotected CommodityDeliveryPointOilPipelineDelivery.entryPointprotected CommodityDeliveryPointElectricityDeliveryUnitFirm.generationAssetprotected CommodityDeliveryPointElectricityDeliverySystemFirm.systemprotected CommodityDeliveryPointGasDelivery.withdrawalPointprotected CommodityDeliveryPointOilPipelineDelivery.withdrawalPointMethods in net.finmath.smartcontract.product.xml that return CommodityDeliveryPointModifier and TypeMethodDescriptionObjectFactory.createCommodityDeliveryPoint()Create an instance ofCommodityDeliveryPointMetalDelivery.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 TypeMethodDescriptionvoidMetalDelivery.setDeliveryLocation(CommodityDeliveryPoint value) Sets the value of the deliveryLocation property.voidOilTransferDelivery.setDeliveryLocation(CommodityDeliveryPoint value) Sets the value of the deliveryLocation property.voidElectricityDelivery.setDeliveryZone(CommodityDeliveryPoint value) Sets the value of the deliveryZone property.voidGasDelivery.setEntryPoint(CommodityDeliveryPoint value) Sets the value of the entryPoint property.voidOilPipelineDelivery.setEntryPoint(CommodityDeliveryPoint value) Sets the value of the entryPoint property.voidElectricityDeliveryUnitFirm.setGenerationAsset(CommodityDeliveryPoint value) Sets the value of the generationAsset property.voidElectricityDeliverySystemFirm.setSystem(CommodityDeliveryPoint value) Sets the value of the system property.voidGasDelivery.setWithdrawalPoint(CommodityDeliveryPoint value) Sets the value of the withdrawalPoint property.voidOilPipelineDelivery.setWithdrawalPoint(CommodityDeliveryPoint value) Sets the value of the withdrawalPoint property.