Class DurationParameter


public class DurationParameter 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}duration" />
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • DurationParameter

      public DurationParameter()
  • Method Details

    • getValue

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

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