public class TOutputSet extends TBaseElement
tOutputSet complex type的 Java 类。
以下模式片段指定包含在此类中的预期内容。
<complexType name="tOutputSet">
<complexContent>
<extension base="{http://www.omg.org/spec/BPMN/20100524/MODEL}tBaseElement">
<sequence>
<element name="dataOutputRefs" type="{http://www.w3.org/2001/XMLSchema}IDREF" maxOccurs="unbounded" minOccurs="0"/>
<element name="optionalOutputRefs" type="{http://www.w3.org/2001/XMLSchema}IDREF" maxOccurs="unbounded" minOccurs="0"/>
<element name="whileExecutingOutputRefs" type="{http://www.w3.org/2001/XMLSchema}IDREF" maxOccurs="unbounded" minOccurs="0"/>
<element name="inputSetRefs" type="{http://www.w3.org/2001/XMLSchema}IDREF" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
| 限定符和类型 | 字段和说明 |
|---|---|
protected List<JAXBElement<Object>> |
dataOutputRefs |
protected List<JAXBElement<Object>> |
inputSetRefs |
protected String |
name |
protected List<JAXBElement<Object>> |
optionalOutputRefs |
protected List<JAXBElement<Object>> |
whileExecutingOutputRefs |
documentation, extensionElements, id| 构造器和说明 |
|---|
TOutputSet() |
| 限定符和类型 | 方法和说明 |
|---|---|
List<JAXBElement<Object>> |
getDataOutputRefs()
Gets the value of the dataOutputRefs property.
|
List<JAXBElement<Object>> |
getInputSetRefs()
Gets the value of the inputSetRefs property.
|
String |
getName()
获取name属性的值。
|
List<JAXBElement<Object>> |
getOptionalOutputRefs()
Gets the value of the optionalOutputRefs property.
|
List<JAXBElement<Object>> |
getWhileExecutingOutputRefs()
Gets the value of the whileExecutingOutputRefs property.
|
void |
setName(String value)
设置name属性的值。
|
getDocumentation, getExtensionElements, getId, getOtherAttributes, setExtensionElements, setIdprotected List<JAXBElement<Object>> dataOutputRefs
protected List<JAXBElement<Object>> optionalOutputRefs
protected List<JAXBElement<Object>> whileExecutingOutputRefs
protected List<JAXBElement<Object>> inputSetRefs
protected String name
public List<JAXBElement<Object>> getDataOutputRefs()
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 dataOutputRefs property.
For example, to add a new item, do as follows:
getDataOutputRefs().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement<Object>
public List<JAXBElement<Object>> getOptionalOutputRefs()
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 optionalOutputRefs property.
For example, to add a new item, do as follows:
getOptionalOutputRefs().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement<Object>
public List<JAXBElement<Object>> getWhileExecutingOutputRefs()
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 whileExecutingOutputRefs property.
For example, to add a new item, do as follows:
getWhileExecutingOutputRefs().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement<Object>
public List<JAXBElement<Object>> getInputSetRefs()
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 inputSetRefs property.
For example, to add a new item, do as follows:
getInputSetRefs().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement<Object>
Copyright © 2021. All rights reserved.