Package org.omg.spec.bpmn.model
Class TTextAnnotation
- java.lang.Object
-
- org.omg.spec.bpmn.model.TBaseElement
-
- org.omg.spec.bpmn.model.TArtifact
-
- org.omg.spec.bpmn.model.TTextAnnotation
-
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>
-
-
Field Summary
Fields Modifier and Type Field Description protected TText
text
protected String
textFormat
-
Fields inherited from class org.omg.spec.bpmn.model.TBaseElement
documentation, extensionElements, id
-
-
Constructor Summary
Constructors Constructor Description TTextAnnotation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TText
getText()
Gets the value of the text property.String
getTextFormat()
Gets the value of the textFormat property.void
setText(TText value)
Sets the value of the text property.void
setTextFormat(String value)
Sets the value of the textFormat property.-
Methods inherited from class org.omg.spec.bpmn.model.TBaseElement
getDocumentation, getExtensionElements, getId, getOtherAttributes, setExtensionElements, setId
-
-
-
-
Method Detail
-
getText
public TText getText()
Gets the value of the text property.- Returns:
- possible object is
TText
-
setText
public void setText(TText value)
Sets the value of the text property.- Parameters:
value
- allowed object isTText
-
getTextFormat
public String getTextFormat()
Gets the value of the textFormat property.- Returns:
- possible object is
String
-
-