Package org.omg.spec.bpmn.model
Class TResourceAssignmentExpression
- java.lang.Object
-
- org.omg.spec.bpmn.model.TBaseElement
-
- org.omg.spec.bpmn.model.TResourceAssignmentExpression
-
public class TResourceAssignmentExpression extends TBaseElement
Java class for tResourceAssignmentExpression complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tResourceAssignmentExpression"> <complexContent> <extension base="{http://www.omg.org/spec/BPMN/20100524/MODEL}tBaseElement"> <sequence> <element ref="{http://www.omg.org/spec/BPMN/20100524/MODEL}expression"/> </sequence> <anyAttribute processContents='lax' namespace='##other'/> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected javax.xml.bind.JAXBElement<? extends TExpression>
expression
-
Fields inherited from class org.omg.spec.bpmn.model.TBaseElement
documentation, extensionElements, id
-
-
Constructor Summary
Constructors Constructor Description TResourceAssignmentExpression()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.xml.bind.JAXBElement<? extends TExpression>
getExpression()
Gets the value of the expression property.void
setExpression(javax.xml.bind.JAXBElement<? extends TExpression> value)
Sets the value of the expression property.-
Methods inherited from class org.omg.spec.bpmn.model.TBaseElement
getDocumentation, getExtensionElements, getId, getOtherAttributes, setExtensionElements, setId
-
-
-
-
Field Detail
-
expression
protected javax.xml.bind.JAXBElement<? extends TExpression> expression
-
-
Method Detail
-
getExpression
public javax.xml.bind.JAXBElement<? extends TExpression> getExpression()
Gets the value of the expression property.- Returns:
- possible object is
JAXBElement
<
TFormalExpression
>
JAXBElement
<
TExpression
>
-
setExpression
public void setExpression(javax.xml.bind.JAXBElement<? extends TExpression> value)
Sets the value of the expression property.- Parameters:
value
- allowed object isJAXBElement
<
TFormalExpression
>
JAXBElement
<
TExpression
>
-
-