Class TGlobalUserTask


public class TGlobalUserTask extends TGlobalTask

Java class for tGlobalUserTask complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="tGlobalUserTask">
   <complexContent>
     <extension base="{http://www.omg.org/spec/BPMN/20100524/MODEL}tGlobalTask">
       <sequence>
         <element ref="{http://www.omg.org/spec/BPMN/20100524/MODEL}rendering" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="implementation" type="{http://www.omg.org/spec/BPMN/20100524/MODEL}tImplementation" default="##unspecified" />
       <anyAttribute processContents='lax' namespace='##other'/>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • TGlobalUserTask

      public TGlobalUserTask()
  • Method Details

    • getRendering

      public List<TRendering> getRendering()
      Gets the value of the rendering 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 rendering property.

      For example, to add a new item, do as follows:

          getRendering().add(newItem);
       

      Objects of the following type(s) are allowed in the list TRendering

    • getImplementation

      public String getImplementation()
      Gets the value of the implementation property.
      Returns:
      possible object is String
    • setImplementation

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