Class TimeParameters

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

public class TimeParameters extends Object

Java class for TimeParameters complex type.

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

 <complexType name="TimeParameters">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence minOccurs="0">
         <element name="TransferTime" type="{http://www.bpsim.org/schemas/1.0}Parameter" minOccurs="0"/>
         <element name="QueueTime" type="{http://www.bpsim.org/schemas/1.0}Parameter" minOccurs="0"/>
         <element name="WaitTime" type="{http://www.bpsim.org/schemas/1.0}Parameter" minOccurs="0"/>
         <element name="SetUpTime" type="{http://www.bpsim.org/schemas/1.0}Parameter" minOccurs="0"/>
         <element name="ProcessingTime" type="{http://www.bpsim.org/schemas/1.0}Parameter" minOccurs="0"/>
         <element name="ValidationTime" type="{http://www.bpsim.org/schemas/1.0}Parameter" minOccurs="0"/>
         <element name="ReworkTime" type="{http://www.bpsim.org/schemas/1.0}Parameter" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • transferTime

      protected Parameter transferTime
    • queueTime

      protected Parameter queueTime
    • waitTime

      protected Parameter waitTime
    • setUpTime

      protected Parameter setUpTime
    • processingTime

      protected Parameter processingTime
    • validationTime

      protected Parameter validationTime
    • reworkTime

      protected Parameter reworkTime
  • Constructor Details

    • TimeParameters

      public TimeParameters()
  • Method Details

    • getTransferTime

      public Parameter getTransferTime()
      Gets the value of the transferTime property.
      Returns:
      possible object is Parameter
    • setTransferTime

      public void setTransferTime(Parameter value)
      Sets the value of the transferTime property.
      Parameters:
      value - allowed object is Parameter
    • getQueueTime

      public Parameter getQueueTime()
      Gets the value of the queueTime property.
      Returns:
      possible object is Parameter
    • setQueueTime

      public void setQueueTime(Parameter value)
      Sets the value of the queueTime property.
      Parameters:
      value - allowed object is Parameter
    • getWaitTime

      public Parameter getWaitTime()
      Gets the value of the waitTime property.
      Returns:
      possible object is Parameter
    • setWaitTime

      public void setWaitTime(Parameter value)
      Sets the value of the waitTime property.
      Parameters:
      value - allowed object is Parameter
    • getSetUpTime

      public Parameter getSetUpTime()
      Gets the value of the setUpTime property.
      Returns:
      possible object is Parameter
    • setSetUpTime

      public void setSetUpTime(Parameter value)
      Sets the value of the setUpTime property.
      Parameters:
      value - allowed object is Parameter
    • getProcessingTime

      public Parameter getProcessingTime()
      Gets the value of the processingTime property.
      Returns:
      possible object is Parameter
    • setProcessingTime

      public void setProcessingTime(Parameter value)
      Sets the value of the processingTime property.
      Parameters:
      value - allowed object is Parameter
    • getValidationTime

      public Parameter getValidationTime()
      Gets the value of the validationTime property.
      Returns:
      possible object is Parameter
    • setValidationTime

      public void setValidationTime(Parameter value)
      Sets the value of the validationTime property.
      Parameters:
      value - allowed object is Parameter
    • getReworkTime

      public Parameter getReworkTime()
      Gets the value of the reworkTime property.
      Returns:
      possible object is Parameter
    • setReworkTime

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