Class TDocumentation
java.lang.Object
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TDocumentation
Java class for tDocumentation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tDocumentation"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <any processContents='lax' minOccurs="0"/> </sequence> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" /> <attribute name="textFormat" type="{http://www.w3.org/2001/XMLSchema}string" default="text/plain" /> </restriction> </complexContent> </complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the content property.getId()
Gets the value of the id property.Gets the value of the textFormat property.void
Sets the value of the id property.void
setTextFormat
(String value) Sets the value of the textFormat property.
-
Field Details
-
-
id
-
textFormat
-
-
Constructor Details
-
TDocumentation
public TDocumentation()
-
-
Method Details
-
getContent
Gets the value of the content property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
set
method for the content property.For example, to add a new item, do as follows:
getContent().add(newItem);
Objects of the following type(s) are allowed in the list
Element
Object
String
-
getId
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value
- allowed object isString
-
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
-