Class OptionFeature

java.lang.Object
net.finmath.smartcontract.product.xml.OptionFeature

public class OptionFeature extends Object
A type for defining option features.

Java class for OptionFeature complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="OptionFeature">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}OptionBaseFeature.model"/>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}OptionFeature.model"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • OptionFeature

      public OptionFeature()
  • Method Details

    • getFxFeature

      public FxFeature getFxFeature()
      Gets the value of the fxFeature property.
      Returns:
      possible object is FxFeature
    • setFxFeature

      public void setFxFeature(FxFeature value)
      Sets the value of the fxFeature property.
      Parameters:
      value - allowed object is FxFeature
    • getStrategyFeature

      public StrategyFeature getStrategyFeature()
      Gets the value of the strategyFeature property.
      Returns:
      possible object is StrategyFeature
    • setStrategyFeature

      public void setStrategyFeature(StrategyFeature value)
      Sets the value of the strategyFeature property.
      Parameters:
      value - allowed object is StrategyFeature
    • getAsian

      public Asian getAsian()
      Gets the value of the asian property.
      Returns:
      possible object is Asian
    • setAsian

      public void setAsian(Asian value)
      Sets the value of the asian property.
      Parameters:
      value - allowed object is Asian
    • getBarrier

      public Barrier getBarrier()
      Gets the value of the barrier property.
      Returns:
      possible object is Barrier
    • setBarrier

      public void setBarrier(Barrier value)
      Sets the value of the barrier property.
      Parameters:
      value - allowed object is Barrier
    • getKnock

      public Knock getKnock()
      Gets the value of the knock property.
      Returns:
      possible object is Knock
    • setKnock

      public void setKnock(Knock value)
      Sets the value of the knock property.
      Parameters:
      value - allowed object is Knock
    • getPassThrough

      public PassThrough getPassThrough()
      Gets the value of the passThrough property.
      Returns:
      possible object is PassThrough
    • setPassThrough

      public void setPassThrough(PassThrough value)
      Sets the value of the passThrough property.
      Parameters:
      value - allowed object is PassThrough