Class TTextAnnotation
java.lang.Object
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TBaseElement
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TArtifact
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TTextAnnotation
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
FieldsFields inherited from class ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TBaseElement
documentation, extensionElements, id
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetText()
Gets the value of the text property.Gets the value of the textFormat property.void
Sets the value of the text property.void
setTextFormat
(String value) Sets the value of the textFormat property.Methods inherited from class ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TBaseElement
getDocumentation, getExtensionElements, getId, getOtherAttributes, setExtensionElements, setId
-
Field Details
-
text
-
textFormat
-
-
Constructor Details
-
TTextAnnotation
public TTextAnnotation()
-
-
Method Details
-
getText
Gets the value of the text property.- Returns:
- possible object is
TText
-
setText
Sets the value of the text property.- Parameters:
value
- allowed object isTText
-
getTextFormat
Gets the value of the textFormat property.- Returns:
- possible object is
String
-
setTextFormat
Sets the value of the textFormat property.- Parameters:
value
- allowed object isString
-