Class 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 Detail

      • expression

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

        protected QName parameterRef
    • Constructor Detail

      • TResourceParameterBinding

        public TResourceParameterBinding()
    • 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 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