Class ElementParameters
java.lang.Object
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.ElementParameters
Java class for ElementParameters complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ElementParameters"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence minOccurs="0"> <element name="TimeParameters" type="{http://www.bpsim.org/schemas/1.0}TimeParameters" minOccurs="0"/> <element name="ControlParameters" type="{http://www.bpsim.org/schemas/1.0}ControlParameters" minOccurs="0"/> <element name="ResourceParameters" type="{http://www.bpsim.org/schemas/1.0}ResourceParameters" minOccurs="0"/> <element name="PriorityParameters" type="{http://www.bpsim.org/schemas/1.0}PriorityParameters" minOccurs="0"/> <element name="CostParameters" type="{http://www.bpsim.org/schemas/1.0}CostParameters" minOccurs="0"/> <element name="PropertyParameters" type="{http://www.bpsim.org/schemas/1.0}PropertyParameters" minOccurs="0"/> <element name="VendorExtension" type="{http://www.bpsim.org/schemas/1.0}VendorExtension" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" /> <attribute name="elementRef" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ControlParameters
protected CostParameters
protected String
protected String
protected PriorityParameters
protected PropertyParameters
protected ResourceParameters
protected TimeParameters
protected List<VendorExtension>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the controlParameters property.Gets the value of the costParameters property.Gets the value of the elementRef property.getId()
Gets the value of the id property.Gets the value of the priorityParameters property.Gets the value of the propertyParameters property.Gets the value of the resourceParameters property.Gets the value of the timeParameters property.Gets the value of the vendorExtension property.void
Sets the value of the controlParameters property.void
setCostParameters
(CostParameters value) Sets the value of the costParameters property.void
setElementRef
(String value) Sets the value of the elementRef property.void
Sets the value of the id property.void
Sets the value of the priorityParameters property.void
Sets the value of the propertyParameters property.void
Sets the value of the resourceParameters property.void
setTimeParameters
(TimeParameters value) Sets the value of the timeParameters property.
-
Field Details
-
timeParameters
-
controlParameters
-
resourceParameters
-
priorityParameters
-
costParameters
-
propertyParameters
-
vendorExtension
-
id
-
elementRef
-
-
Constructor Details
-
ElementParameters
public ElementParameters()
-
-
Method Details
-
getTimeParameters
Gets the value of the timeParameters property.- Returns:
- possible object is
TimeParameters
-
setTimeParameters
Sets the value of the timeParameters property.- Parameters:
value
- allowed object isTimeParameters
-
getControlParameters
Gets the value of the controlParameters property.- Returns:
- possible object is
ControlParameters
-
setControlParameters
Sets the value of the controlParameters property.- Parameters:
value
- allowed object isControlParameters
-
getResourceParameters
Gets the value of the resourceParameters property.- Returns:
- possible object is
ResourceParameters
-
setResourceParameters
Sets the value of the resourceParameters property.- Parameters:
value
- allowed object isResourceParameters
-
getPriorityParameters
Gets the value of the priorityParameters property.- Returns:
- possible object is
PriorityParameters
-
setPriorityParameters
Sets the value of the priorityParameters property.- Parameters:
value
- allowed object isPriorityParameters
-
getCostParameters
Gets the value of the costParameters property.- Returns:
- possible object is
CostParameters
-
setCostParameters
Sets the value of the costParameters property.- Parameters:
value
- allowed object isCostParameters
-
getPropertyParameters
Gets the value of the propertyParameters property.- Returns:
- possible object is
PropertyParameters
-
setPropertyParameters
Sets the value of the propertyParameters property.- Parameters:
value
- allowed object isPropertyParameters
-
getVendorExtension
Gets the value of the vendorExtension property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
set
method for the vendorExtension property.For example, to add a new item, do as follows:
getVendorExtension().add(newItem);
Objects of the following type(s) are allowed in the list
VendorExtension
-
getId
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value
- allowed object isString
-
getElementRef
Gets the value of the elementRef property.- Returns:
- possible object is
String
-
setElementRef
Sets the value of the elementRef property.- Parameters:
value
- allowed object isString
-