Class GasDeliveryPeriods
java.lang.Object
net.finmath.smartcontract.product.xml.CommodityDeliveryPeriods
net.finmath.smartcontract.product.xml.GasDeliveryPeriods
The different options for specifying the Delivery Periods for a physically
settled gas trade.
Java class for GasDeliveryPeriods complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GasDeliveryPeriods"> <complexContent> <extension base="{http://www.fpml.org/FpML-5/confirmation}CommodityDeliveryPeriods"> <sequence minOccurs="0"> <element name="supplyStartTime" type="{http://www.fpml.org/FpML-5/confirmation}PrevailingTime"/> <element name="supplyEndTime" type="{http://www.fpml.org/FpML-5/confirmation}PrevailingTime"/> </sequence> </extension> </complexContent> </complexType>
-
Field Summary
Fields inherited from class net.finmath.smartcontract.product.xml.CommodityDeliveryPeriods
calculationPeriodsDatesReference, calculationPeriodsReference, calculationPeriodsScheduleReference, id, periods, periodsSchedule
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the supplyEndTime property.Gets the value of the supplyStartTime property.void
setSupplyEndTime
(PrevailingTime value) Sets the value of the supplyEndTime property.void
setSupplyStartTime
(PrevailingTime value) Sets the value of the supplyStartTime property.Methods inherited from class net.finmath.smartcontract.product.xml.CommodityDeliveryPeriods
getCalculationPeriodsDatesReference, getCalculationPeriodsReference, getCalculationPeriodsScheduleReference, getId, getPeriods, getPeriodsSchedule, setCalculationPeriodsDatesReference, setCalculationPeriodsReference, setCalculationPeriodsScheduleReference, setId, setPeriods, setPeriodsSchedule
-
Field Details
-
supplyStartTime
-
supplyEndTime
-
-
Constructor Details
-
GasDeliveryPeriods
public GasDeliveryPeriods()
-
-
Method Details
-
getSupplyStartTime
Gets the value of the supplyStartTime property.- Returns:
- possible object is
PrevailingTime
-
setSupplyStartTime
Sets the value of the supplyStartTime property.- Parameters:
value
- allowed object isPrevailingTime
-
getSupplyEndTime
Gets the value of the supplyEndTime property.- Returns:
- possible object is
PrevailingTime
-
setSupplyEndTime
Sets the value of the supplyEndTime property.- Parameters:
value
- allowed object isPrevailingTime
-