Class TLane
java.lang.Object
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TBaseElement
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TLane
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
FieldsModifier and TypeFieldDescriptionprotected TLaneSetprotected Stringprotected TBaseElementprotected QNameFields inherited from class ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TBaseElement
documentation, extensionElements, id -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the childLaneSet property.Gets the value of the flowNodeRef property.getName()Gets the value of the name property.Gets the value of the partitionElement property.Gets the value of the partitionElementRef property.voidsetChildLaneSet(TLaneSet value) Sets the value of the childLaneSet property.voidSets 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 ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TBaseElement
getDocumentation, getExtensionElements, getId, getOtherAttributes, setExtensionElements, setId
-
Field Details
-
partitionElement
-
flowNodeRef
-
childLaneSet
-
name
-
partitionElementRef
-
-
Constructor Details
-
TLane
public TLane()
-
-
Method Details
-
getPartitionElement
Gets the value of the partitionElement property.- Returns:
- possible object is
TBaseElement
-
setPartitionElement
Sets the value of the partitionElement property.- Parameters:
value- allowed object isTBaseElement
-
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
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
Gets the value of the childLaneSet property.- Returns:
- possible object is
TLaneSet
-
setChildLaneSet
Sets the value of the childLaneSet property.- Parameters:
value- allowed object isTLaneSet
-
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value- allowed object isString
-
getPartitionElementRef
Gets the value of the partitionElementRef property.- Returns:
- possible object is
QName
-
setPartitionElementRef
Sets the value of the partitionElementRef property.- Parameters:
value- allowed object isQName
-