Class TResourceParameterBinding
java.lang.Object
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TBaseElement
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TResourceParameterBinding
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
FieldsModifier and TypeFieldDescriptionprotected jakarta.xml.bind.JAXBElement<? extends TExpression>protected QNameFields inherited from class ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TBaseElement
documentation, extensionElements, id -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<? extends TExpression>Gets the value of the expression property.Gets the value of the parameterRef property.voidsetExpression(jakarta.xml.bind.JAXBElement<? extends TExpression> value) Sets the value of the expression property.voidsetParameterRef(QName value) Sets the value of the parameterRef property.Methods inherited from class ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TBaseElement
getDocumentation, getExtensionElements, getId, getOtherAttributes, setExtensionElements, setId
-
Field Details
-
expression
-
parameterRef
-
-
Constructor Details
-
TResourceParameterBinding
public TResourceParameterBinding()
-
-
Method Details
-
getExpression
Gets the value of the expression property.- Returns:
- possible object is
JAXBElement<TFormalExpression>JAXBElement<TExpression>
-
setExpression
Sets the value of the expression property.- Parameters:
value- allowed object isJAXBElement<TFormalExpression>JAXBElement<TExpression>
-
getParameterRef
Gets the value of the parameterRef property.- Returns:
- possible object is
QName
-
setParameterRef
Sets the value of the parameterRef property.- Parameters:
value- allowed object isQName
-