Class ResourceParameters

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

public class ResourceParameters extends Object

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 Details

  • Constructor Details

    • ResourceParameters

      public ResourceParameters()
  • Method Details

    • getSelection

      public Parameter getSelection()
      Gets the value of the selection property.
      Returns:
      possible object is Parameter
    • setSelection

      public void setSelection(Parameter value)
      Sets the value of the selection property.
      Parameters:
      value - allowed object is Parameter
    • getAvailability

      public Parameter getAvailability()
      Gets the value of the availability property.
      Returns:
      possible object is Parameter
    • setAvailability

      public void setAvailability(Parameter value)
      Sets the value of the availability property.
      Parameters:
      value - allowed object is Parameter
    • getQuantity

      public Parameter getQuantity()
      Gets the value of the quantity property.
      Returns:
      possible object is Parameter
    • setQuantity

      public void setQuantity(Parameter value)
      Sets the value of the quantity property.
      Parameters:
      value - allowed object is Parameter
    • getRole

      public List<Parameter> 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