easybox.org.omg.spec.bpmn._20100524.model
Class EJaxbTFlowNode
java.lang.Object
com.ebmwebsourcing.easybox.impl.AbstractModelObject
com.ebmwebsourcing.easybox.impl.AbstractJaxbModelObject
easybox.org.omg.spec.bpmn._20100524.model.EJaxbTBaseElement
easybox.org.omg.spec.bpmn._20100524.model.EJaxbTFlowElement
easybox.org.omg.spec.bpmn._20100524.model.EJaxbTFlowNode
- All Implemented Interfaces:
- com.ebmwebsourcing.easybox.api.ModelObject
- Direct Known Subclasses:
- EJaxbTActivity, EJaxbTChoreographyActivity, EJaxbTEvent, EJaxbTGateway
public abstract class EJaxbTFlowNode
- extends EJaxbTFlowElement
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>
|
Field Summary |
protected java.util.List<javax.xml.namespace.QName> |
incoming
|
protected java.util.List<javax.xml.namespace.QName> |
outgoing
|
| Methods inherited from class easybox.org.omg.spec.bpmn._20100524.model.EJaxbTFlowElement |
getAuditing, getCategoryValueRef, getMonitoring, getName, isSetAuditing, isSetCategoryValueRef, isSetMonitoring, isSetName, setAuditing, setMonitoring, setName, unsetCategoryValueRef |
| Methods inherited from class com.ebmwebsourcing.easybox.impl.AbstractJaxbModelObject |
duplicate, duplicateAs, equals, getAdoptiveParent, getBaseURI, getDOMNode, getNaturalParent, hashCode, setAdoptiveParent, setBaseURI, setNaturalParent |
| Methods inherited from class com.ebmwebsourcing.easybox.impl.AbstractModelObject |
getParent, getXmlObject, setXmlObject |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
incoming
protected java.util.List<javax.xml.namespace.QName> incoming
outgoing
protected java.util.List<javax.xml.namespace.QName> outgoing
EJaxbTFlowNode
public EJaxbTFlowNode()
getIncoming
public java.util.List<javax.xml.namespace.QName> getIncoming()
- Gets the value of the incoming 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 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
isSetIncoming
public boolean isSetIncoming()
unsetIncoming
public void unsetIncoming()
getOutgoing
public java.util.List<javax.xml.namespace.QName> getOutgoing()
- Gets the value of the outgoing 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 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
isSetOutgoing
public boolean isSetOutgoing()
unsetOutgoing
public void unsetOutgoing()
Copyright © 2011 Petals Link. All Rights Reserved.