Class TFormalExpression


  • public class TFormalExpression
    extends TExpression

    Java class for tFormalExpression complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="tFormalExpression">
       <complexContent>
         <extension base="{http://www.omg.org/spec/BPMN/20100524/MODEL}tExpression">
           <attribute name="language" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
           <attribute name="evaluatesToTypeRef" type="{http://www.w3.org/2001/XMLSchema}QName" />
           <anyAttribute processContents='lax' namespace='##other'/>
         </extension>
       </complexContent>
     </complexType>
     
    • Field Detail

      • language

        protected String language
      • evaluatesToTypeRef

        protected QName evaluatesToTypeRef
    • Constructor Detail

      • TFormalExpression

        public TFormalExpression()
    • Method Detail

      • getLanguage

        public String getLanguage()
        Gets the value of the language property.
        Returns:
        possible object is String
      • setLanguage

        public void setLanguage​(String value)
        Sets the value of the language property.
        Parameters:
        value - allowed object is String
      • getEvaluatesToTypeRef

        public QName getEvaluatesToTypeRef()
        Gets the value of the evaluatesToTypeRef property.
        Returns:
        possible object is QName
      • setEvaluatesToTypeRef

        public void setEvaluatesToTypeRef​(QName value)
        Sets the value of the evaluatesToTypeRef property.
        Parameters:
        value - allowed object is QName