Class FxTargetBarrier
java.lang.Object
net.finmath.smartcontract.product.xml.FxComplexBarrierBase
net.finmath.smartcontract.product.xml.FxTargetBarrier
Java class for FxTargetBarrier complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FxTargetBarrier"> <complexContent> <extension base="{http://www.fpml.org/FpML-5/confirmation}FxComplexBarrierBase"> <sequence> <element name="rebate" type="{http://www.fpml.org/FpML-5/confirmation}FxTargetRebate" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
Field Summary
Fields inherited from class net.finmath.smartcontract.product.xml.FxComplexBarrierBase
barrierType, condition, id, observationEndDate, observationEndTime, observationStartDate, observationStartTime, scope, style, triggerRate
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the rebate property.void
setRebate
(FxTargetRebate value) Sets the value of the rebate property.Methods inherited from class net.finmath.smartcontract.product.xml.FxComplexBarrierBase
getBarrierType, getCondition, getId, getObservationEndDate, getObservationEndTime, getObservationStartDate, getObservationStartTime, getScope, getStyle, getTriggerRate, setBarrierType, setCondition, setId, setObservationEndDate, setObservationEndTime, setObservationStartDate, setObservationStartTime, setScope, setStyle, setTriggerRate
-
Field Details
-
rebate
-
-
Constructor Details
-
FxTargetBarrier
public FxTargetBarrier()
-
-
Method Details
-
getRebate
Gets the value of the rebate property.- Returns:
- possible object is
FxTargetRebate
-
setRebate
Sets the value of the rebate property.- Parameters:
value
- allowed object isFxTargetRebate
-