Class GenericDimension
java.lang.Object
net.finmath.smartcontract.product.xml.GenericDimension
A generic (user defined) dimension, e.g. for use in a correlation surface.
e.g. a currency, stock, etc. This would take values like USD, GBP, JPY, or IBM, MSFT, etc.
Java class for GenericDimension complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GenericDimension"> <simpleContent> <extension base="<http://www.fpml.org/FpML-5/confirmation>String"> <attribute name="name" use="required" type="{http://www.fpml.org/FpML-5/confirmation}NormalizedString" /> <attribute name="href" type="{http://www.w3.org/2001/XMLSchema}IDREF" /> </extension> </simpleContent> </complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
value
-
name
-
href
-
-
Constructor Details
-
GenericDimension
public GenericDimension()
-
-
Method Details
-
getValue
-
setValue
-
getName
-
setName
-
getHref
-
setHref
-