public class TLane extends TBaseElement
tLane complex type的 Java 类。
以下模式片段指定包含在此类中的预期内容。
<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>
| 限定符和类型 | 字段和说明 |
|---|---|
protected TLaneSet |
childLaneSet |
protected List<jakarta.xml.bind.JAXBElement<Object>> |
flowNodeRef |
protected String |
name |
protected TBaseElement |
partitionElement |
protected QName |
partitionElementRef |
documentation, extensionElements, id| 构造器和说明 |
|---|
TLane() |
| 限定符和类型 | 方法和说明 |
|---|---|
TLaneSet |
getChildLaneSet()
获取childLaneSet属性的值。
|
List<jakarta.xml.bind.JAXBElement<Object>> |
getFlowNodeRef()
Gets the value of the flowNodeRef property.
|
String |
getName()
获取name属性的值。
|
TBaseElement |
getPartitionElement()
获取partitionElement属性的值。
|
QName |
getPartitionElementRef()
获取partitionElementRef属性的值。
|
void |
setChildLaneSet(TLaneSet value)
设置childLaneSet属性的值。
|
void |
setName(String value)
设置name属性的值。
|
void |
setPartitionElement(TBaseElement value)
设置partitionElement属性的值。
|
void |
setPartitionElementRef(QName value)
设置partitionElementRef属性的值。
|
getDocumentation, getExtensionElements, getId, getOtherAttributes, setExtensionElements, setIdprotected TBaseElement partitionElement
protected TLaneSet childLaneSet
protected String name
protected QName partitionElementRef
public TBaseElement getPartitionElement()
TBaseElementpublic void setPartitionElement(TBaseElement value)
value - allowed object is
TBaseElementpublic List<jakarta.xml.bind.JAXBElement<Object>> getFlowNodeRef()
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>
public TLaneSet getChildLaneSet()
TLaneSetpublic void setChildLaneSet(TLaneSet value)
value - allowed object is
TLaneSetpublic QName getPartitionElementRef()
QNameCopyright © 2022. All rights reserved.