Package org.omg.spec.bpmn.model
Class TLane
- java.lang.Object
-
- org.omg.spec.bpmn.model.TBaseElement
-
- org.omg.spec.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 Summary
Fields Modifier and Type Field Description protected TLaneSetchildLaneSetprotected List<javax.xml.bind.JAXBElement<Object>>flowNodeRefprotected Stringnameprotected TBaseElementpartitionElementprotected QNamepartitionElementRef-
Fields inherited from class org.omg.spec.bpmn.model.TBaseElement
documentation, extensionElements, id
-
-
Constructor Summary
Constructors Constructor Description TLane()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TLaneSetgetChildLaneSet()Gets the value of the childLaneSet property.List<javax.xml.bind.JAXBElement<Object>>getFlowNodeRef()Gets the value of the flowNodeRef property.StringgetName()Gets the value of the name property.TBaseElementgetPartitionElement()Gets the value of the partitionElement property.QNamegetPartitionElementRef()Gets the value of the partitionElementRef property.voidsetChildLaneSet(TLaneSet value)Sets the value of the childLaneSet property.voidsetName(String value)Sets the value of the name property.voidsetPartitionElement(TBaseElement value)Sets the value of the partitionElement property.voidsetPartitionElementRef(QName value)Sets the value of the partitionElementRef property.-
Methods inherited from class org.omg.spec.bpmn.model.TBaseElement
getDocumentation, getExtensionElements, getId, getOtherAttributes, setExtensionElements, setId
-
-
-
-
Method Detail
-
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 isTBaseElement
-
getFlowNodeRef
public List<javax.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 JAXB object. This is why there is not a
setmethod 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 isTLaneSet
-
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 isString
-
getPartitionElementRef
public QName getPartitionElementRef()
Gets the value of the partitionElementRef property.- Returns:
- possible object is
QName
-
-