public class TTextAnnotation extends TArtifact
tTextAnnotation complex type的 Java 类。
以下模式片段指定包含在此类中的预期内容。
<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>
| 限定符和类型 | 字段和说明 |
|---|---|
protected TText |
text |
protected String |
textFormat |
documentation, extensionElements, id| 构造器和说明 |
|---|
TTextAnnotation() |
| 限定符和类型 | 方法和说明 |
|---|---|
TText |
getText()
获取text属性的值。
|
String |
getTextFormat()
获取textFormat属性的值。
|
void |
setText(TText value)
设置text属性的值。
|
void |
setTextFormat(String value)
设置textFormat属性的值。
|
getDocumentation, getExtensionElements, getId, getOtherAttributes, setExtensionElements, setIdCopyright © 2021. All rights reserved.