Class OptionBase

Direct Known Subclasses:
DividendSwapOptionTransactionSupplement, OptionBaseExtended, VarianceOptionTransactionSupplement

public abstract class OptionBase extends Option
A type for defining the common features of options.

Java class for OptionBase complex type.

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

 <complexType name="OptionBase">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}Option">
       <sequence>
         <element name="optionType" type="{http://www.fpml.org/FpML-5/confirmation}OptionTypeEnum"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

    • optionType

      protected String optionType
  • Constructor Details

    • OptionBase

      public OptionBase()
  • Method Details

    • getOptionType

      public String getOptionType()
      Gets the value of the optionType property.
      Returns:
      possible object is String
    • setOptionType

      public void setOptionType(String value)
      Sets the value of the optionType property.
      Parameters:
      value - allowed object is String