Class PriorityParameters

java.lang.Object
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.PriorityParameters

public class PriorityParameters extends Object

Java class for PriorityParameters complex type.

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

 <complexType name="PriorityParameters">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence minOccurs="0">
         <element name="Interruptible" type="{http://www.bpsim.org/schemas/1.0}Parameter" minOccurs="0"/>
         <element name="Priority" type="{http://www.bpsim.org/schemas/1.0}Parameter" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • interruptible

      protected Parameter interruptible
    • priority

      protected Parameter priority
  • Constructor Details

    • PriorityParameters

      public PriorityParameters()
  • Method Details

    • getInterruptible

      public Parameter getInterruptible()
      Gets the value of the interruptible property.
      Returns:
      possible object is Parameter
    • setInterruptible

      public void setInterruptible(Parameter value)
      Sets the value of the interruptible property.
      Parameters:
      value - allowed object is Parameter
    • getPriority

      public Parameter getPriority()
      Gets the value of the priority property.
      Returns:
      possible object is Parameter
    • setPriority

      public void setPriority(Parameter value)
      Sets the value of the priority property.
      Parameters:
      value - allowed object is Parameter