Class ResourceParameters
java.lang.Object
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.ResourceParameters
Java class for ResourceParameters complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ResourceParameters"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence minOccurs="0"> <element name="Selection" type="{http://www.bpsim.org/schemas/1.0}Parameter" minOccurs="0"/> <element name="Availability" type="{http://www.bpsim.org/schemas/1.0}Parameter" minOccurs="0"/> <element name="Quantity" type="{http://www.bpsim.org/schemas/1.0}Parameter" minOccurs="0"/> <element name="Role" type="{http://www.bpsim.org/schemas/1.0}Parameter" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the availability property.Gets the value of the quantity property.getRole()
Gets the value of the role property.Gets the value of the selection property.void
setAvailability
(Parameter value) Sets the value of the availability property.void
setQuantity
(Parameter value) Sets the value of the quantity property.void
setSelection
(Parameter value) Sets the value of the selection property.
-
Field Details
-
selection
-
availability
-
quantity
-
role
-
-
Constructor Details
-
ResourceParameters
public ResourceParameters()
-
-
Method Details
-
getSelection
Gets the value of the selection property.- Returns:
- possible object is
Parameter
-
setSelection
Sets the value of the selection property.- Parameters:
value
- allowed object isParameter
-
getAvailability
Gets the value of the availability property.- Returns:
- possible object is
Parameter
-
setAvailability
Sets the value of the availability property.- Parameters:
value
- allowed object isParameter
-
getQuantity
Gets the value of the quantity property.- Returns:
- possible object is
Parameter
-
setQuantity
Sets the value of the quantity property.- Parameters:
value
- allowed object isParameter
-
getRole
Gets the value of the role 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 role property.For example, to add a new item, do as follows:
getRole().add(newItem);
Objects of the following type(s) are allowed in the list
Parameter
-