Class GasPhysicalQuantity
Java class for GasPhysicalQuantity complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GasPhysicalQuantity"> <complexContent> <extension base="{http://www.fpml.org/FpML-5/confirmation}CommodityPhysicalQuantityBase"> <choice> <group ref="{http://www.fpml.org/FpML-5/confirmation}CommodityFixedPhysicalQuantity.model"/> <sequence> <element name="minPhysicalQuantity" type="{http://www.fpml.org/FpML-5/confirmation}CommodityNotionalQuantity" maxOccurs="unbounded"/> <element name="maxPhysicalQuantity" type="{http://www.fpml.org/FpML-5/confirmation}CommodityNotionalQuantity" maxOccurs="unbounded"/> <element name="electingParty" type="{http://www.fpml.org/FpML-5/confirmation}PartyReference" minOccurs="0"/> </sequence> </choice> </extension> </complexContent> </complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected PartyReference
protected List
<CommodityNotionalQuantity> protected List
<CommodityNotionalQuantity> protected CommodityNotionalQuantity
protected CommodityPhysicalQuantitySchedule
protected UnitQuantity
Fields inherited from class net.finmath.smartcontract.product.xml.CommodityPhysicalQuantityBase
id
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the electingParty property.Gets the value of the maxPhysicalQuantity property.Gets the value of the minPhysicalQuantity property.Gets the value of the physicalQuantity property.Gets the value of the physicalQuantitySchedule property.Gets the value of the totalPhysicalQuantity property.void
setElectingParty
(PartyReference value) Sets the value of the electingParty property.void
Sets the value of the physicalQuantity property.void
Sets the value of the physicalQuantitySchedule 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
-
minPhysicalQuantity
-
maxPhysicalQuantity
-
electingParty
-
-
Constructor Details
-
GasPhysicalQuantity
public GasPhysicalQuantity()
-
-
Method Details
-
getPhysicalQuantity
Gets the value of the physicalQuantity property.- Returns:
- possible object is
CommodityNotionalQuantity
-
setPhysicalQuantity
Sets the value of the physicalQuantity property.- Parameters:
value
- allowed object isCommodityNotionalQuantity
-
getPhysicalQuantitySchedule
Gets the value of the physicalQuantitySchedule property.- Returns:
- possible object is
CommodityPhysicalQuantitySchedule
-
setPhysicalQuantitySchedule
Sets the value of the physicalQuantitySchedule property.- Parameters:
value
- allowed object isCommodityPhysicalQuantitySchedule
-
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
-
getMinPhysicalQuantity
Gets the value of the minPhysicalQuantity 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 minPhysicalQuantity property.For example, to add a new item, do as follows:
getMinPhysicalQuantity().add(newItem);
Objects of the following type(s) are allowed in the list
CommodityNotionalQuantity
-
getMaxPhysicalQuantity
Gets the value of the maxPhysicalQuantity 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 maxPhysicalQuantity property.For example, to add a new item, do as follows:
getMaxPhysicalQuantity().add(newItem);
Objects of the following type(s) are allowed in the list
CommodityNotionalQuantity
-
getElectingParty
Gets the value of the electingParty property.- Returns:
- possible object is
PartyReference
-
setElectingParty
Sets the value of the electingParty property.- Parameters:
value
- allowed object isPartyReference
-