public abstract class TActivity extends TFlowNode
tActivity complex type的 Java 类。
以下模式片段指定包含在此类中的预期内容。
<complexType name="tActivity">
<complexContent>
<extension base="{http://www.omg.org/spec/BPMN/20100524/MODEL}tFlowNode">
<sequence>
<element ref="{http://www.omg.org/spec/BPMN/20100524/MODEL}ioSpecification" minOccurs="0"/>
<element ref="{http://www.omg.org/spec/BPMN/20100524/MODEL}property" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.omg.org/spec/BPMN/20100524/MODEL}dataInputAssociation" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.omg.org/spec/BPMN/20100524/MODEL}dataOutputAssociation" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.omg.org/spec/BPMN/20100524/MODEL}resourceRole" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.omg.org/spec/BPMN/20100524/MODEL}loopCharacteristics" minOccurs="0"/>
</sequence>
<attribute name="isForCompensation" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="startQuantity" type="{http://www.w3.org/2001/XMLSchema}integer" default="1" />
<attribute name="completionQuantity" type="{http://www.w3.org/2001/XMLSchema}integer" default="1" />
<attribute name="default" type="{http://www.w3.org/2001/XMLSchema}IDREF" />
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
| 限定符和类型 | 字段和说明 |
|---|---|
protected Object |
_default |
protected BigInteger |
completionQuantity |
protected List<TDataInputAssociation> |
dataInputAssociation |
protected List<TDataOutputAssociation> |
dataOutputAssociation |
protected TInputOutputSpecification |
ioSpecification |
protected Boolean |
isForCompensation |
protected JAXBElement<? extends TLoopCharacteristics> |
loopCharacteristics |
protected List<TProperty> |
property |
protected List<JAXBElement<? extends TResourceRole>> |
resourceRole |
protected BigInteger |
startQuantity |
auditing, categoryValueRef, monitoring, namedocumentation, extensionElements, id| 构造器和说明 |
|---|
TActivity() |
| 限定符和类型 | 方法和说明 |
|---|---|
BigInteger |
getCompletionQuantity()
获取completionQuantity属性的值。
|
List<TDataInputAssociation> |
getDataInputAssociation()
Gets the value of the dataInputAssociation property.
|
List<TDataOutputAssociation> |
getDataOutputAssociation()
Gets the value of the dataOutputAssociation property.
|
Object |
getDefault()
获取default属性的值。
|
TInputOutputSpecification |
getIoSpecification()
获取ioSpecification属性的值。
|
JAXBElement<? extends TLoopCharacteristics> |
getLoopCharacteristics()
获取loopCharacteristics属性的值。
|
List<TProperty> |
getProperty()
Gets the value of the property property.
|
List<JAXBElement<? extends TResourceRole>> |
getResourceRole()
Gets the value of the resourceRole property.
|
BigInteger |
getStartQuantity()
获取startQuantity属性的值。
|
boolean |
isIsForCompensation()
获取isForCompensation属性的值。
|
void |
setCompletionQuantity(BigInteger value)
设置completionQuantity属性的值。
|
void |
setDefault(Object value)
设置default属性的值。
|
void |
setIoSpecification(TInputOutputSpecification value)
设置ioSpecification属性的值。
|
void |
setIsForCompensation(Boolean value)
设置isForCompensation属性的值。
|
void |
setLoopCharacteristics(JAXBElement<? extends TLoopCharacteristics> value)
设置loopCharacteristics属性的值。
|
void |
setStartQuantity(BigInteger value)
设置startQuantity属性的值。
|
getIncoming, getOutgoinggetAuditing, getCategoryValueRef, getMonitoring, getName, setAuditing, setMonitoring, setNamegetDocumentation, getExtensionElements, getId, getOtherAttributes, setExtensionElements, setIdprotected TInputOutputSpecification ioSpecification
protected List<TDataInputAssociation> dataInputAssociation
protected List<TDataOutputAssociation> dataOutputAssociation
protected List<JAXBElement<? extends TResourceRole>> resourceRole
protected JAXBElement<? extends TLoopCharacteristics> loopCharacteristics
protected Boolean isForCompensation
protected BigInteger startQuantity
protected BigInteger completionQuantity
protected Object _default
public TInputOutputSpecification getIoSpecification()
TInputOutputSpecificationpublic void setIoSpecification(TInputOutputSpecification value)
value - allowed object is
TInputOutputSpecificationpublic List<TProperty> getProperty()
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 property property.
For example, to add a new item, do as follows:
getProperty().add(newItem);
Objects of the following type(s) are allowed in the list
TProperty
public List<TDataInputAssociation> getDataInputAssociation()
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 dataInputAssociation property.
For example, to add a new item, do as follows:
getDataInputAssociation().add(newItem);
Objects of the following type(s) are allowed in the list
TDataInputAssociation
public List<TDataOutputAssociation> getDataOutputAssociation()
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 dataOutputAssociation property.
For example, to add a new item, do as follows:
getDataOutputAssociation().add(newItem);
Objects of the following type(s) are allowed in the list
TDataOutputAssociation
public List<JAXBElement<? extends TResourceRole>> getResourceRole()
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 resourceRole property.
For example, to add a new item, do as follows:
getResourceRole().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement<THumanPerformer>
JAXBElement<TPotentialOwner>
JAXBElement<TPerformer>
JAXBElement<TResourceRole>
public JAXBElement<? extends TLoopCharacteristics> getLoopCharacteristics()
JAXBElement<TStandardLoopCharacteristics>
JAXBElement<TMultiInstanceLoopCharacteristics>
JAXBElement<TLoopCharacteristics>public void setLoopCharacteristics(JAXBElement<? extends TLoopCharacteristics> value)
value - allowed object is
JAXBElement<TStandardLoopCharacteristics>
JAXBElement<TMultiInstanceLoopCharacteristics>
JAXBElement<TLoopCharacteristics>public boolean isIsForCompensation()
Booleanpublic void setIsForCompensation(Boolean value)
value - allowed object is
Booleanpublic BigInteger getStartQuantity()
BigIntegerpublic void setStartQuantity(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getCompletionQuantity()
BigIntegerpublic void setCompletionQuantity(BigInteger value)
value - allowed object is
BigIntegerCopyright © 2021. All rights reserved.