Class TFormalExpression
java.lang.Object
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TBaseElementWithMixedContent
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TExpression
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TFormalExpression
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
FieldsFields inherited from class ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TBaseElementWithMixedContent
content, id
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the evaluatesToTypeRef property.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 ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TBaseElementWithMixedContent
getContent, getId, getOtherAttributes, setId
-
Field Details
-
language
-
evaluatesToTypeRef
-
-
Constructor Details
-
TFormalExpression
public TFormalExpression()
-
-
Method Details
-
getLanguage
Gets the value of the language property.- Returns:
- possible object is
String
-
setLanguage
Sets the value of the language property.- Parameters:
value
- allowed object isString
-
getEvaluatesToTypeRef
Gets the value of the evaluatesToTypeRef property.- Returns:
- possible object is
QName
-
setEvaluatesToTypeRef
Sets the value of the evaluatesToTypeRef property.- Parameters:
value
- allowed object isQName
-