Class ElectricityPhysicalQuantity
Java class for ElectricityPhysicalQuantity complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ElectricityPhysicalQuantity"> <complexContent> <extension base="{http://www.fpml.org/FpML-5/confirmation}CommodityPhysicalQuantityBase"> <sequence> <choice> <element name="physicalQuantity" type="{http://www.fpml.org/FpML-5/confirmation}ElectricityPhysicalDeliveryQuantity" maxOccurs="unbounded"/> <element name="physicalQuantitySchedule" type="{http://www.fpml.org/FpML-5/confirmation}ElectricityPhysicalDeliveryQuantitySchedule" maxOccurs="unbounded"/> </choice> <element name="totalPhysicalQuantity" type="{http://www.fpml.org/FpML-5/confirmation}UnitQuantity" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected List
<ElectricityPhysicalDeliveryQuantity> protected List
<ElectricityPhysicalDeliveryQuantitySchedule> protected UnitQuantity
Fields inherited from class net.finmath.smartcontract.product.xml.CommodityPhysicalQuantityBase
id
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the physicalQuantity property.Gets the value of the physicalQuantitySchedule property.Gets the value of the totalPhysicalQuantity property.void
Sets the value of the totalPhysicalQuantity property.Methods inherited from class net.finmath.smartcontract.product.xml.CommodityPhysicalQuantityBase
getId, setId
-
Field Details
-
physicalQuantity
-
physicalQuantitySchedule
-
totalPhysicalQuantity
-
-
Constructor Details
-
ElectricityPhysicalQuantity
public ElectricityPhysicalQuantity()
-
-
Method Details
-
getPhysicalQuantity
Gets the value of the physicalQuantity 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 physicalQuantity property.For example, to add a new item, do as follows:
getPhysicalQuantity().add(newItem);
Objects of the following type(s) are allowed in the list
ElectricityPhysicalDeliveryQuantity
-
getPhysicalQuantitySchedule
Gets the value of the physicalQuantitySchedule 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 physicalQuantitySchedule property.For example, to add a new item, do as follows:
getPhysicalQuantitySchedule().add(newItem);
Objects of the following type(s) are allowed in the list
ElectricityPhysicalDeliveryQuantitySchedule
-
getTotalPhysicalQuantity
Gets the value of the totalPhysicalQuantity property.- Returns:
- possible object is
UnitQuantity
-
setTotalPhysicalQuantity
Sets the value of the totalPhysicalQuantity property.- Parameters:
value
- allowed object isUnitQuantity
-