public class TExpression extends TCmmnElementWithMixedContent
<p>Java class for tExpression complex type.
<p>The following schema fragment specifies the expected content contained within this class.
<pre> <complexType name="tExpression"> <complexContent> <extension base="{http://www.omg.org/spec/CMMN/20131201/MODEL}tCmmnElementWithMixedContent"> <sequence> <element name="body" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> <attribute name="language" type="{http://www.w3.org/2001/XMLSchema}anyURI" default="http://www.w3.org/1999/XPath" /> <anyAttribute processContents='lax' namespace='##other'/> </extension> </complexContent> </complexType> </pre>
Constructor and Description |
---|
TExpression() |
Modifier and Type | Method and Description |
---|---|
String |
getBody()
Gets the value of the body property.
|
String |
getLanguage()
Gets the value of the language property.
|
void |
setBody(String value)
Sets the value of the body property.
|
void |
setLanguage(String value)
Sets the value of the language property.
|
getDescription, getId, getOtherAttributes, setDescription, setId
public String getBody()
Gets the value of the body property.
String
public void setBody(String value)
Sets the value of the body property.
value
- allowed object is
String
public String getLanguage()
Gets the value of the language property.
String
Copyright © 2010 - 2019 edorasware ag. All Rights Reserved.