Class GasDelivery
java.lang.Object
net.finmath.smartcontract.product.xml.GasDelivery
The specification of the gas to be delivered.
Java class for GasDelivery complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GasDelivery"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <group ref="{http://www.fpml.org/FpML-5/confirmation}CommodityDeliveryPoints.model"/> <element name="deliveryType" type="{http://www.fpml.org/FpML-5/confirmation}DeliveryTypeEnum"/> <element name="interconnectionPoint" type="{http://www.fpml.org/FpML-5/confirmation}InterconnectionPoint" minOccurs="0"/> <sequence minOccurs="0"> <element name="buyerHub" type="{http://www.fpml.org/FpML-5/confirmation}CommodityHub"/> <element name="sellerHub" type="{http://www.fpml.org/FpML-5/confirmation}CommodityHub"/> </sequence> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected CommodityHub
protected GasDeliveryPoint
protected DeliveryTypeEnum
protected CommodityDeliveryPoint
protected InterconnectionPoint
protected CommodityHub
protected CommodityDeliveryPoint
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the buyerHub property.Gets the value of the deliveryPoint property.Gets the value of the deliveryType property.Gets the value of the entryPoint property.Gets the value of the interconnectionPoint property.Gets the value of the sellerHub property.Gets the value of the withdrawalPoint property.void
setBuyerHub
(CommodityHub value) Sets the value of the buyerHub property.void
setDeliveryPoint
(GasDeliveryPoint value) Sets the value of the deliveryPoint property.void
setDeliveryType
(DeliveryTypeEnum value) Sets the value of the deliveryType property.void
Sets the value of the entryPoint property.void
Sets the value of the interconnectionPoint property.void
setSellerHub
(CommodityHub value) Sets the value of the sellerHub property.void
Sets the value of the withdrawalPoint property.
-
Field Details
-
deliveryPoint
-
entryPoint
-
withdrawalPoint
-
deliveryType
-
interconnectionPoint
-
buyerHub
-
sellerHub
-
-
Constructor Details
-
GasDelivery
public GasDelivery()
-
-
Method Details
-
getDeliveryPoint
Gets the value of the deliveryPoint property.- Returns:
- possible object is
GasDeliveryPoint
-
setDeliveryPoint
Sets the value of the deliveryPoint property.- Parameters:
value
- allowed object isGasDeliveryPoint
-
getEntryPoint
Gets the value of the entryPoint property.- Returns:
- possible object is
CommodityDeliveryPoint
-
setEntryPoint
Sets the value of the entryPoint property.- Parameters:
value
- allowed object isCommodityDeliveryPoint
-
getWithdrawalPoint
Gets the value of the withdrawalPoint property.- Returns:
- possible object is
CommodityDeliveryPoint
-
setWithdrawalPoint
Sets the value of the withdrawalPoint property.- Parameters:
value
- allowed object isCommodityDeliveryPoint
-
getDeliveryType
Gets the value of the deliveryType property.- Returns:
- possible object is
DeliveryTypeEnum
-
setDeliveryType
Sets the value of the deliveryType property.- Parameters:
value
- allowed object isDeliveryTypeEnum
-
getInterconnectionPoint
Gets the value of the interconnectionPoint property.- Returns:
- possible object is
InterconnectionPoint
-
setInterconnectionPoint
Sets the value of the interconnectionPoint property.- Parameters:
value
- allowed object isInterconnectionPoint
-
getBuyerHub
Gets the value of the buyerHub property.- Returns:
- possible object is
CommodityHub
-
setBuyerHub
Sets the value of the buyerHub property.- Parameters:
value
- allowed object isCommodityHub
-
getSellerHub
Gets the value of the sellerHub property.- Returns:
- possible object is
CommodityHub
-
setSellerHub
Sets the value of the sellerHub property.- Parameters:
value
- allowed object isCommodityHub
-