Class FormulaComponent

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

public class FormulaComponent extends Object
Elements describing the components of the formula. The name attribute points to a value used in the math element. The href attribute points to a numeric value defined elsewhere in the document that is used by the formula component.

Java class for FormulaComponent complex type.

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

 <complexType name="FormulaComponent">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="componentDescription" type="{http://www.fpml.org/FpML-5/confirmation}String"/>
         <element name="formula" type="{http://www.fpml.org/FpML-5/confirmation}Formula" minOccurs="0"/>
       </sequence>
       <attribute name="name" type="{http://www.fpml.org/FpML-5/confirmation}NormalizedString" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • componentDescription

      protected String componentDescription
    • formula

      protected Formula formula
    • name

      protected String name
  • Constructor Details

    • FormulaComponent

      public FormulaComponent()
  • Method Details

    • getComponentDescription

      public String getComponentDescription()
      Gets the value of the componentDescription property.
      Returns:
      possible object is String
    • setComponentDescription

      public void setComponentDescription(String value)
      Sets the value of the componentDescription property.
      Parameters:
      value - allowed object is String
    • getFormula

      public Formula getFormula()
      Gets the value of the formula property.
      Returns:
      possible object is Formula
    • setFormula

      public void setFormula(Formula value)
      Sets the value of the formula property.
      Parameters:
      value - allowed object is Formula
    • getName

      public String getName()
      Gets the value of the name property.
      Returns:
      possible object is String
    • setName

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