Package org.omg.spec.bpmn.model
Class TResourceParameterBinding
- java.lang.Object
-
- org.omg.spec.bpmn.model.TBaseElement
-
- org.omg.spec.bpmn.model.TResourceParameterBinding
-
public class TResourceParameterBinding extends TBaseElement
Java class for tResourceParameterBinding complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tResourceParameterBinding"> <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> <attribute name="parameterRef" use="required" type="{http://www.w3.org/2001/XMLSchema}QName" /> <anyAttribute processContents='lax' namespace='##other'/> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected javax.xml.bind.JAXBElement<? extends TExpression>
expression
protected QName
parameterRef
-
Fields inherited from class org.omg.spec.bpmn.model.TBaseElement
documentation, extensionElements, id
-
-
Constructor Summary
Constructors Constructor Description TResourceParameterBinding()
-
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.QName
getParameterRef()
Gets the value of the parameterRef property.void
setExpression(javax.xml.bind.JAXBElement<? extends TExpression> value)
Sets the value of the expression property.void
setParameterRef(QName value)
Sets the value of the parameterRef 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
-
parameterRef
protected QName parameterRef
-
-
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
>
-
getParameterRef
public QName getParameterRef()
Gets the value of the parameterRef property.- Returns:
- possible object is
QName
-
-