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>
| Modifier and Type | Field and Description |
|---|---|
protected javax.xml.namespace.QName |
evaluatesToTypeRef |
protected java.lang.String |
language |
content, id| Constructor and Description |
|---|
TFormalExpression() |
| Modifier and Type | Method and Description |
|---|---|
javax.xml.namespace.QName |
getEvaluatesToTypeRef()
Gets the value of the evaluatesToTypeRef property.
|
java.lang.String |
getLanguage()
Gets the value of the language property.
|
void |
setEvaluatesToTypeRef(javax.xml.namespace.QName value)
Sets the value of the evaluatesToTypeRef property.
|
void |
setLanguage(java.lang.String value)
Sets the value of the language property.
|
getContent, getId, getOtherAttributes, setIdprotected java.lang.String language
protected javax.xml.namespace.QName evaluatesToTypeRef
public java.lang.String getLanguage()
Stringpublic void setLanguage(java.lang.String value)
value - allowed object is
Stringpublic javax.xml.namespace.QName getEvaluatesToTypeRef()
QNamepublic void setEvaluatesToTypeRef(javax.xml.namespace.QName value)
value - allowed object is
QNameCopyright © 2018 SAP SE. All Rights Reserved.