public class TDefinitions
extends java.lang.Object
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>
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<TImport> |
_import |
protected java.util.List<BPMNDiagram> |
bpmnDiagram |
protected java.lang.String |
exporter |
protected java.lang.String |
exporterVersion |
protected java.lang.String |
expressionLanguage |
protected java.util.List<TExtension> |
extension |
protected java.lang.String |
id |
protected java.lang.String |
name |
protected java.util.List<TRelationship> |
relationship |
protected java.util.List<javax.xml.bind.JAXBElement<? extends TRootElement>> |
rootElement |
protected java.lang.String |
targetNamespace |
protected java.lang.String |
typeLanguage |
| Constructor and Description |
|---|
TDefinitions() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<BPMNDiagram> |
getBPMNDiagram()
Gets the value of the bpmnDiagram property.
|
java.lang.String |
getExporter()
Gets the value of the exporter property.
|
java.lang.String |
getExporterVersion()
Gets the value of the exporterVersion property.
|
java.lang.String |
getExpressionLanguage()
Gets the value of the expressionLanguage property.
|
java.util.List<TExtension> |
getExtension()
Gets the value of the extension property.
|
java.lang.String |
getId()
Gets the value of the id property.
|
java.util.List<TImport> |
getImport()
Gets the value of the import property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
java.util.Map<javax.xml.namespace.QName,java.lang.String> |
getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class.
|
java.util.List<TRelationship> |
getRelationship()
Gets the value of the relationship property.
|
java.util.List<javax.xml.bind.JAXBElement<? extends TRootElement>> |
getRootElement()
Gets the value of the rootElement property.
|
java.lang.String |
getTargetNamespace()
Gets the value of the targetNamespace property.
|
java.lang.String |
getTypeLanguage()
Gets the value of the typeLanguage property.
|
void |
setExporter(java.lang.String value)
Sets the value of the exporter property.
|
void |
setExporterVersion(java.lang.String value)
Sets the value of the exporterVersion property.
|
void |
setExpressionLanguage(java.lang.String value)
Sets the value of the expressionLanguage property.
|
void |
setId(java.lang.String value)
Sets the value of the id property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
void |
setTargetNamespace(java.lang.String value)
Sets the value of the targetNamespace property.
|
void |
setTypeLanguage(java.lang.String value)
Sets the value of the typeLanguage property.
|
protected java.util.List<TImport> _import
protected java.util.List<TExtension> extension
protected java.util.List<javax.xml.bind.JAXBElement<? extends TRootElement>> rootElement
protected java.util.List<BPMNDiagram> bpmnDiagram
protected java.util.List<TRelationship> relationship
protected java.lang.String id
protected java.lang.String name
protected java.lang.String targetNamespace
protected java.lang.String expressionLanguage
protected java.lang.String typeLanguage
protected java.lang.String exporter
protected java.lang.String exporterVersion
public java.util.List<TImport> getImport()
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 JAXB 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
public java.util.List<TExtension> getExtension()
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 JAXB 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
public java.util.List<javax.xml.bind.JAXBElement<? extends TRootElement>> getRootElement()
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 JAXB 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<TCorrelationProperty>
JAXBElement<TItemDefinition>
JAXBElement<TProcess>
JAXBElement<TPartnerRole>
JAXBElement<TTimerEventDefinition>
JAXBElement<TGlobalConversation>
JAXBElement<TGlobalManualTask>
JAXBElement<TCancelEventDefinition>
JAXBElement<TResource>
JAXBElement<TCollaboration>
JAXBElement<TGlobalTask>
JAXBElement<TEndPoint>
JAXBElement<TGlobalScriptTask>
JAXBElement<TGlobalBusinessRuleTask>
JAXBElement<TSignal>
JAXBElement<TMessageEventDefinition>
JAXBElement<TCompensateEventDefinition>
JAXBElement<TGlobalChoreographyTask>
JAXBElement<TError>
JAXBElement<TMessage>
JAXBElement<TRootElement>
JAXBElement<TErrorEventDefinition>
JAXBElement<TEscalationEventDefinition>
JAXBElement<TInterface>
JAXBElement<TTerminateEventDefinition>
JAXBElement<TSignalEventDefinition>
JAXBElement<TCategory>
JAXBElement<TGlobalUserTask>
JAXBElement<TConditionalEventDefinition>
JAXBElement<TPartnerEntity>
JAXBElement<TDataStore>
JAXBElement<TChoreography>
JAXBElement<TEscalation>
JAXBElement<TLinkEventDefinition>
JAXBElement<TEventDefinition>
public java.util.List<BPMNDiagram> getBPMNDiagram()
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 JAXB 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
public java.util.List<TRelationship> getRelationship()
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 JAXB 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
public java.lang.String getId()
Stringpublic void setId(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getTargetNamespace()
Stringpublic void setTargetNamespace(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getExpressionLanguage()
Stringpublic void setExpressionLanguage(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getTypeLanguage()
Stringpublic void setTypeLanguage(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getExporter()
Stringpublic void setExporter(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getExporterVersion()
Stringpublic void setExporterVersion(java.lang.String value)
value - allowed object is
Stringpublic java.util.Map<javax.xml.namespace.QName,java.lang.String> getOtherAttributes()
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.
Copyright © 2018 SAP SE. All Rights Reserved.