Class OptionFeature
java.lang.Object
net.finmath.smartcontract.product.xml.OptionFeature
A type for defining option features.
Java class for OptionFeature complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OptionFeature"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <group ref="{http://www.fpml.org/FpML-5/confirmation}OptionBaseFeature.model"/> <group ref="{http://www.fpml.org/FpML-5/confirmation}OptionFeature.model"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Asian
protected Barrier
protected FxFeature
protected Knock
protected PassThrough
protected StrategyFeature
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAsian()
Gets the value of the asian property.Gets the value of the barrier property.Gets the value of the fxFeature property.getKnock()
Gets the value of the knock property.Gets the value of the passThrough property.Gets the value of the strategyFeature property.void
Sets the value of the asian property.void
setBarrier(Barrier value)
Sets the value of the barrier property.void
setFxFeature(FxFeature value)
Sets the value of the fxFeature property.void
Sets the value of the knock property.void
setPassThrough(PassThrough value)
Sets the value of the passThrough property.void
setStrategyFeature(StrategyFeature value)
Sets the value of the strategyFeature property.
-
Field Details
-
fxFeature
-
strategyFeature
-
asian
-
barrier
-
knock
-
passThrough
-
-
Constructor Details
-
OptionFeature
public OptionFeature()
-
-
Method Details
-
getFxFeature
Gets the value of the fxFeature property.- Returns:
- possible object is
FxFeature
-
setFxFeature
Sets the value of the fxFeature property.- Parameters:
value
- allowed object isFxFeature
-
getStrategyFeature
Gets the value of the strategyFeature property.- Returns:
- possible object is
StrategyFeature
-
setStrategyFeature
Sets the value of the strategyFeature property.- Parameters:
value
- allowed object isStrategyFeature
-
getAsian
Gets the value of the asian property.- Returns:
- possible object is
Asian
-
setAsian
Sets the value of the asian property.- Parameters:
value
- allowed object isAsian
-
getBarrier
Gets the value of the barrier property.- Returns:
- possible object is
Barrier
-
setBarrier
Sets the value of the barrier property.- Parameters:
value
- allowed object isBarrier
-
getKnock
Gets the value of the knock property.- Returns:
- possible object is
Knock
-
setKnock
Sets the value of the knock property.- Parameters:
value
- allowed object isKnock
-
getPassThrough
Gets the value of the passThrough property.- Returns:
- possible object is
PassThrough
-
setPassThrough
Sets the value of the passThrough property.- Parameters:
value
- allowed object isPassThrough
-