Class CommodityMultipleExercise
java.lang.Object
net.finmath.smartcontract.product.xml.CommodityMultipleExercise
A type for defining the multiple exercise provisions of an American style
commodity option.
Java class for CommodityMultipleExercise complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CommodityMultipleExercise"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="integralMultipleQuantity" type="{http://www.fpml.org/FpML-5/confirmation}CommodityNotionalQuantity" minOccurs="0"/> <element name="minimumNotionalQuantity" type="{http://www.fpml.org/FpML-5/confirmation}CommodityNotionalQuantity"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected CommodityNotionalQuantity
protected CommodityNotionalQuantity
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the integralMultipleQuantity property.Gets the value of the minimumNotionalQuantity property.void
Sets the value of the integralMultipleQuantity property.void
Sets the value of the minimumNotionalQuantity property.
-
Field Details
-
integralMultipleQuantity
-
minimumNotionalQuantity
-
-
Constructor Details
-
CommodityMultipleExercise
public CommodityMultipleExercise()
-
-
Method Details
-
getIntegralMultipleQuantity
Gets the value of the integralMultipleQuantity property.- Returns:
- possible object is
CommodityNotionalQuantity
-
setIntegralMultipleQuantity
Sets the value of the integralMultipleQuantity property.- Parameters:
value
- allowed object isCommodityNotionalQuantity
-
getMinimumNotionalQuantity
Gets the value of the minimumNotionalQuantity property.- Returns:
- possible object is
CommodityNotionalQuantity
-
setMinimumNotionalQuantity
Sets the value of the minimumNotionalQuantity property.- Parameters:
value
- allowed object isCommodityNotionalQuantity
-