Class TUserTask


  • public class TUserTask
    extends TTask

    Java class for tUserTask complex type.

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

     <complexType name="tUserTask">
       <complexContent>
         <extension base="{http://www.omg.org/spec/BPMN/20100524/MODEL}tTask">
           <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>
     
    • Constructor Detail

      • TUserTask

        public TUserTask()
    • Method Detail

      • 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 JAXB 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