Class TimeParameters
java.lang.Object
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TimeParameters
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the processingTime property.Gets the value of the queueTime property.Gets the value of the reworkTime property.Gets the value of the setUpTime property.Gets the value of the transferTime property.Gets the value of the validationTime property.Gets the value of the waitTime property.voidsetProcessingTime(Parameter value) Sets the value of the processingTime property.voidsetQueueTime(Parameter value) Sets the value of the queueTime property.voidsetReworkTime(Parameter value) Sets the value of the reworkTime property.voidsetSetUpTime(Parameter value) Sets the value of the setUpTime property.voidsetTransferTime(Parameter value) Sets the value of the transferTime property.voidsetValidationTime(Parameter value) Sets the value of the validationTime property.voidsetWaitTime(Parameter value) Sets the value of the waitTime property.
-
Field Details
-
transferTime
-
queueTime
-
waitTime
-
setUpTime
-
processingTime
-
validationTime
-
reworkTime
-
-
Constructor Details
-
TimeParameters
public TimeParameters()
-
-
Method Details
-
getTransferTime
Gets the value of the transferTime property.- Returns:
- possible object is
Parameter
-
setTransferTime
Sets the value of the transferTime property.- Parameters:
value- allowed object isParameter
-
getQueueTime
Gets the value of the queueTime property.- Returns:
- possible object is
Parameter
-
setQueueTime
Sets the value of the queueTime property.- Parameters:
value- allowed object isParameter
-
getWaitTime
Gets the value of the waitTime property.- Returns:
- possible object is
Parameter
-
setWaitTime
Sets the value of the waitTime property.- Parameters:
value- allowed object isParameter
-
getSetUpTime
Gets the value of the setUpTime property.- Returns:
- possible object is
Parameter
-
setSetUpTime
Sets the value of the setUpTime property.- Parameters:
value- allowed object isParameter
-
getProcessingTime
Gets the value of the processingTime property.- Returns:
- possible object is
Parameter
-
setProcessingTime
Sets the value of the processingTime property.- Parameters:
value- allowed object isParameter
-
getValidationTime
Gets the value of the validationTime property.- Returns:
- possible object is
Parameter
-
setValidationTime
Sets the value of the validationTime property.- Parameters:
value- allowed object isParameter
-
getReworkTime
Gets the value of the reworkTime property.- Returns:
- possible object is
Parameter
-
setReworkTime
Sets the value of the reworkTime property.- Parameters:
value- allowed object isParameter
-