Class TResourceParameterBinding

java.lang.Object
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TBaseElement
ru.cg.webbpm.studio.subsystems.bpmn.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 Details

    • expression

      protected jakarta.xml.bind.JAXBElement<? extends TExpression> expression
    • parameterRef

      protected QName parameterRef
  • Constructor Details

    • TResourceParameterBinding

      public TResourceParameterBinding()
  • Method Details

    • getExpression

      public jakarta.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(jakarta.xml.bind.JAXBElement<? extends TExpression> value)
      Sets the value of the expression property.
      Parameters:
      value - allowed object is JAXBElement<TFormalExpression> JAXBElement<TExpression>
    • getParameterRef

      public QName getParameterRef()
      Gets the value of the parameterRef property.
      Returns:
      possible object is QName
    • setParameterRef

      public void setParameterRef(QName value)
      Sets the value of the parameterRef property.
      Parameters:
      value - allowed object is QName