public class TCollaboration extends TRootElement
tCollaboration complex type的 Java 类。
以下模式片段指定包含在此类中的预期内容。
<complexType name="tCollaboration">
<complexContent>
<extension base="{http://www.omg.org/spec/BPMN/20100524/MODEL}tRootElement">
<sequence>
<element ref="{http://www.omg.org/spec/BPMN/20100524/MODEL}participant" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.omg.org/spec/BPMN/20100524/MODEL}messageFlow" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.omg.org/spec/BPMN/20100524/MODEL}artifact" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.omg.org/spec/BPMN/20100524/MODEL}conversationNode" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.omg.org/spec/BPMN/20100524/MODEL}conversationAssociation" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.omg.org/spec/BPMN/20100524/MODEL}participantAssociation" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.omg.org/spec/BPMN/20100524/MODEL}messageFlowAssociation" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.omg.org/spec/BPMN/20100524/MODEL}correlationKey" maxOccurs="unbounded" minOccurs="0"/>
<element name="choreographyRef" type="{http://www.w3.org/2001/XMLSchema}QName" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.omg.org/spec/BPMN/20100524/MODEL}conversationLink" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="isClosed" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
| 限定符和类型 | 字段和说明 |
|---|---|
protected List<JAXBElement<? extends TArtifact>> |
artifact |
protected List<QName> |
choreographyRef |
protected List<TConversationAssociation> |
conversationAssociation |
protected List<TConversationLink> |
conversationLink |
protected List<JAXBElement<? extends TConversationNode>> |
conversationNode |
protected List<TCorrelationKey> |
correlationKey |
protected Boolean |
isClosed |
protected List<TMessageFlow> |
messageFlow |
protected List<TMessageFlowAssociation> |
messageFlowAssociation |
protected String |
name |
protected List<TParticipant> |
participant |
protected List<TParticipantAssociation> |
participantAssociation |
documentation, extensionElements, id| 构造器和说明 |
|---|
TCollaboration() |
| 限定符和类型 | 方法和说明 |
|---|---|
List<JAXBElement<? extends TArtifact>> |
getArtifact()
Gets the value of the artifact property.
|
List<QName> |
getChoreographyRef()
Gets the value of the choreographyRef property.
|
List<TConversationAssociation> |
getConversationAssociation()
Gets the value of the conversationAssociation property.
|
List<TConversationLink> |
getConversationLink()
Gets the value of the conversationLink property.
|
List<JAXBElement<? extends TConversationNode>> |
getConversationNode()
Gets the value of the conversationNode property.
|
List<TCorrelationKey> |
getCorrelationKey()
Gets the value of the correlationKey property.
|
List<TMessageFlow> |
getMessageFlow()
Gets the value of the messageFlow property.
|
List<TMessageFlowAssociation> |
getMessageFlowAssociation()
Gets the value of the messageFlowAssociation property.
|
String |
getName()
获取name属性的值。
|
List<TParticipant> |
getParticipant()
Gets the value of the participant property.
|
List<TParticipantAssociation> |
getParticipantAssociation()
Gets the value of the participantAssociation property.
|
boolean |
isIsClosed()
获取isClosed属性的值。
|
void |
setIsClosed(Boolean value)
设置isClosed属性的值。
|
void |
setName(String value)
设置name属性的值。
|
getDocumentation, getExtensionElements, getId, getOtherAttributes, setExtensionElements, setIdprotected List<TParticipant> participant
protected List<TMessageFlow> messageFlow
protected List<JAXBElement<? extends TArtifact>> artifact
protected List<JAXBElement<? extends TConversationNode>> conversationNode
protected List<TConversationAssociation> conversationAssociation
protected List<TParticipantAssociation> participantAssociation
protected List<TMessageFlowAssociation> messageFlowAssociation
protected List<TCorrelationKey> correlationKey
protected List<TConversationLink> conversationLink
protected String name
protected Boolean isClosed
public List<TParticipant> getParticipant()
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 participant property.
For example, to add a new item, do as follows:
getParticipant().add(newItem);
Objects of the following type(s) are allowed in the list
TParticipant
public List<TMessageFlow> getMessageFlow()
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 messageFlow property.
For example, to add a new item, do as follows:
getMessageFlow().add(newItem);
Objects of the following type(s) are allowed in the list
TMessageFlow
public List<JAXBElement<? extends TArtifact>> getArtifact()
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 artifact property.
For example, to add a new item, do as follows:
getArtifact().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement<TGroup>
JAXBElement<TTextAnnotation>
JAXBElement<TAssociation>
JAXBElement<TArtifact>
public List<JAXBElement<? extends TConversationNode>> getConversationNode()
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 conversationNode property.
For example, to add a new item, do as follows:
getConversationNode().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement<TConversation>
JAXBElement<TSubConversation>
JAXBElement<TCallConversation>
JAXBElement<TConversationNode>
public List<TConversationAssociation> getConversationAssociation()
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 conversationAssociation property.
For example, to add a new item, do as follows:
getConversationAssociation().add(newItem);
Objects of the following type(s) are allowed in the list
TConversationAssociation
public List<TParticipantAssociation> getParticipantAssociation()
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 participantAssociation property.
For example, to add a new item, do as follows:
getParticipantAssociation().add(newItem);
Objects of the following type(s) are allowed in the list
TParticipantAssociation
public List<TMessageFlowAssociation> getMessageFlowAssociation()
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 messageFlowAssociation property.
For example, to add a new item, do as follows:
getMessageFlowAssociation().add(newItem);
Objects of the following type(s) are allowed in the list
TMessageFlowAssociation
public List<TCorrelationKey> getCorrelationKey()
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 correlationKey property.
For example, to add a new item, do as follows:
getCorrelationKey().add(newItem);
Objects of the following type(s) are allowed in the list
TCorrelationKey
public List<QName> getChoreographyRef()
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 choreographyRef property.
For example, to add a new item, do as follows:
getChoreographyRef().add(newItem);
Objects of the following type(s) are allowed in the list
QName
public List<TConversationLink> getConversationLink()
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 conversationLink property.
For example, to add a new item, do as follows:
getConversationLink().add(newItem);
Objects of the following type(s) are allowed in the list
TConversationLink
public boolean isIsClosed()
BooleanCopyright © 2021. All rights reserved.