Class CoalDelivery
java.lang.Object
net.finmath.smartcontract.product.xml.CoalDelivery
The physical delivery conditions for coal.
Java class for CoalDelivery complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CoalDelivery"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <choice> <element name="deliveryPoint" type="{http://www.fpml.org/FpML-5/confirmation}CoalDeliveryPoint"/> <element name="deliveryAtSource" type="{http://www.w3.org/2001/XMLSchema}boolean"/> </choice> <group ref="{http://www.fpml.org/FpML-5/confirmation}CommodityUSCoalDelivery.model" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Boolean
protected CoalDeliveryPoint
protected Boolean
protected CommodityDeliveryRisk
protected CoalTransportationEquipment
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the deliveryPoint property.getRisk()
Gets the value of the risk property.Gets the value of the transportationEquipment property.Gets the value of the deliveryAtSource property.Gets the value of the quantityVariationAdjustment property.void
setDeliveryAtSource
(Boolean value) Sets the value of the deliveryAtSource property.void
Sets the value of the deliveryPoint property.void
Sets the value of the quantityVariationAdjustment property.void
setRisk
(CommodityDeliveryRisk value) Sets the value of the risk property.void
Sets the value of the transportationEquipment property.
-
Field Details
-
deliveryPoint
-
deliveryAtSource
-
quantityVariationAdjustment
-
transportationEquipment
-
risk
-
-
Constructor Details
-
CoalDelivery
public CoalDelivery()
-
-
Method Details
-
getDeliveryPoint
Gets the value of the deliveryPoint property.- Returns:
- possible object is
CoalDeliveryPoint
-
setDeliveryPoint
Sets the value of the deliveryPoint property.- Parameters:
value
- allowed object isCoalDeliveryPoint
-
isDeliveryAtSource
-
setDeliveryAtSource
-
isQuantityVariationAdjustment
-
setQuantityVariationAdjustment
-
getTransportationEquipment
Gets the value of the transportationEquipment property.- Returns:
- possible object is
CoalTransportationEquipment
-
setTransportationEquipment
Sets the value of the transportationEquipment property.- Parameters:
value
- allowed object isCoalTransportationEquipment
-
getRisk
Gets the value of the risk property.- Returns:
- possible object is
CommodityDeliveryRisk
-
setRisk
Sets the value of the risk property.- Parameters:
value
- allowed object isCommodityDeliveryRisk
-