Package org.omg.spec.bpmn.model
Class TFormalExpression
- java.lang.Object
-
- org.omg.spec.bpmn.model.TBaseElementWithMixedContent
-
- org.omg.spec.bpmn.model.TExpression
-
- org.omg.spec.bpmn.model.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 Summary
Fields Modifier and Type Field Description protected QName
evaluatesToTypeRef
protected String
language
-
Fields inherited from class org.omg.spec.bpmn.model.TBaseElementWithMixedContent
content, id
-
-
Constructor Summary
Constructors Constructor Description TFormalExpression()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QName
getEvaluatesToTypeRef()
Gets the value of the evaluatesToTypeRef property.String
getLanguage()
Gets the value of the language property.void
setEvaluatesToTypeRef(QName value)
Sets the value of the evaluatesToTypeRef property.void
setLanguage(String value)
Sets the value of the language property.-
Methods inherited from class org.omg.spec.bpmn.model.TBaseElementWithMixedContent
getContent, getId, getOtherAttributes, setId
-
-
-
-
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 isString
-
getEvaluatesToTypeRef
public QName getEvaluatesToTypeRef()
Gets the value of the evaluatesToTypeRef property.- Returns:
- possible object is
QName
-
-