public class TResourceRole extends TBaseElement
Java class for tResourceRole complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tResourceRole">
<complexContent>
<extension base="{http://www.omg.org/spec/BPMN/20100524/MODEL}tBaseElement">
<choice>
<sequence>
<element name="resourceRef" type="{http://www.w3.org/2001/XMLSchema}QName"/>
<element ref="{http://www.omg.org/spec/BPMN/20100524/MODEL}resourceParameterBinding" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<element ref="{http://www.omg.org/spec/BPMN/20100524/MODEL}resourceAssignmentExpression" minOccurs="0"/>
</choice>
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
name |
protected TResourceAssignmentExpression |
resourceAssignmentExpression |
protected java.util.List<TResourceParameterBinding> |
resourceParameterBinding |
protected javax.xml.namespace.QName |
resourceRef |
documentation, extensionElements, id| Constructor and Description |
|---|
TResourceRole() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName()
Gets the value of the name property.
|
TResourceAssignmentExpression |
getResourceAssignmentExpression()
Gets the value of the resourceAssignmentExpression property.
|
java.util.List<TResourceParameterBinding> |
getResourceParameterBinding()
Gets the value of the resourceParameterBinding property.
|
javax.xml.namespace.QName |
getResourceRef()
Gets the value of the resourceRef property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
void |
setResourceAssignmentExpression(TResourceAssignmentExpression value)
Sets the value of the resourceAssignmentExpression property.
|
void |
setResourceRef(javax.xml.namespace.QName value)
Sets the value of the resourceRef property.
|
getDocumentation, getExtensionElements, getId, getOtherAttributes, setExtensionElements, setIdprotected javax.xml.namespace.QName resourceRef
protected java.util.List<TResourceParameterBinding> resourceParameterBinding
protected TResourceAssignmentExpression resourceAssignmentExpression
protected java.lang.String name
public javax.xml.namespace.QName getResourceRef()
QNamepublic void setResourceRef(javax.xml.namespace.QName value)
value - allowed object is
QNamepublic java.util.List<TResourceParameterBinding> getResourceParameterBinding()
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 resourceParameterBinding property.
For example, to add a new item, do as follows:
getResourceParameterBinding().add(newItem);
Objects of the following type(s) are allowed in the list
TResourceParameterBinding
public TResourceAssignmentExpression getResourceAssignmentExpression()
TResourceAssignmentExpressionpublic void setResourceAssignmentExpression(TResourceAssignmentExpression value)
value - allowed object is
TResourceAssignmentExpressionpublic java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
StringCopyright © 2018 SAP SE. All Rights Reserved.