Class GenericDimension

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

public class GenericDimension extends Object
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 Details

    • value

      protected String value
    • name

      protected String name
    • href

      protected Object href
  • Constructor Details

    • GenericDimension

      public GenericDimension()
  • Method Details

    • getValue

      public String getValue()
      A string. FpML may define lenght restrictions in some views.
      Returns:
      possible object is String
    • setValue

      public void setValue(String value)
      Sets the value of the value property.
      Parameters:
      value - allowed object is String
    • 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
    • getHref

      public Object getHref()
      Gets the value of the href property.
      Returns:
      possible object is Object
    • setHref

      public void setHref(Object value)
      Sets the value of the href property.
      Parameters:
      value - allowed object is Object