Class FxTargetRebate
java.lang.Object
net.finmath.smartcontract.product.xml.FxTargetRebate
A rebate can be expressed as a payment amount or as amount of outstanding
gain.
Java class for FxTargetRebate complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FxTargetRebate"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice> <element name="payment" type="{http://www.fpml.org/FpML-5/confirmation}SimplePayment"/> <element name="outstandingGain" type="{http://www.fpml.org/FpML-5/confirmation}FxOutstandingGain"/> </choice> </restriction> </complexContent> </complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the outstandingGain property.Gets the value of the payment property.void
Sets the value of the outstandingGain property.void
setPayment
(SimplePayment value) Sets the value of the payment property.
-
Field Details
-
payment
-
outstandingGain
-
-
Constructor Details
-
FxTargetRebate
public FxTargetRebate()
-
-
Method Details
-
getPayment
Gets the value of the payment property.- Returns:
- possible object is
SimplePayment
-
setPayment
Sets the value of the payment property.- Parameters:
value
- allowed object isSimplePayment
-
getOutstandingGain
Gets the value of the outstandingGain property.- Returns:
- possible object is
FxOutstandingGain
-
setOutstandingGain
Sets the value of the outstandingGain property.- Parameters:
value
- allowed object isFxOutstandingGain
-