Class FxTargetBarrier

java.lang.Object
net.finmath.smartcontract.product.xml.FxComplexBarrierBase
net.finmath.smartcontract.product.xml.FxTargetBarrier

public class FxTargetBarrier extends FxComplexBarrierBase

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 Details

  • Constructor Details

    • FxTargetBarrier

      public FxTargetBarrier()
  • Method Details

    • getRebate

      public FxTargetRebate getRebate()
      Gets the value of the rebate property.
      Returns:
      possible object is FxTargetRebate
    • setRebate

      public void setRebate(FxTargetRebate value)
      Sets the value of the rebate property.
      Parameters:
      value - allowed object is FxTargetRebate