Class FxTargetRegionLowerBound
java.lang.Object
net.finmath.smartcontract.product.xml.FxTargetRegionLowerBound
Java class for FxTargetRegionLowerBound complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FxTargetRegionLowerBound"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="condition" type="{http://www.fpml.org/FpML-5/confirmation}FxRegionLowerBoundDirectionEnum"/> <group ref="{http://www.fpml.org/FpML-5/confirmation}FxTargetConditionLevel.model"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected FxComplexBarrierBaseReference
protected FxRegionLowerBoundDirectionEnum
protected FxLevel
protected FxLevelReference
protected FxPivotReference
protected FxStrikeReference
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the barrierReference property.Gets the value of the condition property.getLevel()
Gets the value of the level property.Gets the value of the levelReference property.Gets the value of the pivotReference property.Gets the value of the strikeReference property.void
Sets the value of the barrierReference property.void
Sets the value of the condition property.void
Sets the value of the level property.void
Sets the value of the levelReference property.void
Sets the value of the pivotReference property.void
Sets the value of the strikeReference property.
-
Field Details
-
condition
-
level
-
strikeReference
-
pivotReference
-
barrierReference
-
levelReference
-
-
Constructor Details
-
FxTargetRegionLowerBound
public FxTargetRegionLowerBound()
-
-
Method Details
-
getCondition
Gets the value of the condition property.- Returns:
- possible object is
FxRegionLowerBoundDirectionEnum
-
setCondition
Sets the value of the condition property.- Parameters:
value
- allowed object isFxRegionLowerBoundDirectionEnum
-
getLevel
-
setLevel
-
getStrikeReference
Gets the value of the strikeReference property.- Returns:
- possible object is
FxStrikeReference
-
setStrikeReference
Sets the value of the strikeReference property.- Parameters:
value
- allowed object isFxStrikeReference
-
getPivotReference
Gets the value of the pivotReference property.- Returns:
- possible object is
FxPivotReference
-
setPivotReference
Sets the value of the pivotReference property.- Parameters:
value
- allowed object isFxPivotReference
-
getBarrierReference
Gets the value of the barrierReference property.- Returns:
- possible object is
FxComplexBarrierBaseReference
-
setBarrierReference
Sets the value of the barrierReference property.- Parameters:
value
- allowed object isFxComplexBarrierBaseReference
-
getLevelReference
Gets the value of the levelReference property.- Returns:
- possible object is
FxLevelReference
-
setLevelReference
Sets the value of the levelReference property.- Parameters:
value
- allowed object isFxLevelReference
-