Class CostParameters

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

public class CostParameters extends Object

Java class for CostParameters complex type.

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

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

  • Constructor Details

    • CostParameters

      public CostParameters()
  • Method Details

    • getFixedCost

      public Parameter getFixedCost()
      Gets the value of the fixedCost property.
      Returns:
      possible object is Parameter
    • setFixedCost

      public void setFixedCost(Parameter value)
      Sets the value of the fixedCost property.
      Parameters:
      value - allowed object is Parameter
    • getUnitCost

      public Parameter getUnitCost()
      Gets the value of the unitCost property.
      Returns:
      possible object is Parameter
    • setUnitCost

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