Class TExtension
java.lang.Object
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TExtension
Java class for tExtension complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tExtension"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://www.omg.org/spec/BPMN/20100524/MODEL}documentation" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="definition" type="{http://www.w3.org/2001/XMLSchema}QName" /> <attribute name="mustUnderstand" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> </restriction> </complexContent> </complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected QName
protected List<TDocumentation>
protected Boolean
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the definition property.Gets the value of the documentation property.boolean
Gets the value of the mustUnderstand property.void
setDefinition
(QName value) Sets the value of the definition property.void
setMustUnderstand
(Boolean value) Sets the value of the mustUnderstand property.
-
Field Details
-
documentation
-
definition
-
mustUnderstand
-
-
Constructor Details
-
TExtension
public TExtension()
-
-
Method Details
-
getDocumentation
Gets the value of the documentation 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 documentation property.For example, to add a new item, do as follows:
getDocumentation().add(newItem);
Objects of the following type(s) are allowed in the list
TDocumentation
-
getDefinition
Gets the value of the definition property.- Returns:
- possible object is
QName
-
setDefinition
Sets the value of the definition property.- Parameters:
value
- allowed object isQName
-
isMustUnderstand
public boolean isMustUnderstand()Gets the value of the mustUnderstand property.- Returns:
- possible object is
Boolean
-
setMustUnderstand
Sets the value of the mustUnderstand property.- Parameters:
value
- allowed object isBoolean
-