java.lang.Object
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TBaseElement
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TLane

public class TLane extends TBaseElement

Java class for tLane complex type.

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

 <complexType name="tLane">
   <complexContent>
     <extension base="{http://www.omg.org/spec/BPMN/20100524/MODEL}tBaseElement">
       <sequence>
         <element name="partitionElement" type="{http://www.omg.org/spec/BPMN/20100524/MODEL}tBaseElement" minOccurs="0"/>
         <element name="flowNodeRef" type="{http://www.w3.org/2001/XMLSchema}IDREF" maxOccurs="unbounded" minOccurs="0"/>
         <element name="childLaneSet" type="{http://www.omg.org/spec/BPMN/20100524/MODEL}tLaneSet" minOccurs="0"/>
       </sequence>
       <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="partitionElementRef" type="{http://www.w3.org/2001/XMLSchema}QName" />
       <anyAttribute processContents='lax' namespace='##other'/>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

    • partitionElement

      protected TBaseElement partitionElement
    • flowNodeRef

      protected List<jakarta.xml.bind.JAXBElement<Object>> flowNodeRef
    • childLaneSet

      protected TLaneSet childLaneSet
    • name

      protected String name
    • partitionElementRef

      protected QName partitionElementRef
  • Constructor Details

    • TLane

      public TLane()
  • Method Details

    • getPartitionElement

      public TBaseElement getPartitionElement()
      Gets the value of the partitionElement property.
      Returns:
      possible object is TBaseElement
    • setPartitionElement

      public void setPartitionElement(TBaseElement value)
      Sets the value of the partitionElement property.
      Parameters:
      value - allowed object is TBaseElement
    • getFlowNodeRef

      public List<jakarta.xml.bind.JAXBElement<Object>> getFlowNodeRef()
      Gets the value of the flowNodeRef 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 flowNodeRef property.

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

          getFlowNodeRef().add(newItem);
       

      Objects of the following type(s) are allowed in the list JAXBElement<Object>

    • getChildLaneSet

      public TLaneSet getChildLaneSet()
      Gets the value of the childLaneSet property.
      Returns:
      possible object is TLaneSet
    • setChildLaneSet

      public void setChildLaneSet(TLaneSet value)
      Sets the value of the childLaneSet property.
      Parameters:
      value - allowed object is TLaneSet
    • getName

      public String getName()
      Gets the value of the name property.
      Returns:
      possible object is String
    • setName

      public void setName(String value)
      Sets the value of the name property.
      Parameters:
      value - allowed object is String
    • getPartitionElementRef

      public QName getPartitionElementRef()
      Gets the value of the partitionElementRef property.
      Returns:
      possible object is QName
    • setPartitionElementRef

      public void setPartitionElementRef(QName value)
      Sets the value of the partitionElementRef property.
      Parameters:
      value - allowed object is QName