public class TConversationAssociation extends TBaseElement
Java class for tConversationAssociation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tConversationAssociation">
<complexContent>
<extension base="{http://www.omg.org/spec/BPMN/20100524/MODEL}tBaseElement">
<attribute name="innerConversationNodeRef" use="required" type="{http://www.w3.org/2001/XMLSchema}QName" />
<attribute name="outerConversationNodeRef" use="required" type="{http://www.w3.org/2001/XMLSchema}QName" />
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected javax.xml.namespace.QName |
innerConversationNodeRef |
protected javax.xml.namespace.QName |
outerConversationNodeRef |
documentation, extensionElements, id| Constructor and Description |
|---|
TConversationAssociation() |
| Modifier and Type | Method and Description |
|---|---|
javax.xml.namespace.QName |
getInnerConversationNodeRef()
Gets the value of the innerConversationNodeRef property.
|
javax.xml.namespace.QName |
getOuterConversationNodeRef()
Gets the value of the outerConversationNodeRef property.
|
void |
setInnerConversationNodeRef(javax.xml.namespace.QName value)
Sets the value of the innerConversationNodeRef property.
|
void |
setOuterConversationNodeRef(javax.xml.namespace.QName value)
Sets the value of the outerConversationNodeRef property.
|
getDocumentation, getExtensionElements, getId, getOtherAttributes, setExtensionElements, setIdprotected javax.xml.namespace.QName innerConversationNodeRef
protected javax.xml.namespace.QName outerConversationNodeRef
public javax.xml.namespace.QName getInnerConversationNodeRef()
QNamepublic void setInnerConversationNodeRef(javax.xml.namespace.QName value)
value - allowed object is
QNamepublic javax.xml.namespace.QName getOuterConversationNodeRef()
QNamepublic void setOuterConversationNodeRef(javax.xml.namespace.QName value)
value - allowed object is
QNameCopyright © 2018 SAP SE. All Rights Reserved.