Class FloatingParameter


public class FloatingParameter extends ConstantParameter

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <extension base="{http://www.bpsim.org/schemas/1.0}ConstantParameter">
       <attribute name="value" type="{http://www.w3.org/2001/XMLSchema}double" />
       <attribute name="timeUnit" type="{http://www.bpsim.org/schemas/1.0}TimeUnit" />
       <attribute name="currencyUnit" type="{http://www.w3.org/2001/XMLSchema}string" />
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

    • value

      protected Double value
    • timeUnit

      protected TimeUnit timeUnit
    • currencyUnit

      protected String currencyUnit
  • Constructor Details

    • FloatingParameter

      public FloatingParameter()
  • Method Details

    • getValue

      public Double getValue()
      Gets the value of the value property.
      Returns:
      possible object is Double
    • setValue

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

      public TimeUnit getTimeUnit()
      Gets the value of the timeUnit property.
      Returns:
      possible object is TimeUnit
    • setTimeUnit

      public void setTimeUnit(TimeUnit value)
      Sets the value of the timeUnit property.
      Parameters:
      value - allowed object is TimeUnit
    • getCurrencyUnit

      public String getCurrencyUnit()
      Gets the value of the currencyUnit property.
      Returns:
      possible object is String
    • setCurrencyUnit

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