Class FormulaComponent
java.lang.Object
net.finmath.smartcontract.product.xml.FormulaComponent
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 Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the componentDescription property.Gets the value of the formula property.getName()
Gets the value of the name property.void
setComponentDescription
(String value) Sets the value of the componentDescription property.void
setFormula
(Formula value) Sets the value of the formula property.void
Sets the value of the name property.
-
Field Details
-
componentDescription
-
formula
-
name
-
-
Constructor Details
-
FormulaComponent
public FormulaComponent()
-
-
Method Details
-
getComponentDescription
-
setComponentDescription
-
getFormula
-
setFormula
-
getName
-
setName
-