Class ElementParameters

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

public class ElementParameters extends Object

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 Details

  • Constructor Details

    • ElementParameters

      public ElementParameters()
  • Method Details

    • getTimeParameters

      public TimeParameters getTimeParameters()
      Gets the value of the timeParameters property.
      Returns:
      possible object is TimeParameters
    • setTimeParameters

      public void setTimeParameters(TimeParameters value)
      Sets the value of the timeParameters property.
      Parameters:
      value - allowed object is TimeParameters
    • getControlParameters

      public ControlParameters getControlParameters()
      Gets the value of the controlParameters property.
      Returns:
      possible object is ControlParameters
    • setControlParameters

      public void setControlParameters(ControlParameters value)
      Sets the value of the controlParameters property.
      Parameters:
      value - allowed object is ControlParameters
    • getResourceParameters

      public ResourceParameters getResourceParameters()
      Gets the value of the resourceParameters property.
      Returns:
      possible object is ResourceParameters
    • setResourceParameters

      public void setResourceParameters(ResourceParameters value)
      Sets the value of the resourceParameters property.
      Parameters:
      value - allowed object is ResourceParameters
    • getPriorityParameters

      public PriorityParameters getPriorityParameters()
      Gets the value of the priorityParameters property.
      Returns:
      possible object is PriorityParameters
    • setPriorityParameters

      public void setPriorityParameters(PriorityParameters value)
      Sets the value of the priorityParameters property.
      Parameters:
      value - allowed object is PriorityParameters
    • getCostParameters

      public CostParameters getCostParameters()
      Gets the value of the costParameters property.
      Returns:
      possible object is CostParameters
    • setCostParameters

      public void setCostParameters(CostParameters value)
      Sets the value of the costParameters property.
      Parameters:
      value - allowed object is CostParameters
    • getPropertyParameters

      public PropertyParameters getPropertyParameters()
      Gets the value of the propertyParameters property.
      Returns:
      possible object is PropertyParameters
    • setPropertyParameters

      public void setPropertyParameters(PropertyParameters value)
      Sets the value of the propertyParameters property.
      Parameters:
      value - allowed object is PropertyParameters
    • getVendorExtension

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

      public String getId()
      Gets the value of the id property.
      Returns:
      possible object is String
    • setId

      public void setId(String value)
      Sets the value of the id property.
      Parameters:
      value - allowed object is String
    • getElementRef

      public String getElementRef()
      Gets the value of the elementRef property.
      Returns:
      possible object is String
    • setElementRef

      public void setElementRef(String value)
      Sets the value of the elementRef property.
      Parameters:
      value - allowed object is String