Class CommodityNotionalQuantitySchedule
Java class for CommodityNotionalQuantitySchedule complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CommodityNotionalQuantitySchedule"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <choice> <element name="notionalStep" type="{http://www.fpml.org/FpML-5/confirmation}CommodityNotionalQuantity" maxOccurs="unbounded"/> <element name="settlementPeriodsNotionalQuantitySchedule" type="{http://www.fpml.org/FpML-5/confirmation}CommoditySettlementPeriodsNotionalQuantitySchedule" maxOccurs="unbounded"/> </choice> <group ref="{http://www.fpml.org/FpML-5/confirmation}CommodityCalculationPeriodsPointer.model"/> </sequence> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" /> </restriction> </complexContent> </complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected CalculationPeriodsDatesReference
protected CalculationPeriodsReference
protected CalculationPeriodsScheduleReference
protected String
protected List
<CommodityNotionalQuantity> -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the calculationPeriodsDatesReference property.Gets the value of the calculationPeriodsReference property.Gets the value of the calculationPeriodsScheduleReference property.getId()
Gets the value of the id property.Gets the value of the notionalStep property.Gets the value of the settlementPeriodsNotionalQuantitySchedule property.void
Sets the value of the calculationPeriodsDatesReference property.void
Sets the value of the calculationPeriodsReference property.void
Sets the value of the calculationPeriodsScheduleReference property.void
Sets the value of the id property.
-
Field Details
-
notionalStep
-
settlementPeriodsNotionalQuantitySchedule
protected List<CommoditySettlementPeriodsNotionalQuantitySchedule> settlementPeriodsNotionalQuantitySchedule -
calculationPeriodsReference
-
calculationPeriodsScheduleReference
-
calculationPeriodsDatesReference
-
id
-
-
Constructor Details
-
CommodityNotionalQuantitySchedule
public CommodityNotionalQuantitySchedule()
-
-
Method Details
-
getNotionalStep
Gets the value of the notionalStep property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
set
method for the notionalStep property.For example, to add a new item, do as follows:
getNotionalStep().add(newItem);
Objects of the following type(s) are allowed in the list
CommodityNotionalQuantity
-
getSettlementPeriodsNotionalQuantitySchedule
public List<CommoditySettlementPeriodsNotionalQuantitySchedule> getSettlementPeriodsNotionalQuantitySchedule()Gets the value of the settlementPeriodsNotionalQuantitySchedule property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
set
method for the settlementPeriodsNotionalQuantitySchedule property.For example, to add a new item, do as follows:
getSettlementPeriodsNotionalQuantitySchedule().add(newItem);
Objects of the following type(s) are allowed in the list
CommoditySettlementPeriodsNotionalQuantitySchedule
-
getCalculationPeriodsReference
Gets the value of the calculationPeriodsReference property.- Returns:
- possible object is
CalculationPeriodsReference
-
setCalculationPeriodsReference
Sets the value of the calculationPeriodsReference property.- Parameters:
value
- allowed object isCalculationPeriodsReference
-
getCalculationPeriodsScheduleReference
Gets the value of the calculationPeriodsScheduleReference property.- Returns:
- possible object is
CalculationPeriodsScheduleReference
-
setCalculationPeriodsScheduleReference
Sets the value of the calculationPeriodsScheduleReference property.- Parameters:
value
- allowed object isCalculationPeriodsScheduleReference
-
getCalculationPeriodsDatesReference
Gets the value of the calculationPeriodsDatesReference property.- Returns:
- possible object is
CalculationPeriodsDatesReference
-
setCalculationPeriodsDatesReference
Sets the value of the calculationPeriodsDatesReference property.- Parameters:
value
- allowed object isCalculationPeriodsDatesReference
-
getId
-
setId
-