Class CostParameters
java.lang.Object
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.CostParameters
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the fixedCost property.Gets the value of the unitCost property.void
setFixedCost
(Parameter value) Sets the value of the fixedCost property.void
setUnitCost
(Parameter value) Sets the value of the unitCost property.
-
Field Details
-
fixedCost
-
unitCost
-
-
Constructor Details
-
CostParameters
public CostParameters()
-
-
Method Details
-
getFixedCost
Gets the value of the fixedCost property.- Returns:
- possible object is
Parameter
-
setFixedCost
Sets the value of the fixedCost property.- Parameters:
value
- allowed object isParameter
-
getUnitCost
Gets the value of the unitCost property.- Returns:
- possible object is
Parameter
-
setUnitCost
Sets the value of the unitCost property.- Parameters:
value
- allowed object isParameter
-