Class FxTargetPhysicalSettlement
java.lang.Object
net.finmath.smartcontract.product.xml.FxTargetPhysicalSettlement
Java class for FxTargetPhysicalSettlement complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FxTargetPhysicalSettlement"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <group ref="{http://www.fpml.org/FpML-5/confirmation}FxExchangedCurrency.model"/> <element name="settlementAdjustmentStyle" type="{http://www.fpml.org/FpML-5/confirmation}FxSettlementAdjustmentMethodEnum"/> <group ref="{http://www.fpml.org/FpML-5/confirmation}StrikeOrStrikeReference.model" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected FxExchangedCurrency
protected FxExchangedCurrency
protected FxSettlementAdjustmentMethodEnum
protected FxStrike
protected FxStrikeReference
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the exchangedCurrency1 property.Gets the value of the exchangedCurrency2 property.Gets the value of the settlementAdjustmentStyle property.Gets the value of the strike property.Gets the value of the strikeReference property.void
Sets the value of the exchangedCurrency1 property.void
Sets the value of the exchangedCurrency2 property.void
Sets the value of the settlementAdjustmentStyle property.void
Sets the value of the strike property.void
Sets the value of the strikeReference property.
-
Field Details
-
exchangedCurrency1
-
exchangedCurrency2
-
settlementAdjustmentStyle
-
strike
-
strikeReference
-
-
Constructor Details
-
FxTargetPhysicalSettlement
public FxTargetPhysicalSettlement()
-
-
Method Details
-
getExchangedCurrency1
Gets the value of the exchangedCurrency1 property.- Returns:
- possible object is
FxExchangedCurrency
-
setExchangedCurrency1
Sets the value of the exchangedCurrency1 property.- Parameters:
value
- allowed object isFxExchangedCurrency
-
getExchangedCurrency2
Gets the value of the exchangedCurrency2 property.- Returns:
- possible object is
FxExchangedCurrency
-
setExchangedCurrency2
Sets the value of the exchangedCurrency2 property.- Parameters:
value
- allowed object isFxExchangedCurrency
-
getSettlementAdjustmentStyle
Gets the value of the settlementAdjustmentStyle property.- Returns:
- possible object is
FxSettlementAdjustmentMethodEnum
-
setSettlementAdjustmentStyle
Sets the value of the settlementAdjustmentStyle property.- Parameters:
value
- allowed object isFxSettlementAdjustmentMethodEnum
-
getStrike
-
setStrike
-
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
-