Class TDefinitions
Java class for tDefinitions complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tDefinitions"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://www.omg.org/spec/BPMN/20100524/MODEL}import" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://www.omg.org/spec/BPMN/20100524/MODEL}extension" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://www.omg.org/spec/BPMN/20100524/MODEL}rootElement" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://www.omg.org/spec/BPMN/20100524/DI}BPMNDiagram" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://www.omg.org/spec/BPMN/20100524/MODEL}relationship" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" /> <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="targetNamespace" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> <attribute name="expressionLanguage" type="{http://www.w3.org/2001/XMLSchema}anyURI" default="http://www.w3.org/1999/XPath" /> <attribute name="typeLanguage" type="{http://www.w3.org/2001/XMLSchema}anyURI" default="http://www.w3.org/2001/XMLSchema" /> <attribute name="exporter" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="exporterVersion" type="{http://www.w3.org/2001/XMLSchema}string" /> <anyAttribute processContents='lax' namespace='##other'/> </restriction> </complexContent> </complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<BPMNDiagram>
protected String
protected String
protected String
protected List<TExtension>
protected String
protected String
protected List<TRelationship>
protected List<jakarta.xml.bind.JAXBElement<? extends TRootElement>>
protected String
protected String
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the bpmnDiagram property.Gets the value of the exporter property.Gets the value of the exporterVersion property.Gets the value of the expressionLanguage property.Gets the value of the extension property.getId()
Gets the value of the id property.Gets the value of the import property.getName()
Gets the value of the name property.Gets a map that contains attributes that aren't bound to any typed property on this class.Gets the value of the relationship property.List<jakarta.xml.bind.JAXBElement<? extends TRootElement>>
Gets the value of the rootElement property.Gets the value of the targetNamespace property.Gets the value of the typeLanguage property.void
setExporter
(String value) Sets the value of the exporter property.void
setExporterVersion
(String value) Sets the value of the exporterVersion property.void
setExpressionLanguage
(String value) Sets the value of the expressionLanguage property.void
Sets the value of the id property.void
Sets the value of the name property.void
setTargetNamespace
(String value) Sets the value of the targetNamespace property.void
setTypeLanguage
(String value) Sets the value of the typeLanguage property.
-
Field Details
-
_import
-
extension
-
rootElement
-
bpmnDiagram
-
relationship
-
id
-
name
-
targetNamespace
-
expressionLanguage
-
typeLanguage
-
exporter
-
exporterVersion
-
-
Constructor Details
-
TDefinitions
public TDefinitions()
-
-
Method Details
-
getImport
Gets the value of the import 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 import property.For example, to add a new item, do as follows:
getImport().add(newItem);
Objects of the following type(s) are allowed in the list
TImport
-
getExtension
Gets the value of the extension 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 extension property.For example, to add a new item, do as follows:
getExtension().add(newItem);
Objects of the following type(s) are allowed in the list
TExtension
-
getRootElement
Gets the value of the rootElement 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 rootElement property.For example, to add a new item, do as follows:
getRootElement().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement
<
TCategory
>
JAXBElement
<
TSignalEventDefinition
>
JAXBElement
<
TMessageEventDefinition
>
JAXBElement
<
TConditionalEventDefinition
>
JAXBElement
<
TErrorEventDefinition
>
JAXBElement
<
TCancelEventDefinition
>
JAXBElement
<
TCompensateEventDefinition
>
JAXBElement
<
TLinkEventDefinition
>
JAXBElement
<
TTerminateEventDefinition
>
JAXBElement
<
TTimerEventDefinition
>
JAXBElement
<
TEscalationEventDefinition
>
JAXBElement
<
TEventDefinition
>
JAXBElement
<
TError
>
JAXBElement
<
TGlobalBusinessRuleTask
>
JAXBElement
<
TGlobalUserTask
>
JAXBElement
<
TGlobalChoreographyTask
>
JAXBElement
<
TChoreography
>
JAXBElement
<
TGlobalConversation
>
JAXBElement
<
TCollaboration
>
JAXBElement
<
TInterface
>
JAXBElement
<
TResource
>
JAXBElement
<
TMessage
>
JAXBElement
<
TGlobalTask
>
JAXBElement
<
TDataStore
>
JAXBElement
<
TEscalation
>
JAXBElement
<
TCorrelationProperty
>
JAXBElement
<
TPartnerEntity
>
JAXBElement
<
TEndPoint
>
JAXBElement
<
TPartnerRole
>
JAXBElement
<
TProcess
>
JAXBElement
<
TGlobalManualTask
>
JAXBElement
<
TItemDefinition
>
JAXBElement
<
TGlobalScriptTask
>
JAXBElement
<
TSignal
>
JAXBElement
<
TRootElement
>
-
getBPMNDiagram
Gets the value of the bpmnDiagram 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 bpmnDiagram property.For example, to add a new item, do as follows:
getBPMNDiagram().add(newItem);
Objects of the following type(s) are allowed in the list
BPMNDiagram
-
getRelationship
Gets the value of the relationship 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 relationship property.For example, to add a new item, do as follows:
getRelationship().add(newItem);
Objects of the following type(s) are allowed in the list
TRelationship
-
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
-
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value
- allowed object isString
-
getTargetNamespace
Gets the value of the targetNamespace property.- Returns:
- possible object is
String
-
setTargetNamespace
Sets the value of the targetNamespace property.- Parameters:
value
- allowed object isString
-
getExpressionLanguage
Gets the value of the expressionLanguage property.- Returns:
- possible object is
String
-
setExpressionLanguage
Sets the value of the expressionLanguage property.- Parameters:
value
- allowed object isString
-
getTypeLanguage
Gets the value of the typeLanguage property.- Returns:
- possible object is
String
-
setTypeLanguage
Sets the value of the typeLanguage property.- Parameters:
value
- allowed object isString
-
getExporter
Gets the value of the exporter property.- Returns:
- possible object is
String
-
setExporter
Sets the value of the exporter property.- Parameters:
value
- allowed object isString
-
getExporterVersion
Gets the value of the exporterVersion property.- Returns:
- possible object is
String
-
setExporterVersion
Sets the value of the exporterVersion property.- Parameters:
value
- allowed object isString
-
getOtherAttributes
Gets a map that contains attributes that aren't bound to any typed property on this class.the map is keyed by the name of the attribute and the value is the string value of the attribute. the map returned by this method is live, and you can add new attribute by updating the map directly. Because of this design, there's no setter.
- Returns:
- always non-null
-