Class ReferenceLevelUnit

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

public class ReferenceLevelUnit extends Object
CPD Reference Level: millimeters or inches of daily precipitation HDD Reference Level: degree-days CDD Reference Level: degree-days.

Java class for ReferenceLevelUnit complex type.

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

 <complexType name="ReferenceLevelUnit">
   <simpleContent>
     <extension base="<http://www.fpml.org/FpML-5/confirmation>Scheme">
       <attribute name="weatherIndexReferenceLevelScheme" type="{http://www.fpml.org/FpML-5/confirmation}NonEmptyURI" default="http://www.fpml.org/coding-scheme/weather-index-reference-level" />
     </extension>
   </simpleContent>
 </complexType>
 
  • Field Details

    • value

      protected String value
    • weatherIndexReferenceLevelScheme

      protected String weatherIndexReferenceLevelScheme
  • Constructor Details

    • ReferenceLevelUnit

      public ReferenceLevelUnit()
  • Method Details

    • getValue

      public String getValue()
      The base class for all types which define coding schemes that are allowed to be empty.
      Returns:
      possible object is String
    • setValue

      public void setValue(String value)
      Sets the value of the value property.
      Parameters:
      value - allowed object is String
    • getWeatherIndexReferenceLevelScheme

      public String getWeatherIndexReferenceLevelScheme()
      Gets the value of the weatherIndexReferenceLevelScheme property.
      Returns:
      possible object is String
    • setWeatherIndexReferenceLevelScheme

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