public class TTextAnnotation extends TArtifact
Java class for tTextAnnotation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tTextAnnotation">
<complexContent>
<extension base="{http://www.omg.org/spec/BPMN/20100524/MODEL}tArtifact">
<sequence>
<element ref="{http://www.omg.org/spec/BPMN/20100524/MODEL}text" minOccurs="0"/>
</sequence>
<attribute name="textFormat" type="{http://www.w3.org/2001/XMLSchema}string" default="text/plain" />
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected TText |
text |
protected java.lang.String |
textFormat |
documentation, extensionElements, id| Constructor and Description |
|---|
TTextAnnotation() |
| Modifier and Type | Method and Description |
|---|---|
TText |
getText()
Gets the value of the text property.
|
java.lang.String |
getTextFormat()
Gets the value of the textFormat property.
|
void |
setText(TText value)
Sets the value of the text property.
|
void |
setTextFormat(java.lang.String value)
Sets the value of the textFormat property.
|
getDocumentation, getExtensionElements, getId, getOtherAttributes, setExtensionElements, setIdprotected TText text
protected java.lang.String textFormat
public TText getText()
TTextpublic void setText(TText value)
value - allowed object is
TTextpublic java.lang.String getTextFormat()
Stringpublic void setTextFormat(java.lang.String value)
value - allowed object is
StringCopyright © 2018 SAP SE. All Rights Reserved.