public abstract class TFlowNode extends TFlowElement
Java class for tFlowNode complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tFlowNode">
<complexContent>
<extension base="{http://www.omg.org/spec/BPMN/20100524/MODEL}tFlowElement">
<sequence>
<element name="incoming" type="{http://www.w3.org/2001/XMLSchema}QName" maxOccurs="unbounded" minOccurs="0"/>
<element name="outgoing" type="{http://www.w3.org/2001/XMLSchema}QName" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<javax.xml.namespace.QName> |
incoming |
protected java.util.List<javax.xml.namespace.QName> |
outgoing |
auditing, categoryValueRef, monitoring, namedocumentation, extensionElements, id| Constructor and Description |
|---|
TFlowNode() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<javax.xml.namespace.QName> |
getIncoming()
Gets the value of the incoming property.
|
java.util.List<javax.xml.namespace.QName> |
getOutgoing()
Gets the value of the outgoing property.
|
getAuditing, getCategoryValueRef, getMonitoring, getName, setAuditing, setMonitoring, setNamegetDocumentation, getExtensionElements, getId, getOtherAttributes, setExtensionElements, setIdprotected java.util.List<javax.xml.namespace.QName> incoming
protected java.util.List<javax.xml.namespace.QName> outgoing
public java.util.List<javax.xml.namespace.QName> getIncoming()
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 incoming property.
For example, to add a new item, do as follows:
getIncoming().add(newItem);
Objects of the following type(s) are allowed in the list
QName
public java.util.List<javax.xml.namespace.QName> getOutgoing()
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 outgoing property.
For example, to add a new item, do as follows:
getOutgoing().add(newItem);
Objects of the following type(s) are allowed in the list
QName
Copyright © 2018 SAP SE. All Rights Reserved.