Class 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 Details

    • text

      protected TText text
    • textFormat

      protected String textFormat
  • Constructor Details

    • TTextAnnotation

      public TTextAnnotation()
  • Method Details

    • 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 is TText
    • getTextFormat

      public String getTextFormat()
      Gets the value of the textFormat property.
      Returns:
      possible object is String
    • setTextFormat

      public void setTextFormat(String value)
      Sets the value of the textFormat property.
      Parameters:
      value - allowed object is String