();
- }
- return this.bpmnLabelStyles;
- }
-
-}
diff --git a/src/generated-sources/java/org/omg/spec/bpmn/_20100524/di/BPMNEdge.java b/src/generated-sources/java/org/omg/spec/bpmn/_20100524/di/BPMNEdge.java
deleted file mode 100644
index 9ae7736..0000000
--- a/src/generated-sources/java/org/omg/spec/bpmn/_20100524/di/BPMNEdge.java
+++ /dev/null
@@ -1,176 +0,0 @@
-
-package org.omg.spec.bpmn._20100524.di;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlAttribute;
-import javax.xml.bind.annotation.XmlElement;
-import javax.xml.bind.annotation.XmlType;
-import javax.xml.namespace.QName;
-import org.omg.spec.dd._20100524.di.LabeledEdge;
-
-
-/**
- * Java class for BPMNEdge complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
- *
- *
- * <complexType name="BPMNEdge">
- * <complexContent>
- * <extension base="{http://www.omg.org/spec/DD/20100524/DI}LabeledEdge">
- * <sequence>
- * <element ref="{http://www.omg.org/spec/BPMN/20100524/DI}BPMNLabel" minOccurs="0"/>
- * </sequence>
- * <attribute name="bpmnElement" type="{http://www.w3.org/2001/XMLSchema}QName" />
- * <attribute name="sourceElement" type="{http://www.w3.org/2001/XMLSchema}QName" />
- * <attribute name="targetElement" type="{http://www.w3.org/2001/XMLSchema}QName" />
- * <attribute name="messageVisibleKind" type="{http://www.omg.org/spec/BPMN/20100524/DI}MessageVisibleKind" />
- * <anyAttribute processContents='lax' namespace='##other'/>
- * </extension>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "BPMNEdge", propOrder = {
- "bpmnLabel"
-})
-public class BPMNEdge
- extends LabeledEdge
-{
-
- @XmlElement(name = "BPMNLabel")
- protected BPMNLabel bpmnLabel;
- @XmlAttribute(name = "bpmnElement")
- protected QName bpmnElement;
- @XmlAttribute(name = "sourceElement")
- protected QName sourceElement;
- @XmlAttribute(name = "targetElement")
- protected QName targetElement;
- @XmlAttribute(name = "messageVisibleKind")
- protected MessageVisibleKind messageVisibleKind;
-
- /**
- * Gets the value of the bpmnLabel property.
- *
- * @return
- * possible object is
- * {@link BPMNLabel }
- *
- */
- public BPMNLabel getBPMNLabel() {
- return bpmnLabel;
- }
-
- /**
- * Sets the value of the bpmnLabel property.
- *
- * @param value
- * allowed object is
- * {@link BPMNLabel }
- *
- */
- public void setBPMNLabel(BPMNLabel value) {
- this.bpmnLabel = value;
- }
-
- /**
- * Gets the value of the bpmnElement property.
- *
- * @return
- * possible object is
- * {@link QName }
- *
- */
- public QName getBpmnElement() {
- return bpmnElement;
- }
-
- /**
- * Sets the value of the bpmnElement property.
- *
- * @param value
- * allowed object is
- * {@link QName }
- *
- */
- public void setBpmnElement(QName value) {
- this.bpmnElement = value;
- }
-
- /**
- * Gets the value of the sourceElement property.
- *
- * @return
- * possible object is
- * {@link QName }
- *
- */
- public QName getSourceElement() {
- return sourceElement;
- }
-
- /**
- * Sets the value of the sourceElement property.
- *
- * @param value
- * allowed object is
- * {@link QName }
- *
- */
- public void setSourceElement(QName value) {
- this.sourceElement = value;
- }
-
- /**
- * Gets the value of the targetElement property.
- *
- * @return
- * possible object is
- * {@link QName }
- *
- */
- public QName getTargetElement() {
- return targetElement;
- }
-
- /**
- * Sets the value of the targetElement property.
- *
- * @param value
- * allowed object is
- * {@link QName }
- *
- */
- public void setTargetElement(QName value) {
- this.targetElement = value;
- }
-
- /**
- * Gets the value of the messageVisibleKind property.
- *
- * @return
- * possible object is
- * {@link MessageVisibleKind }
- *
- */
- public MessageVisibleKind getMessageVisibleKind() {
- return messageVisibleKind;
- }
-
- /**
- * Sets the value of the messageVisibleKind property.
- *
- * @param value
- * allowed object is
- * {@link MessageVisibleKind }
- *
- */
- public void setMessageVisibleKind(MessageVisibleKind value) {
- this.messageVisibleKind = value;
- }
-
-}
diff --git a/src/generated-sources/java/org/omg/spec/bpmn/_20100524/di/BPMNLabel.java b/src/generated-sources/java/org/omg/spec/bpmn/_20100524/di/BPMNLabel.java
deleted file mode 100644
index 1fa9454..0000000
--- a/src/generated-sources/java/org/omg/spec/bpmn/_20100524/di/BPMNLabel.java
+++ /dev/null
@@ -1,65 +0,0 @@
-
-package org.omg.spec.bpmn._20100524.di;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlAttribute;
-import javax.xml.bind.annotation.XmlRootElement;
-import javax.xml.bind.annotation.XmlType;
-import javax.xml.namespace.QName;
-import org.omg.spec.dd._20100524.di.Label;
-
-
-/**
- * Java class for BPMNLabel complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
- *
- *
- * <complexType name="BPMNLabel">
- * <complexContent>
- * <extension base="{http://www.omg.org/spec/DD/20100524/DI}Label">
- * <attribute name="labelStyle" type="{http://www.w3.org/2001/XMLSchema}QName" />
- * <anyAttribute processContents='lax' namespace='##other'/>
- * </extension>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "BPMNLabel")
-@XmlRootElement(name = "BPMNLabel")
-public class BPMNLabel
- extends Label
-{
-
- @XmlAttribute(name = "labelStyle")
- protected QName labelStyle;
-
- /**
- * Gets the value of the labelStyle property.
- *
- * @return
- * possible object is
- * {@link QName }
- *
- */
- public QName getLabelStyle() {
- return labelStyle;
- }
-
- /**
- * Sets the value of the labelStyle property.
- *
- * @param value
- * allowed object is
- * {@link QName }
- *
- */
- public void setLabelStyle(QName value) {
- this.labelStyle = value;
- }
-
-}
diff --git a/src/generated-sources/java/org/omg/spec/bpmn/_20100524/di/BPMNLabelStyle.java b/src/generated-sources/java/org/omg/spec/bpmn/_20100524/di/BPMNLabelStyle.java
deleted file mode 100644
index 859e5ac..0000000
--- a/src/generated-sources/java/org/omg/spec/bpmn/_20100524/di/BPMNLabelStyle.java
+++ /dev/null
@@ -1,68 +0,0 @@
-
-package org.omg.spec.bpmn._20100524.di;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlElement;
-import javax.xml.bind.annotation.XmlRootElement;
-import javax.xml.bind.annotation.XmlType;
-import org.omg.spec.dd._20100524.dc.Font;
-import org.omg.spec.dd._20100524.di.Style;
-
-
-/**
- * Java class for BPMNLabelStyle complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
- *
- *
- * <complexType name="BPMNLabelStyle">
- * <complexContent>
- * <extension base="{http://www.omg.org/spec/DD/20100524/DI}Style">
- * <sequence>
- * <element ref="{http://www.omg.org/spec/DD/20100524/DC}Font"/>
- * </sequence>
- * </extension>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "BPMNLabelStyle", propOrder = {
- "font"
-})
-@XmlRootElement(name = "BPMNLabelStyle")
-public class BPMNLabelStyle
- extends Style
-{
-
- @XmlElement(name = "Font", namespace = "http://www.omg.org/spec/DD/20100524/DC", required = true)
- protected Font font;
-
- /**
- * Gets the value of the font property.
- *
- * @return
- * possible object is
- * {@link Font }
- *
- */
- public Font getFont() {
- return font;
- }
-
- /**
- * Sets the value of the font property.
- *
- * @param value
- * allowed object is
- * {@link Font }
- *
- */
- public void setFont(Font value) {
- this.font = value;
- }
-
-}
diff --git a/src/generated-sources/java/org/omg/spec/bpmn/_20100524/di/BPMNPlane.java b/src/generated-sources/java/org/omg/spec/bpmn/_20100524/di/BPMNPlane.java
deleted file mode 100644
index becdacb..0000000
--- a/src/generated-sources/java/org/omg/spec/bpmn/_20100524/di/BPMNPlane.java
+++ /dev/null
@@ -1,65 +0,0 @@
-
-package org.omg.spec.bpmn._20100524.di;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlAttribute;
-import javax.xml.bind.annotation.XmlRootElement;
-import javax.xml.bind.annotation.XmlType;
-import javax.xml.namespace.QName;
-import org.omg.spec.dd._20100524.di.Plane;
-
-
-/**
- * Java class for BPMNPlane complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
- *
- *
- * <complexType name="BPMNPlane">
- * <complexContent>
- * <extension base="{http://www.omg.org/spec/DD/20100524/DI}Plane">
- * <attribute name="bpmnElement" type="{http://www.w3.org/2001/XMLSchema}QName" />
- * <anyAttribute processContents='lax' namespace='##other'/>
- * </extension>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "BPMNPlane")
-@XmlRootElement(name = "BPMNPlane")
-public class BPMNPlane
- extends Plane
-{
-
- @XmlAttribute(name = "bpmnElement")
- protected QName bpmnElement;
-
- /**
- * Gets the value of the bpmnElement property.
- *
- * @return
- * possible object is
- * {@link QName }
- *
- */
- public QName getBpmnElement() {
- return bpmnElement;
- }
-
- /**
- * Sets the value of the bpmnElement property.
- *
- * @param value
- * allowed object is
- * {@link QName }
- *
- */
- public void setBpmnElement(QName value) {
- this.bpmnElement = value;
- }
-
-}
diff --git a/src/generated-sources/java/org/omg/spec/bpmn/_20100524/di/BPMNShape.java b/src/generated-sources/java/org/omg/spec/bpmn/_20100524/di/BPMNShape.java
deleted file mode 100644
index e3831db..0000000
--- a/src/generated-sources/java/org/omg/spec/bpmn/_20100524/di/BPMNShape.java
+++ /dev/null
@@ -1,257 +0,0 @@
-
-package org.omg.spec.bpmn._20100524.di;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlAttribute;
-import javax.xml.bind.annotation.XmlElement;
-import javax.xml.bind.annotation.XmlType;
-import javax.xml.namespace.QName;
-import org.omg.spec.dd._20100524.di.LabeledShape;
-
-
-/**
- * Java class for BPMNShape complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
- *
- *
- * <complexType name="BPMNShape">
- * <complexContent>
- * <extension base="{http://www.omg.org/spec/DD/20100524/DI}LabeledShape">
- * <sequence>
- * <element ref="{http://www.omg.org/spec/BPMN/20100524/DI}BPMNLabel" minOccurs="0"/>
- * </sequence>
- * <attribute name="bpmnElement" type="{http://www.w3.org/2001/XMLSchema}QName" />
- * <attribute name="isHorizontal" type="{http://www.w3.org/2001/XMLSchema}boolean" />
- * <attribute name="isExpanded" type="{http://www.w3.org/2001/XMLSchema}boolean" />
- * <attribute name="isMarkerVisible" type="{http://www.w3.org/2001/XMLSchema}boolean" />
- * <attribute name="isMessageVisible" type="{http://www.w3.org/2001/XMLSchema}boolean" />
- * <attribute name="participantBandKind" type="{http://www.omg.org/spec/BPMN/20100524/DI}ParticipantBandKind" />
- * <attribute name="choreographyActivityShape" type="{http://www.w3.org/2001/XMLSchema}QName" />
- * <anyAttribute processContents='lax' namespace='##other'/>
- * </extension>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "BPMNShape", propOrder = {
- "bpmnLabel"
-})
-public class BPMNShape
- extends LabeledShape
-{
-
- @XmlElement(name = "BPMNLabel")
- protected BPMNLabel bpmnLabel;
- @XmlAttribute(name = "bpmnElement")
- protected QName bpmnElement;
- @XmlAttribute(name = "isHorizontal")
- protected Boolean isHorizontal;
- @XmlAttribute(name = "isExpanded")
- protected Boolean isExpanded;
- @XmlAttribute(name = "isMarkerVisible")
- protected Boolean isMarkerVisible;
- @XmlAttribute(name = "isMessageVisible")
- protected Boolean isMessageVisible;
- @XmlAttribute(name = "participantBandKind")
- protected ParticipantBandKind participantBandKind;
- @XmlAttribute(name = "choreographyActivityShape")
- protected QName choreographyActivityShape;
-
- /**
- * Gets the value of the bpmnLabel property.
- *
- * @return
- * possible object is
- * {@link BPMNLabel }
- *
- */
- public BPMNLabel getBPMNLabel() {
- return bpmnLabel;
- }
-
- /**
- * Sets the value of the bpmnLabel property.
- *
- * @param value
- * allowed object is
- * {@link BPMNLabel }
- *
- */
- public void setBPMNLabel(BPMNLabel value) {
- this.bpmnLabel = value;
- }
-
- /**
- * Gets the value of the bpmnElement property.
- *
- * @return
- * possible object is
- * {@link QName }
- *
- */
- public QName getBpmnElement() {
- return bpmnElement;
- }
-
- /**
- * Sets the value of the bpmnElement property.
- *
- * @param value
- * allowed object is
- * {@link QName }
- *
- */
- public void setBpmnElement(QName value) {
- this.bpmnElement = value;
- }
-
- /**
- * Gets the value of the isHorizontal property.
- *
- * @return
- * possible object is
- * {@link Boolean }
- *
- */
- public Boolean getIsHorizontal() {
- return isHorizontal;
- }
-
- /**
- * Sets the value of the isHorizontal property.
- *
- * @param value
- * allowed object is
- * {@link Boolean }
- *
- */
- public void setIsHorizontal(Boolean value) {
- this.isHorizontal = value;
- }
-
- /**
- * Gets the value of the isExpanded property.
- *
- * @return
- * possible object is
- * {@link Boolean }
- *
- */
- public Boolean getIsExpanded() {
- return isExpanded;
- }
-
- /**
- * Sets the value of the isExpanded property.
- *
- * @param value
- * allowed object is
- * {@link Boolean }
- *
- */
- public void setIsExpanded(Boolean value) {
- this.isExpanded = value;
- }
-
- /**
- * Gets the value of the isMarkerVisible property.
- *
- * @return
- * possible object is
- * {@link Boolean }
- *
- */
- public Boolean getIsMarkerVisible() {
- return isMarkerVisible;
- }
-
- /**
- * Sets the value of the isMarkerVisible property.
- *
- * @param value
- * allowed object is
- * {@link Boolean }
- *
- */
- public void setIsMarkerVisible(Boolean value) {
- this.isMarkerVisible = value;
- }
-
- /**
- * Gets the value of the isMessageVisible property.
- *
- * @return
- * possible object is
- * {@link Boolean }
- *
- */
- public Boolean getIsMessageVisible() {
- return isMessageVisible;
- }
-
- /**
- * Sets the value of the isMessageVisible property.
- *
- * @param value
- * allowed object is
- * {@link Boolean }
- *
- */
- public void setIsMessageVisible(Boolean value) {
- this.isMessageVisible = value;
- }
-
- /**
- * Gets the value of the participantBandKind property.
- *
- * @return
- * possible object is
- * {@link ParticipantBandKind }
- *
- */
- public ParticipantBandKind getParticipantBandKind() {
- return participantBandKind;
- }
-
- /**
- * Sets the value of the participantBandKind property.
- *
- * @param value
- * allowed object is
- * {@link ParticipantBandKind }
- *
- */
- public void setParticipantBandKind(ParticipantBandKind value) {
- this.participantBandKind = value;
- }
-
- /**
- * Gets the value of the choreographyActivityShape property.
- *
- * @return
- * possible object is
- * {@link QName }
- *
- */
- public QName getChoreographyActivityShape() {
- return choreographyActivityShape;
- }
-
- /**
- * Sets the value of the choreographyActivityShape property.
- *
- * @param value
- * allowed object is
- * {@link QName }
- *
- */
- public void setChoreographyActivityShape(QName value) {
- this.choreographyActivityShape = value;
- }
-
-}
diff --git a/src/generated-sources/java/org/omg/spec/bpmn/_20100524/di/MessageVisibleKind.java b/src/generated-sources/java/org/omg/spec/bpmn/_20100524/di/MessageVisibleKind.java
deleted file mode 100644
index 9994218..0000000
--- a/src/generated-sources/java/org/omg/spec/bpmn/_20100524/di/MessageVisibleKind.java
+++ /dev/null
@@ -1,51 +0,0 @@
-
-package org.omg.spec.bpmn._20100524.di;
-
-import javax.xml.bind.annotation.XmlEnum;
-import javax.xml.bind.annotation.XmlEnumValue;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- * Java class for MessageVisibleKind.
- *
- *
The following schema fragment specifies the expected content contained within this class.
- *
- *
- * <simpleType name="MessageVisibleKind">
- * <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- * <enumeration value="initiating"/>
- * <enumeration value="non_initiating"/>
- * </restriction>
- * </simpleType>
- *
- *
- */
-@XmlType(name = "MessageVisibleKind")
-@XmlEnum
-public enum MessageVisibleKind {
-
- @XmlEnumValue("initiating")
- INITIATING("initiating"),
- @XmlEnumValue("non_initiating")
- NON_INITIATING("non_initiating");
- private final String value;
-
- MessageVisibleKind(String v) {
- value = v;
- }
-
- public String value() {
- return value;
- }
-
- public static MessageVisibleKind fromValue(String v) {
- for (MessageVisibleKind c: MessageVisibleKind.values()) {
- if (c.value.equals(v)) {
- return c;
- }
- }
- throw new IllegalArgumentException(v);
- }
-
-}
diff --git a/src/generated-sources/java/org/omg/spec/bpmn/_20100524/di/ObjectFactory.java b/src/generated-sources/java/org/omg/spec/bpmn/_20100524/di/ObjectFactory.java
deleted file mode 100644
index 29bb425..0000000
--- a/src/generated-sources/java/org/omg/spec/bpmn/_20100524/di/ObjectFactory.java
+++ /dev/null
@@ -1,103 +0,0 @@
-
-package org.omg.spec.bpmn._20100524.di;
-
-import javax.xml.bind.JAXBElement;
-import javax.xml.bind.annotation.XmlElementDecl;
-import javax.xml.bind.annotation.XmlRegistry;
-import javax.xml.namespace.QName;
-
-
-/**
- * This object contains factory methods for each
- * Java content interface and Java element interface
- * generated in the org.omg.spec.bpmn._20100524.di package.
- * An ObjectFactory allows you to programatically
- * construct new instances of the Java representation
- * for XML content. The Java representation of XML
- * content can consist of schema derived interfaces
- * and classes representing the binding of schema
- * type definitions, element declarations and model
- * groups. Factory methods for each of these are
- * provided in this class.
- *
- */
-@XmlRegistry
-public class ObjectFactory {
-
- private final static QName _BPMNEdge_QNAME = new QName("http://www.omg.org/spec/BPMN/20100524/DI", "BPMNEdge");
- private final static QName _BPMNShape_QNAME = new QName("http://www.omg.org/spec/BPMN/20100524/DI", "BPMNShape");
-
- /**
- * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.omg.spec.bpmn._20100524.di
- *
- */
- public ObjectFactory() {
- }
-
- /**
- * Create an instance of {@link BPMNDiagram }
- *
- */
- public BPMNDiagram createBPMNDiagram() {
- return new BPMNDiagram();
- }
-
- /**
- * Create an instance of {@link BPMNPlane }
- *
- */
- public BPMNPlane createBPMNPlane() {
- return new BPMNPlane();
- }
-
- /**
- * Create an instance of {@link BPMNLabelStyle }
- *
- */
- public BPMNLabelStyle createBPMNLabelStyle() {
- return new BPMNLabelStyle();
- }
-
- /**
- * Create an instance of {@link BPMNLabel }
- *
- */
- public BPMNLabel createBPMNLabel() {
- return new BPMNLabel();
- }
-
- /**
- * Create an instance of {@link BPMNEdge }
- *
- */
- public BPMNEdge createBPMNEdge() {
- return new BPMNEdge();
- }
-
- /**
- * Create an instance of {@link BPMNShape }
- *
- */
- public BPMNShape createBPMNShape() {
- return new BPMNShape();
- }
-
- /**
- * Create an instance of {@link JAXBElement }{@code <}{@link BPMNEdge }{@code >}}
- *
- */
- @XmlElementDecl(namespace = "http://www.omg.org/spec/BPMN/20100524/DI", name = "BPMNEdge", substitutionHeadNamespace = "http://www.omg.org/spec/DD/20100524/DI", substitutionHeadName = "DiagramElement")
- public JAXBElement createBPMNEdge(BPMNEdge value) {
- return new JAXBElement(_BPMNEdge_QNAME, BPMNEdge.class, null, value);
- }
-
- /**
- * Create an instance of {@link JAXBElement }{@code <}{@link BPMNShape }{@code >}}
- *
- */
- @XmlElementDecl(namespace = "http://www.omg.org/spec/BPMN/20100524/DI", name = "BPMNShape", substitutionHeadNamespace = "http://www.omg.org/spec/DD/20100524/DI", substitutionHeadName = "DiagramElement")
- public JAXBElement createBPMNShape(BPMNShape value) {
- return new JAXBElement(_BPMNShape_QNAME, BPMNShape.class, null, value);
- }
-
-}
diff --git a/src/generated-sources/java/org/omg/spec/bpmn/_20100524/di/ParticipantBandKind.java b/src/generated-sources/java/org/omg/spec/bpmn/_20100524/di/ParticipantBandKind.java
deleted file mode 100644
index 13609b2..0000000
--- a/src/generated-sources/java/org/omg/spec/bpmn/_20100524/di/ParticipantBandKind.java
+++ /dev/null
@@ -1,63 +0,0 @@
-
-package org.omg.spec.bpmn._20100524.di;
-
-import javax.xml.bind.annotation.XmlEnum;
-import javax.xml.bind.annotation.XmlEnumValue;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- * Java class for ParticipantBandKind.
- *
- *
The following schema fragment specifies the expected content contained within this class.
- *
- *
- * <simpleType name="ParticipantBandKind">
- * <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- * <enumeration value="top_initiating"/>
- * <enumeration value="middle_initiating"/>
- * <enumeration value="bottom_initiating"/>
- * <enumeration value="top_non_initiating"/>
- * <enumeration value="middle_non_initiating"/>
- * <enumeration value="bottom_non_initiating"/>
- * </restriction>
- * </simpleType>
- *
- *
- */
-@XmlType(name = "ParticipantBandKind")
-@XmlEnum
-public enum ParticipantBandKind {
-
- @XmlEnumValue("top_initiating")
- TOP_INITIATING("top_initiating"),
- @XmlEnumValue("middle_initiating")
- MIDDLE_INITIATING("middle_initiating"),
- @XmlEnumValue("bottom_initiating")
- BOTTOM_INITIATING("bottom_initiating"),
- @XmlEnumValue("top_non_initiating")
- TOP_NON_INITIATING("top_non_initiating"),
- @XmlEnumValue("middle_non_initiating")
- MIDDLE_NON_INITIATING("middle_non_initiating"),
- @XmlEnumValue("bottom_non_initiating")
- BOTTOM_NON_INITIATING("bottom_non_initiating");
- private final String value;
-
- ParticipantBandKind(String v) {
- value = v;
- }
-
- public String value() {
- return value;
- }
-
- public static ParticipantBandKind fromValue(String v) {
- for (ParticipantBandKind c: ParticipantBandKind.values()) {
- if (c.value.equals(v)) {
- return c;
- }
- }
- throw new IllegalArgumentException(v);
- }
-
-}
diff --git a/src/generated-sources/java/org/omg/spec/bpmn/_20100524/di/package-info.java b/src/generated-sources/java/org/omg/spec/bpmn/_20100524/di/package-info.java
deleted file mode 100644
index 661e399..0000000
--- a/src/generated-sources/java/org/omg/spec/bpmn/_20100524/di/package-info.java
+++ /dev/null
@@ -1,2 +0,0 @@
-@javax.xml.bind.annotation.XmlSchema(namespace = "http://www.omg.org/spec/BPMN/20100524/DI", elementFormDefault = javax.xml.bind.annotation.XmlNsForm.QUALIFIED)
-package org.omg.spec.bpmn._20100524.di;
diff --git a/src/generated-sources/java/org/omg/spec/bpmn/_20100524/model/Assignment.java b/src/generated-sources/java/org/omg/spec/bpmn/_20100524/model/Assignment.java
deleted file mode 100644
index 176acdc..0000000
--- a/src/generated-sources/java/org/omg/spec/bpmn/_20100524/model/Assignment.java
+++ /dev/null
@@ -1,95 +0,0 @@
-
-package org.omg.spec.bpmn._20100524.model;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlElement;
-import javax.xml.bind.annotation.XmlRootElement;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- * Java class for tAssignment complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
- *
- *
- * <complexType name="tAssignment">
- * <complexContent>
- * <extension base="{http://www.omg.org/spec/BPMN/20100524/MODEL}tBaseElement">
- * <sequence>
- * <element name="from" type="{http://www.omg.org/spec/BPMN/20100524/MODEL}tExpression"/>
- * <element name="to" type="{http://www.omg.org/spec/BPMN/20100524/MODEL}tExpression"/>
- * </sequence>
- * <anyAttribute processContents='lax' namespace='##other'/>
- * </extension>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "tAssignment", propOrder = {
- "from",
- "to"
-})
-@XmlRootElement(name = "assignment")
-public class Assignment
- extends TBaseElement
-{
-
- @XmlElement(required = true)
- protected TExpression from;
- @XmlElement(required = true)
- protected TExpression to;
-
- /**
- * Gets the value of the from property.
- *
- * @return
- * possible object is
- * {@link TExpression }
- *
- */
- public TExpression getFrom() {
- return from;
- }
-
- /**
- * Sets the value of the from property.
- *
- * @param value
- * allowed object is
- * {@link TExpression }
- *
- */
- public void setFrom(TExpression value) {
- this.from = value;
- }
-
- /**
- * Gets the value of the to property.
- *
- * @return
- * possible object is
- * {@link TExpression }
- *
- */
- public TExpression getTo() {
- return to;
- }
-
- /**
- * Sets the value of the to property.
- *
- * @param value
- * allowed object is
- * {@link TExpression }
- *
- */
- public void setTo(TExpression value) {
- this.to = value;
- }
-
-}
diff --git a/src/generated-sources/java/org/omg/spec/bpmn/_20100524/model/Auditing.java b/src/generated-sources/java/org/omg/spec/bpmn/_20100524/model/Auditing.java
deleted file mode 100644
index 0c42a3a..0000000
--- a/src/generated-sources/java/org/omg/spec/bpmn/_20100524/model/Auditing.java
+++ /dev/null
@@ -1,35 +0,0 @@
-
-package org.omg.spec.bpmn._20100524.model;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlRootElement;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- * Java class for tAuditing complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
- *
- *
- * <complexType name="tAuditing">
- * <complexContent>
- * <extension base="{http://www.omg.org/spec/BPMN/20100524/MODEL}tBaseElement">
- * <anyAttribute processContents='lax' namespace='##other'/>
- * </extension>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "tAuditing")
-@XmlRootElement(name = "auditing")
-public class Auditing
- extends TBaseElement
-{
-
-
-}
diff --git a/src/generated-sources/java/org/omg/spec/bpmn/_20100524/model/CategoryValue.java b/src/generated-sources/java/org/omg/spec/bpmn/_20100524/model/CategoryValue.java
deleted file mode 100644
index d11ea54..0000000
--- a/src/generated-sources/java/org/omg/spec/bpmn/_20100524/model/CategoryValue.java
+++ /dev/null
@@ -1,63 +0,0 @@
-
-package org.omg.spec.bpmn._20100524.model;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlAttribute;
-import javax.xml.bind.annotation.XmlRootElement;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- * Java class for tCategoryValue complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
- *
- *
- * <complexType name="tCategoryValue">
- * <complexContent>
- * <extension base="{http://www.omg.org/spec/BPMN/20100524/MODEL}tBaseElement">
- * <attribute name="value" type="{http://www.w3.org/2001/XMLSchema}string" />
- * <anyAttribute processContents='lax' namespace='##other'/>
- * </extension>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "tCategoryValue")
-@XmlRootElement(name = "categoryValue")
-public class CategoryValue
- extends TBaseElement
-{
-
- @XmlAttribute(name = "value")
- protected String value;
-
- /**
- * Gets the value of the value property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getValue() {
- return value;
- }
-
- /**
- * Sets the value of the value property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setValue(String value) {
- this.value = value;
- }
-
-}
diff --git a/src/generated-sources/java/org/omg/spec/bpmn/_20100524/model/ComplexBehaviorDefinition.java b/src/generated-sources/java/org/omg/spec/bpmn/_20100524/model/ComplexBehaviorDefinition.java
deleted file mode 100644
index 342200d..0000000
--- a/src/generated-sources/java/org/omg/spec/bpmn/_20100524/model/ComplexBehaviorDefinition.java
+++ /dev/null
@@ -1,94 +0,0 @@
-
-package org.omg.spec.bpmn._20100524.model;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlElement;
-import javax.xml.bind.annotation.XmlRootElement;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- * Java class for tComplexBehaviorDefinition complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
- *
- *
- * <complexType name="tComplexBehaviorDefinition">
- * <complexContent>
- * <extension base="{http://www.omg.org/spec/BPMN/20100524/MODEL}tBaseElement">
- * <sequence>
- * <element name="condition" type="{http://www.omg.org/spec/BPMN/20100524/MODEL}tFormalExpression"/>
- * <element name="event" type="{http://www.omg.org/spec/BPMN/20100524/MODEL}tImplicitThrowEvent" minOccurs="0"/>
- * </sequence>
- * <anyAttribute processContents='lax' namespace='##other'/>
- * </extension>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "tComplexBehaviorDefinition", propOrder = {
- "condition",
- "event"
-})
-@XmlRootElement(name = "complexBehaviorDefinition")
-public class ComplexBehaviorDefinition
- extends TBaseElement
-{
-
- @XmlElement(required = true)
- protected TFormalExpression condition;
- protected TImplicitThrowEvent event;
-
- /**
- * Gets the value of the condition property.
- *
- * @return
- * possible object is
- * {@link TFormalExpression }
- *
- */
- public TFormalExpression getCondition() {
- return condition;
- }
-
- /**
- * Sets the value of the condition property.
- *
- * @param value
- * allowed object is
- * {@link TFormalExpression }
- *
- */
- public void setCondition(TFormalExpression value) {
- this.condition = value;
- }
-
- /**
- * Gets the value of the event property.
- *
- * @return
- * possible object is
- * {@link TImplicitThrowEvent }
- *
- */
- public TImplicitThrowEvent getEvent() {
- return event;
- }
-
- /**
- * Sets the value of the event property.
- *
- * @param value
- * allowed object is
- * {@link TImplicitThrowEvent }
- *
- */
- public void setEvent(TImplicitThrowEvent value) {
- this.event = value;
- }
-
-}
diff --git a/src/generated-sources/java/org/omg/spec/bpmn/_20100524/model/ConversationAssociation.java b/src/generated-sources/java/org/omg/spec/bpmn/_20100524/model/ConversationAssociation.java
deleted file mode 100644
index e89fdd0..0000000
--- a/src/generated-sources/java/org/omg/spec/bpmn/_20100524/model/ConversationAssociation.java
+++ /dev/null
@@ -1,91 +0,0 @@
-
-package org.omg.spec.bpmn._20100524.model;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlAttribute;
-import javax.xml.bind.annotation.XmlRootElement;
-import javax.xml.bind.annotation.XmlType;
-import javax.xml.namespace.QName;
-
-
-/**
- * Java class for tConversationAssociation complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
- *
- *
- * <complexType name="tConversationAssociation">
- * <complexContent>
- * <extension base="{http://www.omg.org/spec/BPMN/20100524/MODEL}tBaseElement">
- * <attribute name="innerConversationNodeRef" use="required" type="{http://www.w3.org/2001/XMLSchema}QName" />
- * <attribute name="outerConversationNodeRef" use="required" type="{http://www.w3.org/2001/XMLSchema}QName" />
- * <anyAttribute processContents='lax' namespace='##other'/>
- * </extension>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "tConversationAssociation")
-@XmlRootElement(name = "conversationAssociation")
-public class ConversationAssociation
- extends TBaseElement
-{
-
- @XmlAttribute(name = "innerConversationNodeRef", required = true)
- protected QName innerConversationNodeRef;
- @XmlAttribute(name = "outerConversationNodeRef", required = true)
- protected QName outerConversationNodeRef;
-
- /**
- * Gets the value of the innerConversationNodeRef property.
- *
- * @return
- * possible object is
- * {@link QName }
- *
- */
- public QName getInnerConversationNodeRef() {
- return innerConversationNodeRef;
- }
-
- /**
- * Sets the value of the innerConversationNodeRef property.
- *
- * @param value
- * allowed object is
- * {@link QName }
- *
- */
- public void setInnerConversationNodeRef(QName value) {
- this.innerConversationNodeRef = value;
- }
-
- /**
- * Gets the value of the outerConversationNodeRef property.
- *
- * @return
- * possible object is
- * {@link QName }
- *
- */
- public QName getOuterConversationNodeRef() {
- return outerConversationNodeRef;
- }
-
- /**
- * Sets the value of the outerConversationNodeRef property.
- *
- * @param value
- * allowed object is
- * {@link QName }
- *
- */
- public void setOuterConversationNodeRef(QName value) {
- this.outerConversationNodeRef = value;
- }
-
-}
diff --git a/src/generated-sources/java/org/omg/spec/bpmn/_20100524/model/ConversationLink.java b/src/generated-sources/java/org/omg/spec/bpmn/_20100524/model/ConversationLink.java
deleted file mode 100644
index 63519b5..0000000
--- a/src/generated-sources/java/org/omg/spec/bpmn/_20100524/model/ConversationLink.java
+++ /dev/null
@@ -1,118 +0,0 @@
-
-package org.omg.spec.bpmn._20100524.model;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlAttribute;
-import javax.xml.bind.annotation.XmlRootElement;
-import javax.xml.bind.annotation.XmlType;
-import javax.xml.namespace.QName;
-
-
-/**
- * Java class for tConversationLink complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
- *
- *
- * <complexType name="tConversationLink">
- * <complexContent>
- * <extension base="{http://www.omg.org/spec/BPMN/20100524/MODEL}tBaseElement">
- * <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
- * <attribute name="sourceRef" use="required" type="{http://www.w3.org/2001/XMLSchema}QName" />
- * <attribute name="targetRef" use="required" type="{http://www.w3.org/2001/XMLSchema}QName" />
- * <anyAttribute processContents='lax' namespace='##other'/>
- * </extension>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "tConversationLink")
-@XmlRootElement(name = "conversationLink")
-public class ConversationLink
- extends TBaseElement
-{
-
- @XmlAttribute(name = "name")
- protected String name;
- @XmlAttribute(name = "sourceRef", required = true)
- protected QName sourceRef;
- @XmlAttribute(name = "targetRef", required = true)
- protected QName targetRef;
-
- /**
- * Gets the value of the name property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getName() {
- return name;
- }
-
- /**
- * Sets the value of the name property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setName(String value) {
- this.name = value;
- }
-
- /**
- * Gets the value of the sourceRef property.
- *
- * @return
- * possible object is
- * {@link QName }
- *
- */
- public QName getSourceRef() {
- return sourceRef;
- }
-
- /**
- * Sets the value of the sourceRef property.
- *
- * @param value
- * allowed object is
- * {@link QName }
- *
- */
- public void setSourceRef(QName value) {
- this.sourceRef = value;
- }
-
- /**
- * Gets the value of the targetRef property.
- *
- * @return
- * possible object is
- * {@link QName }
- *
- */
- public QName getTargetRef() {
- return targetRef;
- }
-
- /**
- * Sets the value of the targetRef property.
- *
- * @param value
- * allowed object is
- * {@link QName }
- *
- */
- public void setTargetRef(QName value) {
- this.targetRef = value;
- }
-
-}
diff --git a/src/generated-sources/java/org/omg/spec/bpmn/_20100524/model/CorrelationKey.java b/src/generated-sources/java/org/omg/spec/bpmn/_20100524/model/CorrelationKey.java
deleted file mode 100644
index a67950a..0000000
--- a/src/generated-sources/java/org/omg/spec/bpmn/_20100524/model/CorrelationKey.java
+++ /dev/null
@@ -1,103 +0,0 @@
-
-package org.omg.spec.bpmn._20100524.model;
-
-import java.util.ArrayList;
-import java.util.List;
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlAttribute;
-import javax.xml.bind.annotation.XmlElement;
-import javax.xml.bind.annotation.XmlRootElement;
-import javax.xml.bind.annotation.XmlType;
-import javax.xml.namespace.QName;
-
-
-/**
- * Java class for tCorrelationKey complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
- *
- *
- * <complexType name="tCorrelationKey">
- * <complexContent>
- * <extension base="{http://www.omg.org/spec/BPMN/20100524/MODEL}tBaseElement">
- * <sequence>
- * <element name="correlationPropertyRef" type="{http://www.w3.org/2001/XMLSchema}QName" maxOccurs="unbounded" minOccurs="0"/>
- * </sequence>
- * <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
- * <anyAttribute processContents='lax' namespace='##other'/>
- * </extension>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "tCorrelationKey", propOrder = {
- "correlationPropertyReves"
-})
-@XmlRootElement(name = "correlationKey")
-public class CorrelationKey
- extends TBaseElement
-{
-
- @XmlElement(name = "correlationPropertyRef")
- protected List correlationPropertyReves;
- @XmlAttribute(name = "name")
- protected String name;
-
- /**
- * Gets the value of the correlationPropertyReves 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 JAXB object.
- * This is why there is not a set method for the correlationPropertyReves property.
- *
- *
- * For example, to add a new item, do as follows:
- *
- * getCorrelationPropertyReves().add(newItem);
- *
- *
- *
- *
- * Objects of the following type(s) are allowed in the list
- * {@link QName }
- *
- *
- */
- public List getCorrelationPropertyReves() {
- if (correlationPropertyReves == null) {
- correlationPropertyReves = new ArrayList();
- }
- return this.correlationPropertyReves;
- }
-
- /**
- * Gets the value of the name property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getName() {
- return name;
- }
-
- /**
- * Sets the value of the name property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setName(String value) {
- this.name = value;
- }
-
-}
diff --git a/src/generated-sources/java/org/omg/spec/bpmn/_20100524/model/CorrelationPropertyBinding.java b/src/generated-sources/java/org/omg/spec/bpmn/_20100524/model/CorrelationPropertyBinding.java
deleted file mode 100644
index 14152d1..0000000
--- a/src/generated-sources/java/org/omg/spec/bpmn/_20100524/model/CorrelationPropertyBinding.java
+++ /dev/null
@@ -1,96 +0,0 @@
-
-package org.omg.spec.bpmn._20100524.model;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlAttribute;
-import javax.xml.bind.annotation.XmlElement;
-import javax.xml.bind.annotation.XmlRootElement;
-import javax.xml.bind.annotation.XmlType;
-import javax.xml.namespace.QName;
-
-
-/**
- * Java class for tCorrelationPropertyBinding complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
- *
- *
- * <complexType name="tCorrelationPropertyBinding">
- * <complexContent>
- * <extension base="{http://www.omg.org/spec/BPMN/20100524/MODEL}tBaseElement">
- * <sequence>
- * <element name="dataPath" type="{http://www.omg.org/spec/BPMN/20100524/MODEL}tFormalExpression"/>
- * </sequence>
- * <attribute name="correlationPropertyRef" use="required" type="{http://www.w3.org/2001/XMLSchema}QName" />
- * <anyAttribute processContents='lax' namespace='##other'/>
- * </extension>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "tCorrelationPropertyBinding", propOrder = {
- "dataPath"
-})
-@XmlRootElement(name = "correlationPropertyBinding")
-public class CorrelationPropertyBinding
- extends TBaseElement
-{
-
- @XmlElement(required = true)
- protected TFormalExpression dataPath;
- @XmlAttribute(name = "correlationPropertyRef", required = true)
- protected QName correlationPropertyRef;
-
- /**
- * Gets the value of the dataPath property.
- *
- * @return
- * possible object is
- * {@link TFormalExpression }
- *
- */
- public TFormalExpression getDataPath() {
- return dataPath;
- }
-
- /**
- * Sets the value of the dataPath property.
- *
- * @param value
- * allowed object is
- * {@link TFormalExpression }
- *
- */
- public void setDataPath(TFormalExpression value) {
- this.dataPath = value;
- }
-
- /**
- * Gets the value of the correlationPropertyRef property.
- *
- * @return
- * possible object is
- * {@link QName }
- *
- */
- public QName getCorrelationPropertyRef() {
- return correlationPropertyRef;
- }
-
- /**
- * Sets the value of the correlationPropertyRef property.
- *
- * @param value
- * allowed object is
- * {@link QName }
- *
- */
- public void setCorrelationPropertyRef(QName value) {
- this.correlationPropertyRef = value;
- }
-
-}
diff --git a/src/generated-sources/java/org/omg/spec/bpmn/_20100524/model/CorrelationPropertyRetrievalExpression.java b/src/generated-sources/java/org/omg/spec/bpmn/_20100524/model/CorrelationPropertyRetrievalExpression.java
deleted file mode 100644
index 78d90d8..0000000
--- a/src/generated-sources/java/org/omg/spec/bpmn/_20100524/model/CorrelationPropertyRetrievalExpression.java
+++ /dev/null
@@ -1,96 +0,0 @@
-
-package org.omg.spec.bpmn._20100524.model;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlAttribute;
-import javax.xml.bind.annotation.XmlElement;
-import javax.xml.bind.annotation.XmlRootElement;
-import javax.xml.bind.annotation.XmlType;
-import javax.xml.namespace.QName;
-
-
-/**
- * Java class for tCorrelationPropertyRetrievalExpression complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
- *
- *
- * <complexType name="tCorrelationPropertyRetrievalExpression">
- * <complexContent>
- * <extension base="{http://www.omg.org/spec/BPMN/20100524/MODEL}tBaseElement">
- * <sequence>
- * <element name="messagePath" type="{http://www.omg.org/spec/BPMN/20100524/MODEL}tFormalExpression"/>
- * </sequence>
- * <attribute name="messageRef" use="required" type="{http://www.w3.org/2001/XMLSchema}QName" />
- * <anyAttribute processContents='lax' namespace='##other'/>
- * </extension>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "tCorrelationPropertyRetrievalExpression", propOrder = {
- "messagePath"
-})
-@XmlRootElement(name = "correlationPropertyRetrievalExpression")
-public class CorrelationPropertyRetrievalExpression
- extends TBaseElement
-{
-
- @XmlElement(required = true)
- protected TFormalExpression messagePath;
- @XmlAttribute(name = "messageRef", required = true)
- protected QName messageRef;
-
- /**
- * Gets the value of the messagePath property.
- *
- * @return
- * possible object is
- * {@link TFormalExpression }
- *
- */
- public TFormalExpression getMessagePath() {
- return messagePath;
- }
-
- /**
- * Sets the value of the messagePath property.
- *
- * @param value
- * allowed object is
- * {@link TFormalExpression }
- *
- */
- public void setMessagePath(TFormalExpression value) {
- this.messagePath = value;
- }
-
- /**
- * Gets the value of the messageRef property.
- *
- * @return
- * possible object is
- * {@link QName }
- *
- */
- public QName getMessageRef() {
- return messageRef;
- }
-
- /**
- * Sets the value of the messageRef property.
- *
- * @param value
- * allowed object is
- * {@link QName }
- *
- */
- public void setMessageRef(QName value) {
- this.messageRef = value;
- }
-
-}
diff --git a/src/generated-sources/java/org/omg/spec/bpmn/_20100524/model/CorrelationSubscription.java b/src/generated-sources/java/org/omg/spec/bpmn/_20100524/model/CorrelationSubscription.java
deleted file mode 100644
index beb73e1..0000000
--- a/src/generated-sources/java/org/omg/spec/bpmn/_20100524/model/CorrelationSubscription.java
+++ /dev/null
@@ -1,103 +0,0 @@
-
-package org.omg.spec.bpmn._20100524.model;
-
-import java.util.ArrayList;
-import java.util.List;
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlAttribute;
-import javax.xml.bind.annotation.XmlElement;
-import javax.xml.bind.annotation.XmlRootElement;
-import javax.xml.bind.annotation.XmlType;
-import javax.xml.namespace.QName;
-
-
-/**
- * Java class for tCorrelationSubscription complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
- *
- *
- * <complexType name="tCorrelationSubscription">
- * <complexContent>
- * <extension base="{http://www.omg.org/spec/BPMN/20100524/MODEL}tBaseElement">
- * <sequence>
- * <element ref="{http://www.omg.org/spec/BPMN/20100524/MODEL}correlationPropertyBinding" maxOccurs="unbounded" minOccurs="0"/>
- * </sequence>
- * <attribute name="correlationKeyRef" use="required" type="{http://www.w3.org/2001/XMLSchema}QName" />
- * <anyAttribute processContents='lax' namespace='##other'/>
- * </extension>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "tCorrelationSubscription", propOrder = {
- "correlationPropertyBindings"
-})
-@XmlRootElement(name = "correlationSubscription")
-public class CorrelationSubscription
- extends TBaseElement
-{
-
- @XmlElement(name = "correlationPropertyBinding")
- protected List correlationPropertyBindings;
- @XmlAttribute(name = "correlationKeyRef", required = true)
- protected QName correlationKeyRef;
-
- /**
- * Gets the value of the correlationPropertyBindings 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 JAXB object.
- * This is why there is not a set method for the correlationPropertyBindings property.
- *
- *
- * For example, to add a new item, do as follows:
- *
- * getCorrelationPropertyBindings().add(newItem);
- *
- *
- *
- *
- * Objects of the following type(s) are allowed in the list
- * {@link CorrelationPropertyBinding }
- *
- *
- */
- public List getCorrelationPropertyBindings() {
- if (correlationPropertyBindings == null) {
- correlationPropertyBindings = new ArrayList();
- }
- return this.correlationPropertyBindings;
- }
-
- /**
- * Gets the value of the correlationKeyRef property.
- *
- * @return
- * possible object is
- * {@link QName }
- *
- */
- public QName getCorrelationKeyRef() {
- return correlationKeyRef;
- }
-
- /**
- * Sets the value of the correlationKeyRef property.
- *
- * @param value
- * allowed object is
- * {@link QName }
- *
- */
- public void setCorrelationKeyRef(QName value) {
- this.correlationKeyRef = value;
- }
-
-}
diff --git a/src/generated-sources/java/org/omg/spec/bpmn/_20100524/model/DataInput.java b/src/generated-sources/java/org/omg/spec/bpmn/_20100524/model/DataInput.java
deleted file mode 100644
index af16b03..0000000
--- a/src/generated-sources/java/org/omg/spec/bpmn/_20100524/model/DataInput.java
+++ /dev/null
@@ -1,152 +0,0 @@
-
-package org.omg.spec.bpmn._20100524.model;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlAttribute;
-import javax.xml.bind.annotation.XmlRootElement;
-import javax.xml.bind.annotation.XmlType;
-import javax.xml.namespace.QName;
-
-
-/**
- * Java class for tDataInput complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
- *
- *
- * <complexType name="tDataInput">
- * <complexContent>
- * <extension base="{http://www.omg.org/spec/BPMN/20100524/MODEL}tBaseElement">
- * <sequence>
- * <element ref="{http://www.omg.org/spec/BPMN/20100524/MODEL}dataState" minOccurs="0"/>
- * </sequence>
- * <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
- * <attribute name="itemSubjectRef" type="{http://www.w3.org/2001/XMLSchema}QName" />
- * <attribute name="isCollection" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
- * <anyAttribute processContents='lax' namespace='##other'/>
- * </extension>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "tDataInput", propOrder = {
- "dataState"
-})
-@XmlRootElement(name = "dataInput")
-public class DataInput
- extends TBaseElement
-{
-
- protected DataState dataState;
- @XmlAttribute(name = "name")
- protected String name;
- @XmlAttribute(name = "itemSubjectRef")
- protected QName itemSubjectRef;
- @XmlAttribute(name = "isCollection")
- protected Boolean isCollection;
-
- /**
- * Gets the value of the dataState property.
- *
- * @return
- * possible object is
- * {@link DataState }
- *
- */
- public DataState getDataState() {
- return dataState;
- }
-
- /**
- * Sets the value of the dataState property.
- *
- * @param value
- * allowed object is
- * {@link DataState }
- *
- */
- public void setDataState(DataState value) {
- this.dataState = value;
- }
-
- /**
- * Gets the value of the name property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getName() {
- return name;
- }
-
- /**
- * Sets the value of the name property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setName(String value) {
- this.name = value;
- }
-
- /**
- * Gets the value of the itemSubjectRef property.
- *
- * @return
- * possible object is
- * {@link QName }
- *
- */
- public QName getItemSubjectRef() {
- return itemSubjectRef;
- }
-
- /**
- * Sets the value of the itemSubjectRef property.
- *
- * @param value
- * allowed object is
- * {@link QName }
- *
- */
- public void setItemSubjectRef(QName value) {
- this.itemSubjectRef = value;
- }
-
- /**
- * Gets the value of the isCollection property.
- *
- * @return
- * possible object is
- * {@link Boolean }
- *
- */
- public Boolean getIsCollection() {
- if (isCollection == null) {
- return false;
- } else {
- return isCollection;
- }
- }
-
- /**
- * Sets the value of the isCollection property.
- *
- * @param value
- * allowed object is
- * {@link Boolean }
- *
- */
- public void setIsCollection(Boolean value) {
- this.isCollection = value;
- }
-
-}
diff --git a/src/generated-sources/java/org/omg/spec/bpmn/_20100524/model/DataInputAssociation.java b/src/generated-sources/java/org/omg/spec/bpmn/_20100524/model/DataInputAssociation.java
deleted file mode 100644
index 920bdbd..0000000
--- a/src/generated-sources/java/org/omg/spec/bpmn/_20100524/model/DataInputAssociation.java
+++ /dev/null
@@ -1,35 +0,0 @@
-
-package org.omg.spec.bpmn._20100524.model;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlRootElement;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- * Java class for tDataInputAssociation complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
- *
- *
- * <complexType name="tDataInputAssociation">
- * <complexContent>
- * <extension base="{http://www.omg.org/spec/BPMN/20100524/MODEL}tDataAssociation">
- * <anyAttribute processContents='lax' namespace='##other'/>
- * </extension>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "tDataInputAssociation")
-@XmlRootElement(name = "dataInputAssociation")
-public class DataInputAssociation
- extends TDataAssociation
-{
-
-
-}
diff --git a/src/generated-sources/java/org/omg/spec/bpmn/_20100524/model/DataOutput.java b/src/generated-sources/java/org/omg/spec/bpmn/_20100524/model/DataOutput.java
deleted file mode 100644
index 845ccf4..0000000
--- a/src/generated-sources/java/org/omg/spec/bpmn/_20100524/model/DataOutput.java
+++ /dev/null
@@ -1,152 +0,0 @@
-
-package org.omg.spec.bpmn._20100524.model;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlAttribute;
-import javax.xml.bind.annotation.XmlRootElement;
-import javax.xml.bind.annotation.XmlType;
-import javax.xml.namespace.QName;
-
-
-/**
- * Java class for tDataOutput complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
- *
- *
- * <complexType name="tDataOutput">
- * <complexContent>
- * <extension base="{http://www.omg.org/spec/BPMN/20100524/MODEL}tBaseElement">
- * <sequence>
- * <element ref="{http://www.omg.org/spec/BPMN/20100524/MODEL}dataState" minOccurs="0"/>
- * </sequence>
- * <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
- * <attribute name="itemSubjectRef" type="{http://www.w3.org/2001/XMLSchema}QName" />
- * <attribute name="isCollection" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
- * <anyAttribute processContents='lax' namespace='##other'/>
- * </extension>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "tDataOutput", propOrder = {
- "dataState"
-})
-@XmlRootElement(name = "dataOutput")
-public class DataOutput
- extends TBaseElement
-{
-
- protected DataState dataState;
- @XmlAttribute(name = "name")
- protected String name;
- @XmlAttribute(name = "itemSubjectRef")
- protected QName itemSubjectRef;
- @XmlAttribute(name = "isCollection")
- protected Boolean isCollection;
-
- /**
- * Gets the value of the dataState property.
- *
- * @return
- * possible object is
- * {@link DataState }
- *
- */
- public DataState getDataState() {
- return dataState;
- }
-
- /**
- * Sets the value of the dataState property.
- *
- * @param value
- * allowed object is
- * {@link DataState }
- *
- */
- public void setDataState(DataState value) {
- this.dataState = value;
- }
-
- /**
- * Gets the value of the name property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getName() {
- return name;
- }
-
- /**
- * Sets the value of the name property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setName(String value) {
- this.name = value;
- }
-
- /**
- * Gets the value of the itemSubjectRef property.
- *
- * @return
- * possible object is
- * {@link QName }
- *
- */
- public QName getItemSubjectRef() {
- return itemSubjectRef;
- }
-
- /**
- * Sets the value of the itemSubjectRef property.
- *
- * @param value
- * allowed object is
- * {@link QName }
- *
- */
- public void setItemSubjectRef(QName value) {
- this.itemSubjectRef = value;
- }
-
- /**
- * Gets the value of the isCollection property.
- *
- * @return
- * possible object is
- * {@link Boolean }
- *
- */
- public Boolean getIsCollection() {
- if (isCollection == null) {
- return false;
- } else {
- return isCollection;
- }
- }
-
- /**
- * Sets the value of the isCollection property.
- *
- * @param value
- * allowed object is
- * {@link Boolean }
- *
- */
- public void setIsCollection(Boolean value) {
- this.isCollection = value;
- }
-
-}
diff --git a/src/generated-sources/java/org/omg/spec/bpmn/_20100524/model/DataOutputAssociation.java b/src/generated-sources/java/org/omg/spec/bpmn/_20100524/model/DataOutputAssociation.java
deleted file mode 100644
index 2f951ee..0000000
--- a/src/generated-sources/java/org/omg/spec/bpmn/_20100524/model/DataOutputAssociation.java
+++ /dev/null
@@ -1,35 +0,0 @@
-
-package org.omg.spec.bpmn._20100524.model;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlRootElement;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- * Java class for tDataOutputAssociation complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
- *
- *
- * <complexType name="tDataOutputAssociation">
- * <complexContent>
- * <extension base="{http://www.omg.org/spec/BPMN/20100524/MODEL}tDataAssociation">
- * <anyAttribute processContents='lax' namespace='##other'/>
- * </extension>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "tDataOutputAssociation")
-@XmlRootElement(name = "dataOutputAssociation")
-public class DataOutputAssociation
- extends TDataAssociation
-{
-
-
-}
diff --git a/src/generated-sources/java/org/omg/spec/bpmn/_20100524/model/DataState.java b/src/generated-sources/java/org/omg/spec/bpmn/_20100524/model/DataState.java
deleted file mode 100644
index 25819f3..0000000
--- a/src/generated-sources/java/org/omg/spec/bpmn/_20100524/model/DataState.java
+++ /dev/null
@@ -1,63 +0,0 @@
-
-package org.omg.spec.bpmn._20100524.model;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlAttribute;
-import javax.xml.bind.annotation.XmlRootElement;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- * Java class for tDataState complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
- *
- *
- * <complexType name="tDataState">
- * <complexContent>
- * <extension base="{http://www.omg.org/spec/BPMN/20100524/MODEL}tBaseElement">
- * <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
- * <anyAttribute processContents='lax' namespace='##other'/>
- * </extension>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "tDataState")
-@XmlRootElement(name = "dataState")
-public class DataState
- extends TBaseElement
-{
-
- @XmlAttribute(name = "name")
- protected String name;
-
- /**
- * Gets the value of the name property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getName() {
- return name;
- }
-
- /**
- * Sets the value of the name property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setName(String value) {
- this.name = value;
- }
-
-}
diff --git a/src/generated-sources/java/org/omg/spec/bpmn/_20100524/model/Definitions.java b/src/generated-sources/java/org/omg/spec/bpmn/_20100524/model/Definitions.java
deleted file mode 100644
index e067a48..0000000
--- a/src/generated-sources/java/org/omg/spec/bpmn/_20100524/model/Definitions.java
+++ /dev/null
@@ -1,473 +0,0 @@
-
-package org.omg.spec.bpmn._20100524.model;
-
-import java.util.ArrayList;
-import java.util.HashMap;
-import java.util.List;
-import java.util.Map;
-import javax.xml.bind.JAXBElement;
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlAnyAttribute;
-import javax.xml.bind.annotation.XmlAttribute;
-import javax.xml.bind.annotation.XmlElement;
-import javax.xml.bind.annotation.XmlElementRef;
-import javax.xml.bind.annotation.XmlID;
-import javax.xml.bind.annotation.XmlRootElement;
-import javax.xml.bind.annotation.XmlSchemaType;
-import javax.xml.bind.annotation.XmlType;
-import javax.xml.bind.annotation.adapters.CollapsedStringAdapter;
-import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter;
-import javax.xml.namespace.QName;
-import org.omg.spec.bpmn._20100524.di.BPMNDiagram;
-
-
-/**
- * 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>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "tDefinitions", propOrder = {
- "imports",
- "extensions",
- "rootElements",
- "bpmnDiagrams",
- "relationships"
-})
-@XmlRootElement(name = "definitions")
-public class Definitions {
-
- @XmlElement(name = "import")
- protected List imports;
- @XmlElement(name = "extension")
- protected List extensions;
- @XmlElementRef(name = "rootElement", namespace = "http://www.omg.org/spec/BPMN/20100524/MODEL", type = JAXBElement.class, required = false)
- protected List> rootElements;
- @XmlElement(name = "BPMNDiagram", namespace = "http://www.omg.org/spec/BPMN/20100524/DI")
- protected List bpmnDiagrams;
- @XmlElement(name = "relationship")
- protected List relationships;
- @XmlAttribute(name = "id")
- @XmlJavaTypeAdapter(CollapsedStringAdapter.class)
- @XmlID
- @XmlSchemaType(name = "ID")
- protected String id;
- @XmlAttribute(name = "name")
- protected String name;
- @XmlAttribute(name = "targetNamespace", required = true)
- @XmlSchemaType(name = "anyURI")
- protected String targetNamespace;
- @XmlAttribute(name = "expressionLanguage")
- @XmlSchemaType(name = "anyURI")
- protected String expressionLanguage;
- @XmlAttribute(name = "typeLanguage")
- @XmlSchemaType(name = "anyURI")
- protected String typeLanguage;
- @XmlAttribute(name = "exporter")
- protected String exporter;
- @XmlAttribute(name = "exporterVersion")
- protected String exporterVersion;
- @XmlAnyAttribute
- private Map otherAttributes = new HashMap();
-
- /**
- * Gets the value of the imports 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 JAXB object.
- * This is why there is not a set method for the imports property.
- *
- *
- * For example, to add a new item, do as follows:
- *
- * getImports().add(newItem);
- *
- *
- *
- *
- * Objects of the following type(s) are allowed in the list
- * {@link Import }
- *
- *
- */
- public List getImports() {
- if (imports == null) {
- imports = new ArrayList();
- }
- return this.imports;
- }
-
- /**
- * Gets the value of the extensions 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 JAXB object.
- * This is why there is not a set method for the extensions property.
- *
- *
- * For example, to add a new item, do as follows:
- *
- * getExtensions().add(newItem);
- *
- *
- *
- *
- * Objects of the following type(s) are allowed in the list
- * {@link Extension }
- *
- *
- */
- public List getExtensions() {
- if (extensions == null) {
- extensions = new ArrayList();
- }
- return this.extensions;
- }
-
- /**
- * Gets the value of the rootElements 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 JAXB object.
- * This is why there is not a set method for the rootElements property.
- *
- *
- * For example, to add a new item, do as follows:
- *
- * getRootElements().add(newItem);
- *
- *
- *
- *
- * Objects of the following type(s) are allowed in the list
- * {@link JAXBElement }{@code <}{@link TEventDefinition }{@code >}
- * {@link JAXBElement }{@code <}{@link TEscalationEventDefinition }{@code >}
- * {@link JAXBElement }{@code <}{@link TError }{@code >}
- * {@link JAXBElement }{@code <}{@link TInterface }{@code >}
- * {@link JAXBElement }{@code <}{@link TCategory }{@code >}
- * {@link JAXBElement }{@code <}{@link TMessageEventDefinition }{@code >}
- * {@link JAXBElement }{@code <}{@link TErrorEventDefinition }{@code >}
- * {@link JAXBElement }{@code <}{@link TSignal }{@code >}
- * {@link JAXBElement }{@code <}{@link TTimerEventDefinition }{@code >}
- * {@link JAXBElement }{@code <}{@link TMessage }{@code >}
- * {@link JAXBElement }{@code <}{@link TCollaboration }{@code >}
- * {@link JAXBElement }{@code <}{@link TGlobalChoreographyTask }{@code >}
- * {@link JAXBElement }{@code <}{@link TGlobalTask }{@code >}
- * {@link JAXBElement }{@code <}{@link TItemDefinition }{@code >}
- * {@link JAXBElement }{@code <}{@link TRootElement }{@code >}
- * {@link JAXBElement }{@code <}{@link TResource }{@code >}
- * {@link JAXBElement }{@code <}{@link TCorrelationProperty }{@code >}
- * {@link JAXBElement }{@code <}{@link TGlobalBusinessRuleTask }{@code >}
- * {@link JAXBElement }{@code <}{@link TGlobalScriptTask }{@code >}
- * {@link JAXBElement }{@code <}{@link TCancelEventDefinition }{@code >}
- * {@link JAXBElement }{@code <}{@link TDataStore }{@code >}
- * {@link JAXBElement }{@code <}{@link TSignalEventDefinition }{@code >}
- * {@link JAXBElement }{@code <}{@link TGlobalConversation }{@code >}
- * {@link JAXBElement }{@code <}{@link TLinkEventDefinition }{@code >}
- * {@link JAXBElement }{@code <}{@link TPartnerEntity }{@code >}
- * {@link JAXBElement }{@code <}{@link TPartnerRole }{@code >}
- * {@link JAXBElement }{@code <}{@link TConditionalEventDefinition }{@code >}
- * {@link JAXBElement }{@code <}{@link TProcess }{@code >}
- * {@link JAXBElement }{@code <}{@link TChoreography }{@code >}
- * {@link JAXBElement }{@code <}{@link TEndPoint }{@code >}
- * {@link JAXBElement }{@code <}{@link TGlobalManualTask }{@code >}
- * {@link JAXBElement }{@code <}{@link TTerminateEventDefinition }{@code >}
- * {@link JAXBElement }{@code <}{@link TGlobalUserTask }{@code >}
- * {@link JAXBElement }{@code <}{@link TEscalation }{@code >}
- * {@link JAXBElement }{@code <}{@link TCompensateEventDefinition }{@code >}
- *
- *
- */
- public List> getRootElements() {
- if (rootElements == null) {
- rootElements = new ArrayList>();
- }
- return this.rootElements;
- }
-
- /**
- * Gets the value of the bpmnDiagrams 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 JAXB object.
- * This is why there is not a set method for the bpmnDiagrams property.
- *
- *
- * For example, to add a new item, do as follows:
- *
- * getBPMNDiagrams().add(newItem);
- *
- *
- *
- *
- * Objects of the following type(s) are allowed in the list
- * {@link BPMNDiagram }
- *
- *
- */
- public List getBPMNDiagrams() {
- if (bpmnDiagrams == null) {
- bpmnDiagrams = new ArrayList();
- }
- return this.bpmnDiagrams;
- }
-
- /**
- * Gets the value of the relationships 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 JAXB object.
- * This is why there is not a set method for the relationships property.
- *
- *
- * For example, to add a new item, do as follows:
- *
- * getRelationships().add(newItem);
- *
- *
- *
- *
- * Objects of the following type(s) are allowed in the list
- * {@link Relationship }
- *
- *
- */
- public List getRelationships() {
- if (relationships == null) {
- relationships = new ArrayList();
- }
- return this.relationships;
- }
-
- /**
- * Gets the value of the id property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getId() {
- return id;
- }
-
- /**
- * Sets the value of the id property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setId(String value) {
- this.id = value;
- }
-
- /**
- * Gets the value of the name property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getName() {
- return name;
- }
-
- /**
- * Sets the value of the name property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setName(String value) {
- this.name = value;
- }
-
- /**
- * Gets the value of the targetNamespace property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getTargetNamespace() {
- return targetNamespace;
- }
-
- /**
- * Sets the value of the targetNamespace property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setTargetNamespace(String value) {
- this.targetNamespace = value;
- }
-
- /**
- * Gets the value of the expressionLanguage property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getExpressionLanguage() {
- if (expressionLanguage == null) {
- return "http://www.w3.org/1999/XPath";
- } else {
- return expressionLanguage;
- }
- }
-
- /**
- * Sets the value of the expressionLanguage property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setExpressionLanguage(String value) {
- this.expressionLanguage = value;
- }
-
- /**
- * Gets the value of the typeLanguage property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getTypeLanguage() {
- if (typeLanguage == null) {
- return "http://www.w3.org/2001/XMLSchema";
- } else {
- return typeLanguage;
- }
- }
-
- /**
- * Sets the value of the typeLanguage property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setTypeLanguage(String value) {
- this.typeLanguage = value;
- }
-
- /**
- * Gets the value of the exporter property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getExporter() {
- return exporter;
- }
-
- /**
- * Sets the value of the exporter property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setExporter(String value) {
- this.exporter = value;
- }
-
- /**
- * Gets the value of the exporterVersion property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getExporterVersion() {
- return exporterVersion;
- }
-
- /**
- * Sets the value of the exporterVersion property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setExporterVersion(String value) {
- this.exporterVersion = value;
- }
-
- /**
- * 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.
- *
- *
- * @return
- * always non-null
- */
- public Map getOtherAttributes() {
- return otherAttributes;
- }
-
-}
diff --git a/src/generated-sources/java/org/omg/spec/bpmn/_20100524/model/Documentation.java b/src/generated-sources/java/org/omg/spec/bpmn/_20100524/model/Documentation.java
deleted file mode 100644
index 686636d..0000000
--- a/src/generated-sources/java/org/omg/spec/bpmn/_20100524/model/Documentation.java
+++ /dev/null
@@ -1,142 +0,0 @@
-
-package org.omg.spec.bpmn._20100524.model;
-
-import java.util.ArrayList;
-import java.util.List;
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlAnyElement;
-import javax.xml.bind.annotation.XmlAttribute;
-import javax.xml.bind.annotation.XmlID;
-import javax.xml.bind.annotation.XmlMixed;
-import javax.xml.bind.annotation.XmlRootElement;
-import javax.xml.bind.annotation.XmlSchemaType;
-import javax.xml.bind.annotation.XmlType;
-import javax.xml.bind.annotation.adapters.CollapsedStringAdapter;
-import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter;
-import org.w3c.dom.Element;
-
-
-/**
- * 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>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "tDocumentation", propOrder = {
- "content"
-})
-@XmlRootElement(name = "documentation")
-public class Documentation {
-
- @XmlMixed
- @XmlAnyElement(lax = true)
- protected List content;
- @XmlAttribute(name = "id")
- @XmlJavaTypeAdapter(CollapsedStringAdapter.class)
- @XmlID
- @XmlSchemaType(name = "ID")
- protected String id;
- @XmlAttribute(name = "textFormat")
- protected String textFormat;
-
- /**
- * 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 JAXB 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
- * {@link Object }
- * {@link Element }
- * {@link String }
- *
- *
- */
- public List getContent() {
- if (content == null) {
- content = new ArrayList();
- }
- return this.content;
- }
-
- /**
- * Gets the value of the id property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getId() {
- return id;
- }
-
- /**
- * Sets the value of the id property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setId(String value) {
- this.id = value;
- }
-
- /**
- * Gets the value of the textFormat property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getTextFormat() {
- if (textFormat == null) {
- return "text/plain";
- } else {
- return textFormat;
- }
- }
-
- /**
- * Sets the value of the textFormat property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setTextFormat(String value) {
- this.textFormat = value;
- }
-
-}
diff --git a/src/generated-sources/java/org/omg/spec/bpmn/_20100524/model/Extension.java b/src/generated-sources/java/org/omg/spec/bpmn/_20100524/model/Extension.java
deleted file mode 100644
index 32da427..0000000
--- a/src/generated-sources/java/org/omg/spec/bpmn/_20100524/model/Extension.java
+++ /dev/null
@@ -1,131 +0,0 @@
-
-package org.omg.spec.bpmn._20100524.model;
-
-import java.util.ArrayList;
-import java.util.List;
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlAttribute;
-import javax.xml.bind.annotation.XmlElement;
-import javax.xml.bind.annotation.XmlRootElement;
-import javax.xml.bind.annotation.XmlType;
-import javax.xml.namespace.QName;
-
-
-/**
- * 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>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "tExtension", propOrder = {
- "documentations"
-})
-@XmlRootElement(name = "extension")
-public class Extension {
-
- @XmlElement(name = "documentation")
- protected List documentations;
- @XmlAttribute(name = "definition")
- protected QName definition;
- @XmlAttribute(name = "mustUnderstand")
- protected Boolean mustUnderstand;
-
- /**
- * Gets the value of the documentations 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 JAXB object.
- * This is why there is not a set method for the documentations property.
- *
- *
- * For example, to add a new item, do as follows:
- *
- * getDocumentations().add(newItem);
- *
- *
- *
- *
- * Objects of the following type(s) are allowed in the list
- * {@link Documentation }
- *
- *
- */
- public List getDocumentations() {
- if (documentations == null) {
- documentations = new ArrayList();
- }
- return this.documentations;
- }
-
- /**
- * Gets the value of the definition property.
- *
- * @return
- * possible object is
- * {@link QName }
- *
- */
- public QName getDefinition() {
- return definition;
- }
-
- /**
- * Sets the value of the definition property.
- *
- * @param value
- * allowed object is
- * {@link QName }
- *
- */
- public void setDefinition(QName value) {
- this.definition = value;
- }
-
- /**
- * Gets the value of the mustUnderstand property.
- *
- * @return
- * possible object is
- * {@link Boolean }
- *
- */
- public Boolean getMustUnderstand() {
- if (mustUnderstand == null) {
- return false;
- } else {
- return mustUnderstand;
- }
- }
-
- /**
- * Sets the value of the mustUnderstand property.
- *
- * @param value
- * allowed object is
- * {@link Boolean }
- *
- */
- public void setMustUnderstand(Boolean value) {
- this.mustUnderstand = value;
- }
-
-}
diff --git a/src/generated-sources/java/org/omg/spec/bpmn/_20100524/model/ExtensionElements.java b/src/generated-sources/java/org/omg/spec/bpmn/_20100524/model/ExtensionElements.java
deleted file mode 100644
index 009cac9..0000000
--- a/src/generated-sources/java/org/omg/spec/bpmn/_20100524/model/ExtensionElements.java
+++ /dev/null
@@ -1,72 +0,0 @@
-
-package org.omg.spec.bpmn._20100524.model;
-
-import java.util.ArrayList;
-import java.util.List;
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlAnyElement;
-import javax.xml.bind.annotation.XmlRootElement;
-import javax.xml.bind.annotation.XmlType;
-import org.w3c.dom.Element;
-
-
-/**
- * Java class for tExtensionElements complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
- *
- *
- * <complexType name="tExtensionElements">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <any processContents='lax' namespace='##other' maxOccurs="unbounded" minOccurs="0"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "tExtensionElements", propOrder = {
- "anies"
-})
-@XmlRootElement(name = "extensionElements")
-public class ExtensionElements {
-
- @XmlAnyElement
- protected List anies;
-
- /**
- * Gets the value of the anies 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 JAXB object.
- * This is why there is not a set method for the anies property.
- *
- *
- * For example, to add a new item, do as follows:
- *
- * getAnies().add(newItem);
- *
- *
- *
- *
- * Objects of the following type(s) are allowed in the list
- * {@link Element }
- *
- *
- */
- public List getAnies() {
- if (anies == null) {
- anies = new ArrayList();
- }
- return this.anies;
- }
-
-}
diff --git a/src/generated-sources/java/org/omg/spec/bpmn/_20100524/model/Import.java b/src/generated-sources/java/org/omg/spec/bpmn/_20100524/model/Import.java
deleted file mode 100644
index ca5e9f9..0000000
--- a/src/generated-sources/java/org/omg/spec/bpmn/_20100524/model/Import.java
+++ /dev/null
@@ -1,117 +0,0 @@
-
-package org.omg.spec.bpmn._20100524.model;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlAttribute;
-import javax.xml.bind.annotation.XmlRootElement;
-import javax.xml.bind.annotation.XmlSchemaType;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- * Java class for tImport complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
- *
- *
- * <complexType name="tImport">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <attribute name="namespace" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
- * <attribute name="location" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
- * <attribute name="importType" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "tImport")
-@XmlRootElement(name = "import")
-public class Import {
-
- @XmlAttribute(name = "namespace", required = true)
- @XmlSchemaType(name = "anyURI")
- protected String namespace;
- @XmlAttribute(name = "location", required = true)
- protected String location;
- @XmlAttribute(name = "importType", required = true)
- @XmlSchemaType(name = "anyURI")
- protected String importType;
-
- /**
- * Gets the value of the namespace property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getNamespace() {
- return namespace;
- }
-
- /**
- * Sets the value of the namespace property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setNamespace(String value) {
- this.namespace = value;
- }
-
- /**
- * Gets the value of the location property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getLocation() {
- return location;
- }
-
- /**
- * Sets the value of the location property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setLocation(String value) {
- this.location = value;
- }
-
- /**
- * Gets the value of the importType property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getImportType() {
- return importType;
- }
-
- /**
- * Sets the value of the importType property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setImportType(String value) {
- this.importType = value;
- }
-
-}
diff --git a/src/generated-sources/java/org/omg/spec/bpmn/_20100524/model/InputSet.java b/src/generated-sources/java/org/omg/spec/bpmn/_20100524/model/InputSet.java
deleted file mode 100644
index cc918fc..0000000
--- a/src/generated-sources/java/org/omg/spec/bpmn/_20100524/model/InputSet.java
+++ /dev/null
@@ -1,202 +0,0 @@
-
-package org.omg.spec.bpmn._20100524.model;
-
-import java.util.ArrayList;
-import java.util.List;
-import javax.xml.bind.JAXBElement;
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlAttribute;
-import javax.xml.bind.annotation.XmlElementRef;
-import javax.xml.bind.annotation.XmlRootElement;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- * Java class for tInputSet complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
- *
- *
- * <complexType name="tInputSet">
- * <complexContent>
- * <extension base="{http://www.omg.org/spec/BPMN/20100524/MODEL}tBaseElement">
- * <sequence>
- * <element name="dataInputRefs" type="{http://www.w3.org/2001/XMLSchema}IDREF" maxOccurs="unbounded" minOccurs="0"/>
- * <element name="optionalInputRefs" type="{http://www.w3.org/2001/XMLSchema}IDREF" maxOccurs="unbounded" minOccurs="0"/>
- * <element name="whileExecutingInputRefs" type="{http://www.w3.org/2001/XMLSchema}IDREF" maxOccurs="unbounded" minOccurs="0"/>
- * <element name="outputSetRefs" type="{http://www.w3.org/2001/XMLSchema}IDREF" maxOccurs="unbounded" minOccurs="0"/>
- * </sequence>
- * <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
- * <anyAttribute processContents='lax' namespace='##other'/>
- * </extension>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "tInputSet", propOrder = {
- "dataInputRefs",
- "optionalInputRefs",
- "whileExecutingInputRefs",
- "outputSetRefs"
-})
-@XmlRootElement(name = "inputSet")
-public class InputSet
- extends TBaseElement
-{
-
- @XmlElementRef(name = "dataInputRefs", namespace = "http://www.omg.org/spec/BPMN/20100524/MODEL", type = JAXBElement.class, required = false)
- protected List> dataInputRefs;
- @XmlElementRef(name = "optionalInputRefs", namespace = "http://www.omg.org/spec/BPMN/20100524/MODEL", type = JAXBElement.class, required = false)
- protected List> optionalInputRefs;
- @XmlElementRef(name = "whileExecutingInputRefs", namespace = "http://www.omg.org/spec/BPMN/20100524/MODEL", type = JAXBElement.class, required = false)
- protected List> whileExecutingInputRefs;
- @XmlElementRef(name = "outputSetRefs", namespace = "http://www.omg.org/spec/BPMN/20100524/MODEL", type = JAXBElement.class, required = false)
- protected List> outputSetRefs;
- @XmlAttribute(name = "name")
- protected String name;
-
- /**
- * Gets the value of the dataInputRefs 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 JAXB object.
- * This is why there is not a set method for the dataInputRefs property.
- *
- *
- * For example, to add a new item, do as follows:
- *
- * getDataInputRefs().add(newItem);
- *
- *
- *
- *
- * Objects of the following type(s) are allowed in the list
- * {@link JAXBElement }{@code <}{@link Object }{@code >}
- *
- *
- */
- public List> getDataInputRefs() {
- if (dataInputRefs == null) {
- dataInputRefs = new ArrayList>();
- }
- return this.dataInputRefs;
- }
-
- /**
- * Gets the value of the optionalInputRefs 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 JAXB object.
- * This is why there is not a set method for the optionalInputRefs property.
- *
- *
- * For example, to add a new item, do as follows:
- *
- * getOptionalInputRefs().add(newItem);
- *
- *
- *
- *
- * Objects of the following type(s) are allowed in the list
- * {@link JAXBElement }{@code <}{@link Object }{@code >}
- *
- *
- */
- public List> getOptionalInputRefs() {
- if (optionalInputRefs == null) {
- optionalInputRefs = new ArrayList>();
- }
- return this.optionalInputRefs;
- }
-
- /**
- * Gets the value of the whileExecutingInputRefs 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 JAXB object.
- * This is why there is not a set method for the whileExecutingInputRefs property.
- *
- *
- * For example, to add a new item, do as follows:
- *
- * getWhileExecutingInputRefs().add(newItem);
- *
- *
- *
- *
- * Objects of the following type(s) are allowed in the list
- * {@link JAXBElement }{@code <}{@link Object }{@code >}
- *
- *
- */
- public List> getWhileExecutingInputRefs() {
- if (whileExecutingInputRefs == null) {
- whileExecutingInputRefs = new ArrayList>();
- }
- return this.whileExecutingInputRefs;
- }
-
- /**
- * Gets the value of the outputSetRefs 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 JAXB object.
- * This is why there is not a set method for the outputSetRefs property.
- *
- *
- * For example, to add a new item, do as follows:
- *
- * getOutputSetRefs().add(newItem);
- *
- *
- *
- *
- * Objects of the following type(s) are allowed in the list
- * {@link JAXBElement }{@code <}{@link Object }{@code >}
- *
- *
- */
- public List> getOutputSetRefs() {
- if (outputSetRefs == null) {
- outputSetRefs = new ArrayList>();
- }
- return this.outputSetRefs;
- }
-
- /**
- * Gets the value of the name property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getName() {
- return name;
- }
-
- /**
- * Sets the value of the name property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setName(String value) {
- this.name = value;
- }
-
-}
diff --git a/src/generated-sources/java/org/omg/spec/bpmn/_20100524/model/IoBinding.java b/src/generated-sources/java/org/omg/spec/bpmn/_20100524/model/IoBinding.java
deleted file mode 100644
index a45d66b..0000000
--- a/src/generated-sources/java/org/omg/spec/bpmn/_20100524/model/IoBinding.java
+++ /dev/null
@@ -1,124 +0,0 @@
-
-package org.omg.spec.bpmn._20100524.model;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlAttribute;
-import javax.xml.bind.annotation.XmlIDREF;
-import javax.xml.bind.annotation.XmlRootElement;
-import javax.xml.bind.annotation.XmlSchemaType;
-import javax.xml.bind.annotation.XmlType;
-import javax.xml.namespace.QName;
-
-
-/**
- * Java class for tInputOutputBinding complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
- *
- *
- * <complexType name="tInputOutputBinding">
- * <complexContent>
- * <extension base="{http://www.omg.org/spec/BPMN/20100524/MODEL}tBaseElement">
- * <attribute name="operationRef" use="required" type="{http://www.w3.org/2001/XMLSchema}QName" />
- * <attribute name="inputDataRef" use="required" type="{http://www.w3.org/2001/XMLSchema}IDREF" />
- * <attribute name="outputDataRef" use="required" type="{http://www.w3.org/2001/XMLSchema}IDREF" />
- * <anyAttribute processContents='lax' namespace='##other'/>
- * </extension>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "tInputOutputBinding")
-@XmlRootElement(name = "ioBinding")
-public class IoBinding
- extends TBaseElement
-{
-
- @XmlAttribute(name = "operationRef", required = true)
- protected QName operationRef;
- @XmlAttribute(name = "inputDataRef", required = true)
- @XmlIDREF
- @XmlSchemaType(name = "IDREF")
- protected Object inputDataRef;
- @XmlAttribute(name = "outputDataRef", required = true)
- @XmlIDREF
- @XmlSchemaType(name = "IDREF")
- protected Object outputDataRef;
-
- /**
- * Gets the value of the operationRef property.
- *
- * @return
- * possible object is
- * {@link QName }
- *
- */
- public QName getOperationRef() {
- return operationRef;
- }
-
- /**
- * Sets the value of the operationRef property.
- *
- * @param value
- * allowed object is
- * {@link QName }
- *
- */
- public void setOperationRef(QName value) {
- this.operationRef = value;
- }
-
- /**
- * Gets the value of the inputDataRef property.
- *
- * @return
- * possible object is
- * {@link Object }
- *
- */
- public Object getInputDataRef() {
- return inputDataRef;
- }
-
- /**
- * Sets the value of the inputDataRef property.
- *
- * @param value
- * allowed object is
- * {@link Object }
- *
- */
- public void setInputDataRef(Object value) {
- this.inputDataRef = value;
- }
-
- /**
- * Gets the value of the outputDataRef property.
- *
- * @return
- * possible object is
- * {@link Object }
- *
- */
- public Object getOutputDataRef() {
- return outputDataRef;
- }
-
- /**
- * Sets the value of the outputDataRef property.
- *
- * @param value
- * allowed object is
- * {@link Object }
- *
- */
- public void setOutputDataRef(Object value) {
- this.outputDataRef = value;
- }
-
-}
diff --git a/src/generated-sources/java/org/omg/spec/bpmn/_20100524/model/IoSpecification.java b/src/generated-sources/java/org/omg/spec/bpmn/_20100524/model/IoSpecification.java
deleted file mode 100644
index 087bea7..0000000
--- a/src/generated-sources/java/org/omg/spec/bpmn/_20100524/model/IoSpecification.java
+++ /dev/null
@@ -1,173 +0,0 @@
-
-package org.omg.spec.bpmn._20100524.model;
-
-import java.util.ArrayList;
-import java.util.List;
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlElement;
-import javax.xml.bind.annotation.XmlRootElement;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- * Java class for tInputOutputSpecification complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
- *
- *
- * <complexType name="tInputOutputSpecification">
- * <complexContent>
- * <extension base="{http://www.omg.org/spec/BPMN/20100524/MODEL}tBaseElement">
- * <sequence>
- * <element ref="{http://www.omg.org/spec/BPMN/20100524/MODEL}dataInput" maxOccurs="unbounded" minOccurs="0"/>
- * <element ref="{http://www.omg.org/spec/BPMN/20100524/MODEL}dataOutput" maxOccurs="unbounded" minOccurs="0"/>
- * <element ref="{http://www.omg.org/spec/BPMN/20100524/MODEL}inputSet" maxOccurs="unbounded"/>
- * <element ref="{http://www.omg.org/spec/BPMN/20100524/MODEL}outputSet" maxOccurs="unbounded"/>
- * </sequence>
- * <anyAttribute processContents='lax' namespace='##other'/>
- * </extension>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "tInputOutputSpecification", propOrder = {
- "dataInputs",
- "dataOutputs",
- "inputSets",
- "outputSets"
-})
-@XmlRootElement(name = "ioSpecification")
-public class IoSpecification
- extends TBaseElement
-{
-
- @XmlElement(name = "dataInput")
- protected List dataInputs;
- @XmlElement(name = "dataOutput")
- protected List dataOutputs;
- @XmlElement(name = "inputSet", required = true)
- protected List inputSets;
- @XmlElement(name = "outputSet", required = true)
- protected List outputSets;
-
- /**
- * Gets the value of the dataInputs 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 JAXB object.
- * This is why there is not a set method for the dataInputs property.
- *
- *
- * For example, to add a new item, do as follows:
- *
- * getDataInputs().add(newItem);
- *
- *
- *
- *
- * Objects of the following type(s) are allowed in the list
- * {@link DataInput }
- *
- *
- */
- public List getDataInputs() {
- if (dataInputs == null) {
- dataInputs = new ArrayList();
- }
- return this.dataInputs;
- }
-
- /**
- * Gets the value of the dataOutputs 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 JAXB object.
- * This is why there is not a set method for the dataOutputs property.
- *
- *
- * For example, to add a new item, do as follows:
- *
- * getDataOutputs().add(newItem);
- *
- *
- *
- *
- * Objects of the following type(s) are allowed in the list
- * {@link DataOutput }
- *
- *
- */
- public List getDataOutputs() {
- if (dataOutputs == null) {
- dataOutputs = new ArrayList();
- }
- return this.dataOutputs;
- }
-
- /**
- * Gets the value of the inputSets 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 JAXB object.
- * This is why there is not a set method for the inputSets property.
- *
- *
- * For example, to add a new item, do as follows:
- *
- * getInputSets().add(newItem);
- *
- *
- *
- *
- * Objects of the following type(s) are allowed in the list
- * {@link InputSet }
- *
- *
- */
- public List getInputSets() {
- if (inputSets == null) {
- inputSets = new ArrayList();
- }
- return this.inputSets;
- }
-
- /**
- * Gets the value of the outputSets 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 JAXB object.
- * This is why there is not a set method for the outputSets property.
- *
- *
- * For example, to add a new item, do as follows:
- *
- * getOutputSets().add(newItem);
- *
- *
- *
- *
- * Objects of the following type(s) are allowed in the list
- * {@link OutputSet }
- *
- *
- */
- public List getOutputSets() {
- if (outputSets == null) {
- outputSets = new ArrayList();
- }
- return this.outputSets;
- }
-
-}
diff --git a/src/generated-sources/java/org/omg/spec/bpmn/_20100524/model/Lane.java b/src/generated-sources/java/org/omg/spec/bpmn/_20100524/model/Lane.java
deleted file mode 100644
index 13cb966..0000000
--- a/src/generated-sources/java/org/omg/spec/bpmn/_20100524/model/Lane.java
+++ /dev/null
@@ -1,185 +0,0 @@
-
-package org.omg.spec.bpmn._20100524.model;
-
-import java.util.ArrayList;
-import java.util.List;
-import javax.xml.bind.JAXBElement;
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlAttribute;
-import javax.xml.bind.annotation.XmlElementRef;
-import javax.xml.bind.annotation.XmlRootElement;
-import javax.xml.bind.annotation.XmlType;
-import javax.xml.namespace.QName;
-
-
-/**
- * Java class for tLane complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
- *
- *
- * <complexType name="tLane">
- * <complexContent>
- * <extension base="{http://www.omg.org/spec/BPMN/20100524/MODEL}tBaseElement">
- * <sequence>
- * <element name="partitionElement" type="{http://www.omg.org/spec/BPMN/20100524/MODEL}tBaseElement" minOccurs="0"/>
- * <element name="flowNodeRef" type="{http://www.w3.org/2001/XMLSchema}IDREF" maxOccurs="unbounded" minOccurs="0"/>
- * <element name="childLaneSet" type="{http://www.omg.org/spec/BPMN/20100524/MODEL}tLaneSet" minOccurs="0"/>
- * </sequence>
- * <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
- * <attribute name="partitionElementRef" type="{http://www.w3.org/2001/XMLSchema}QName" />
- * <anyAttribute processContents='lax' namespace='##other'/>
- * </extension>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "tLane", propOrder = {
- "partitionElement",
- "flowNodeReves",
- "childLaneSet"
-})
-@XmlRootElement(name = "lane")
-public class Lane
- extends TBaseElement
-{
-
- protected TBaseElement partitionElement;
- @XmlElementRef(name = "flowNodeRef", namespace = "http://www.omg.org/spec/BPMN/20100524/MODEL", type = JAXBElement.class, required = false)
- protected List> flowNodeReves;
- protected LaneSet childLaneSet;
- @XmlAttribute(name = "name")
- protected String name;
- @XmlAttribute(name = "partitionElementRef")
- protected QName partitionElementRef;
-
- /**
- * Gets the value of the partitionElement property.
- *
- * @return
- * possible object is
- * {@link TBaseElement }
- *
- */
- public TBaseElement getPartitionElement() {
- return partitionElement;
- }
-
- /**
- * Sets the value of the partitionElement property.
- *
- * @param value
- * allowed object is
- * {@link TBaseElement }
- *
- */
- public void setPartitionElement(TBaseElement value) {
- this.partitionElement = value;
- }
-
- /**
- * Gets the value of the flowNodeReves 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 JAXB object.
- * This is why there is not a set method for the flowNodeReves property.
- *
- *
- * For example, to add a new item, do as follows:
- *
- * getFlowNodeReves().add(newItem);
- *
- *
- *
- *
- * Objects of the following type(s) are allowed in the list
- * {@link JAXBElement }{@code <}{@link Object }{@code >}
- *
- *
- */
- public List> getFlowNodeReves() {
- if (flowNodeReves == null) {
- flowNodeReves = new ArrayList>();
- }
- return this.flowNodeReves;
- }
-
- /**
- * Gets the value of the childLaneSet property.
- *
- * @return
- * possible object is
- * {@link LaneSet }
- *
- */
- public LaneSet getChildLaneSet() {
- return childLaneSet;
- }
-
- /**
- * Sets the value of the childLaneSet property.
- *
- * @param value
- * allowed object is
- * {@link LaneSet }
- *
- */
- public void setChildLaneSet(LaneSet value) {
- this.childLaneSet = value;
- }
-
- /**
- * Gets the value of the name property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getName() {
- return name;
- }
-
- /**
- * Sets the value of the name property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setName(String value) {
- this.name = value;
- }
-
- /**
- * Gets the value of the partitionElementRef property.
- *
- * @return
- * possible object is
- * {@link QName }
- *
- */
- public QName getPartitionElementRef() {
- return partitionElementRef;
- }
-
- /**
- * Sets the value of the partitionElementRef property.
- *
- * @param value
- * allowed object is
- * {@link QName }
- *
- */
- public void setPartitionElementRef(QName value) {
- this.partitionElementRef = value;
- }
-
-}
diff --git a/src/generated-sources/java/org/omg/spec/bpmn/_20100524/model/LaneSet.java b/src/generated-sources/java/org/omg/spec/bpmn/_20100524/model/LaneSet.java
deleted file mode 100644
index 4eca981..0000000
--- a/src/generated-sources/java/org/omg/spec/bpmn/_20100524/model/LaneSet.java
+++ /dev/null
@@ -1,102 +0,0 @@
-
-package org.omg.spec.bpmn._20100524.model;
-
-import java.util.ArrayList;
-import java.util.List;
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlAttribute;
-import javax.xml.bind.annotation.XmlElement;
-import javax.xml.bind.annotation.XmlRootElement;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- * Java class for tLaneSet complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
- *
- *
- * <complexType name="tLaneSet">
- * <complexContent>
- * <extension base="{http://www.omg.org/spec/BPMN/20100524/MODEL}tBaseElement">
- * <sequence>
- * <element ref="{http://www.omg.org/spec/BPMN/20100524/MODEL}lane" maxOccurs="unbounded" minOccurs="0"/>
- * </sequence>
- * <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
- * <anyAttribute processContents='lax' namespace='##other'/>
- * </extension>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "tLaneSet", propOrder = {
- "lanes"
-})
-@XmlRootElement(name = "laneSet")
-public class LaneSet
- extends TBaseElement
-{
-
- @XmlElement(name = "lane")
- protected List lanes;
- @XmlAttribute(name = "name")
- protected String name;
-
- /**
- * Gets the value of the lanes 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 JAXB object.
- * This is why there is not a set method for the lanes property.
- *
- *
- * For example, to add a new item, do as follows:
- *
- * getLanes().add(newItem);
- *
- *
- *
- *
- * Objects of the following type(s) are allowed in the list
- * {@link Lane }
- *
- *
- */
- public List getLanes() {
- if (lanes == null) {
- lanes = new ArrayList();
- }
- return this.lanes;
- }
-
- /**
- * Gets the value of the name property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getName() {
- return name;
- }
-
- /**
- * Sets the value of the name property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setName(String value) {
- this.name = value;
- }
-
-}
diff --git a/src/generated-sources/java/org/omg/spec/bpmn/_20100524/model/MessageFlow.java b/src/generated-sources/java/org/omg/spec/bpmn/_20100524/model/MessageFlow.java
deleted file mode 100644
index 3b30ff9..0000000
--- a/src/generated-sources/java/org/omg/spec/bpmn/_20100524/model/MessageFlow.java
+++ /dev/null
@@ -1,145 +0,0 @@
-
-package org.omg.spec.bpmn._20100524.model;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlAttribute;
-import javax.xml.bind.annotation.XmlRootElement;
-import javax.xml.bind.annotation.XmlType;
-import javax.xml.namespace.QName;
-
-
-/**
- * Java class for tMessageFlow complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
- *
- *
- * <complexType name="tMessageFlow">
- * <complexContent>
- * <extension base="{http://www.omg.org/spec/BPMN/20100524/MODEL}tBaseElement">
- * <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
- * <attribute name="sourceRef" use="required" type="{http://www.w3.org/2001/XMLSchema}QName" />
- * <attribute name="targetRef" use="required" type="{http://www.w3.org/2001/XMLSchema}QName" />
- * <attribute name="messageRef" type="{http://www.w3.org/2001/XMLSchema}QName" />
- * <anyAttribute processContents='lax' namespace='##other'/>
- * </extension>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "tMessageFlow")
-@XmlRootElement(name = "messageFlow")
-public class MessageFlow
- extends TBaseElement
-{
-
- @XmlAttribute(name = "name")
- protected String name;
- @XmlAttribute(name = "sourceRef", required = true)
- protected QName sourceRef;
- @XmlAttribute(name = "targetRef", required = true)
- protected QName targetRef;
- @XmlAttribute(name = "messageRef")
- protected QName messageRef;
-
- /**
- * Gets the value of the name property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getName() {
- return name;
- }
-
- /**
- * Sets the value of the name property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setName(String value) {
- this.name = value;
- }
-
- /**
- * Gets the value of the sourceRef property.
- *
- * @return
- * possible object is
- * {@link QName }
- *
- */
- public QName getSourceRef() {
- return sourceRef;
- }
-
- /**
- * Sets the value of the sourceRef property.
- *
- * @param value
- * allowed object is
- * {@link QName }
- *
- */
- public void setSourceRef(QName value) {
- this.sourceRef = value;
- }
-
- /**
- * Gets the value of the targetRef property.
- *
- * @return
- * possible object is
- * {@link QName }
- *
- */
- public QName getTargetRef() {
- return targetRef;
- }
-
- /**
- * Sets the value of the targetRef property.
- *
- * @param value
- * allowed object is
- * {@link QName }
- *
- */
- public void setTargetRef(QName value) {
- this.targetRef = value;
- }
-
- /**
- * Gets the value of the messageRef property.
- *
- * @return
- * possible object is
- * {@link QName }
- *
- */
- public QName getMessageRef() {
- return messageRef;
- }
-
- /**
- * Sets the value of the messageRef property.
- *
- * @param value
- * allowed object is
- * {@link QName }
- *
- */
- public void setMessageRef(QName value) {
- this.messageRef = value;
- }
-
-}
diff --git a/src/generated-sources/java/org/omg/spec/bpmn/_20100524/model/MessageFlowAssociation.java b/src/generated-sources/java/org/omg/spec/bpmn/_20100524/model/MessageFlowAssociation.java
deleted file mode 100644
index 9dd5a34..0000000
--- a/src/generated-sources/java/org/omg/spec/bpmn/_20100524/model/MessageFlowAssociation.java
+++ /dev/null
@@ -1,91 +0,0 @@
-
-package org.omg.spec.bpmn._20100524.model;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlAttribute;
-import javax.xml.bind.annotation.XmlRootElement;
-import javax.xml.bind.annotation.XmlType;
-import javax.xml.namespace.QName;
-
-
-/**
- * Java class for tMessageFlowAssociation complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
- *
- *
- * <complexType name="tMessageFlowAssociation">
- * <complexContent>
- * <extension base="{http://www.omg.org/spec/BPMN/20100524/MODEL}tBaseElement">
- * <attribute name="innerMessageFlowRef" use="required" type="{http://www.w3.org/2001/XMLSchema}QName" />
- * <attribute name="outerMessageFlowRef" use="required" type="{http://www.w3.org/2001/XMLSchema}QName" />
- * <anyAttribute processContents='lax' namespace='##other'/>
- * </extension>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "tMessageFlowAssociation")
-@XmlRootElement(name = "messageFlowAssociation")
-public class MessageFlowAssociation
- extends TBaseElement
-{
-
- @XmlAttribute(name = "innerMessageFlowRef", required = true)
- protected QName innerMessageFlowRef;
- @XmlAttribute(name = "outerMessageFlowRef", required = true)
- protected QName outerMessageFlowRef;
-
- /**
- * Gets the value of the innerMessageFlowRef property.
- *
- * @return
- * possible object is
- * {@link QName }
- *
- */
- public QName getInnerMessageFlowRef() {
- return innerMessageFlowRef;
- }
-
- /**
- * Sets the value of the innerMessageFlowRef property.
- *
- * @param value
- * allowed object is
- * {@link QName }
- *
- */
- public void setInnerMessageFlowRef(QName value) {
- this.innerMessageFlowRef = value;
- }
-
- /**
- * Gets the value of the outerMessageFlowRef property.
- *
- * @return
- * possible object is
- * {@link QName }
- *
- */
- public QName getOuterMessageFlowRef() {
- return outerMessageFlowRef;
- }
-
- /**
- * Sets the value of the outerMessageFlowRef property.
- *
- * @param value
- * allowed object is
- * {@link QName }
- *
- */
- public void setOuterMessageFlowRef(QName value) {
- this.outerMessageFlowRef = value;
- }
-
-}
diff --git a/src/generated-sources/java/org/omg/spec/bpmn/_20100524/model/Monitoring.java b/src/generated-sources/java/org/omg/spec/bpmn/_20100524/model/Monitoring.java
deleted file mode 100644
index 527fa99..0000000
--- a/src/generated-sources/java/org/omg/spec/bpmn/_20100524/model/Monitoring.java
+++ /dev/null
@@ -1,35 +0,0 @@
-
-package org.omg.spec.bpmn._20100524.model;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlRootElement;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- * Java class for tMonitoring complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
- *
- *
- * <complexType name="tMonitoring">
- * <complexContent>
- * <extension base="{http://www.omg.org/spec/BPMN/20100524/MODEL}tBaseElement">
- * <anyAttribute processContents='lax' namespace='##other'/>
- * </extension>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "tMonitoring")
-@XmlRootElement(name = "monitoring")
-public class Monitoring
- extends TBaseElement
-{
-
-
-}
diff --git a/src/generated-sources/java/org/omg/spec/bpmn/_20100524/model/ObjectFactory.java b/src/generated-sources/java/org/omg/spec/bpmn/_20100524/model/ObjectFactory.java
deleted file mode 100644
index 180582f..0000000
--- a/src/generated-sources/java/org/omg/spec/bpmn/_20100524/model/ObjectFactory.java
+++ /dev/null
@@ -1,2054 +0,0 @@
-
-package org.omg.spec.bpmn._20100524.model;
-
-import javax.xml.bind.JAXBElement;
-import javax.xml.bind.annotation.XmlElementDecl;
-import javax.xml.bind.annotation.XmlIDREF;
-import javax.xml.bind.annotation.XmlRegistry;
-import javax.xml.namespace.QName;
-
-
-/**
- * This object contains factory methods for each
- * Java content interface and Java element interface
- * generated in the org.omg.spec.bpmn._20100524.model package.
- * An ObjectFactory allows you to programatically
- * construct new instances of the Java representation
- * for XML content. The Java representation of XML
- * content can consist of schema derived interfaces
- * and classes representing the binding of schema
- * type definitions, element declarations and model
- * groups. Factory methods for each of these are
- * provided in this class.
- *
- */
-@XmlRegistry
-public class ObjectFactory {
-
- private final static QName _HumanPerformer_QNAME = new QName("http://www.omg.org/spec/BPMN/20100524/MODEL", "humanPerformer");
- private final static QName _Collaboration_QNAME = new QName("http://www.omg.org/spec/BPMN/20100524/MODEL", "collaboration");
- private final static QName _ScriptTask_QNAME = new QName("http://www.omg.org/spec/BPMN/20100524/MODEL", "scriptTask");
- private final static QName _SequenceFlow_QNAME = new QName("http://www.omg.org/spec/BPMN/20100524/MODEL", "sequenceFlow");
- private final static QName _GlobalBusinessRuleTask_QNAME = new QName("http://www.omg.org/spec/BPMN/20100524/MODEL", "globalBusinessRuleTask");
- private final static QName _DataAssociation_QNAME = new QName("http://www.omg.org/spec/BPMN/20100524/MODEL", "dataAssociation");
- private final static QName _IntermediateThrowEvent_QNAME = new QName("http://www.omg.org/spec/BPMN/20100524/MODEL", "intermediateThrowEvent");
- private final static QName _ErrorEventDefinition_QNAME = new QName("http://www.omg.org/spec/BPMN/20100524/MODEL", "errorEventDefinition");
- private final static QName _ReceiveTask_QNAME = new QName("http://www.omg.org/spec/BPMN/20100524/MODEL", "receiveTask");
- private final static QName _Conversation_QNAME = new QName("http://www.omg.org/spec/BPMN/20100524/MODEL", "conversation");
- private final static QName _ImplicitThrowEvent_QNAME = new QName("http://www.omg.org/spec/BPMN/20100524/MODEL", "implicitThrowEvent");
- private final static QName _InclusiveGateway_QNAME = new QName("http://www.omg.org/spec/BPMN/20100524/MODEL", "inclusiveGateway");
- private final static QName _IntermediateCatchEvent_QNAME = new QName("http://www.omg.org/spec/BPMN/20100524/MODEL", "intermediateCatchEvent");
- private final static QName _LoopCharacteristics_QNAME = new QName("http://www.omg.org/spec/BPMN/20100524/MODEL", "loopCharacteristics");
- private final static QName _Process_QNAME = new QName("http://www.omg.org/spec/BPMN/20100524/MODEL", "process");
- private final static QName _ConditionalEventDefinition_QNAME = new QName("http://www.omg.org/spec/BPMN/20100524/MODEL", "conditionalEventDefinition");
- private final static QName _FlowNode_QNAME = new QName("http://www.omg.org/spec/BPMN/20100524/MODEL", "flowNode");
- private final static QName _Artifact_QNAME = new QName("http://www.omg.org/spec/BPMN/20100524/MODEL", "artifact");
- private final static QName _EndPoint_QNAME = new QName("http://www.omg.org/spec/BPMN/20100524/MODEL", "endPoint");
- private final static QName _EndEvent_QNAME = new QName("http://www.omg.org/spec/BPMN/20100524/MODEL", "endEvent");
- private final static QName _SubProcess_QNAME = new QName("http://www.omg.org/spec/BPMN/20100524/MODEL", "subProcess");
- private final static QName _BaseElement_QNAME = new QName("http://www.omg.org/spec/BPMN/20100524/MODEL", "baseElement");
- private final static QName _TerminateEventDefinition_QNAME = new QName("http://www.omg.org/spec/BPMN/20100524/MODEL", "terminateEventDefinition");
- private final static QName _EventBasedGateway_QNAME = new QName("http://www.omg.org/spec/BPMN/20100524/MODEL", "eventBasedGateway");
- private final static QName _GlobalScriptTask_QNAME = new QName("http://www.omg.org/spec/BPMN/20100524/MODEL", "globalScriptTask");
- private final static QName _TimerEventDefinition_QNAME = new QName("http://www.omg.org/spec/BPMN/20100524/MODEL", "timerEventDefinition");
- private final static QName _ComplexGateway_QNAME = new QName("http://www.omg.org/spec/BPMN/20100524/MODEL", "complexGateway");
- private final static QName _ManualTask_QNAME = new QName("http://www.omg.org/spec/BPMN/20100524/MODEL", "manualTask");
- private final static QName _CallableElement_QNAME = new QName("http://www.omg.org/spec/BPMN/20100524/MODEL", "callableElement");
- private final static QName _CancelEventDefinition_QNAME = new QName("http://www.omg.org/spec/BPMN/20100524/MODEL", "cancelEventDefinition");
- private final static QName _ServiceTask_QNAME = new QName("http://www.omg.org/spec/BPMN/20100524/MODEL", "serviceTask");
- private final static QName _SubChoreography_QNAME = new QName("http://www.omg.org/spec/BPMN/20100524/MODEL", "subChoreography");
- private final static QName _ChoreographyActivity_QNAME = new QName("http://www.omg.org/spec/BPMN/20100524/MODEL", "choreographyActivity");
- private final static QName _Event_QNAME = new QName("http://www.omg.org/spec/BPMN/20100524/MODEL", "event");
- private final static QName _GlobalConversation_QNAME = new QName("http://www.omg.org/spec/BPMN/20100524/MODEL", "globalConversation");
- private final static QName _EventDefinition_QNAME = new QName("http://www.omg.org/spec/BPMN/20100524/MODEL", "eventDefinition");
- private final static QName _ThrowEvent_QNAME = new QName("http://www.omg.org/spec/BPMN/20100524/MODEL", "throwEvent");
- private final static QName _ItemDefinition_QNAME = new QName("http://www.omg.org/spec/BPMN/20100524/MODEL", "itemDefinition");
- private final static QName _AdHocSubProcess_QNAME = new QName("http://www.omg.org/spec/BPMN/20100524/MODEL", "adHocSubProcess");
- private final static QName _GlobalUserTask_QNAME = new QName("http://www.omg.org/spec/BPMN/20100524/MODEL", "globalUserTask");
- private final static QName _Category_QNAME = new QName("http://www.omg.org/spec/BPMN/20100524/MODEL", "category");
- private final static QName _StartEvent_QNAME = new QName("http://www.omg.org/spec/BPMN/20100524/MODEL", "startEvent");
- private final static QName _Performer_QNAME = new QName("http://www.omg.org/spec/BPMN/20100524/MODEL", "performer");
- private final static QName _FormalExpression_QNAME = new QName("http://www.omg.org/spec/BPMN/20100524/MODEL", "formalExpression");
- private final static QName _MessageEventDefinition_QNAME = new QName("http://www.omg.org/spec/BPMN/20100524/MODEL", "messageEventDefinition");
- private final static QName _CatchEvent_QNAME = new QName("http://www.omg.org/spec/BPMN/20100524/MODEL", "catchEvent");
- private final static QName _DataObjectReference_QNAME = new QName("http://www.omg.org/spec/BPMN/20100524/MODEL", "dataObjectReference");
- private final static QName _BoundaryEvent_QNAME = new QName("http://www.omg.org/spec/BPMN/20100524/MODEL", "boundaryEvent");
- private final static QName _SendTask_QNAME = new QName("http://www.omg.org/spec/BPMN/20100524/MODEL", "sendTask");
- private final static QName _Choreography_QNAME = new QName("http://www.omg.org/spec/BPMN/20100524/MODEL", "choreography");
- private final static QName _CallChoreography_QNAME = new QName("http://www.omg.org/spec/BPMN/20100524/MODEL", "callChoreography");
- private final static QName _GlobalChoreographyTask_QNAME = new QName("http://www.omg.org/spec/BPMN/20100524/MODEL", "globalChoreographyTask");
- private final static QName _MultiInstanceLoopCharacteristics_QNAME = new QName("http://www.omg.org/spec/BPMN/20100524/MODEL", "multiInstanceLoopCharacteristics");
- private final static QName _PotentialOwner_QNAME = new QName("http://www.omg.org/spec/BPMN/20100524/MODEL", "potentialOwner");
- private final static QName _UserTask_QNAME = new QName("http://www.omg.org/spec/BPMN/20100524/MODEL", "userTask");
- private final static QName _Signal_QNAME = new QName("http://www.omg.org/spec/BPMN/20100524/MODEL", "signal");
- private final static QName _ParallelGateway_QNAME = new QName("http://www.omg.org/spec/BPMN/20100524/MODEL", "parallelGateway");
- private final static QName _SubConversation_QNAME = new QName("http://www.omg.org/spec/BPMN/20100524/MODEL", "subConversation");
- private final static QName _BaseElementWithMixedContent_QNAME = new QName("http://www.omg.org/spec/BPMN/20100524/MODEL", "baseElementWithMixedContent");
- private final static QName _SignalEventDefinition_QNAME = new QName("http://www.omg.org/spec/BPMN/20100524/MODEL", "signalEventDefinition");
- private final static QName _DataStore_QNAME = new QName("http://www.omg.org/spec/BPMN/20100524/MODEL", "dataStore");
- private final static QName _RootElement_QNAME = new QName("http://www.omg.org/spec/BPMN/20100524/MODEL", "rootElement");
- private final static QName _Activity_QNAME = new QName("http://www.omg.org/spec/BPMN/20100524/MODEL", "activity");
- private final static QName _GlobalTask_QNAME = new QName("http://www.omg.org/spec/BPMN/20100524/MODEL", "globalTask");
- private final static QName _Error_QNAME = new QName("http://www.omg.org/spec/BPMN/20100524/MODEL", "error");
- private final static QName _Task_QNAME = new QName("http://www.omg.org/spec/BPMN/20100524/MODEL", "task");
- private final static QName _Resource_QNAME = new QName("http://www.omg.org/spec/BPMN/20100524/MODEL", "resource");
- private final static QName _Interface_QNAME = new QName("http://www.omg.org/spec/BPMN/20100524/MODEL", "interface");
- private final static QName _CorrelationProperty_QNAME = new QName("http://www.omg.org/spec/BPMN/20100524/MODEL", "correlationProperty");
- private final static QName _ExclusiveGateway_QNAME = new QName("http://www.omg.org/spec/BPMN/20100524/MODEL", "exclusiveGateway");
- private final static QName _Message_QNAME = new QName("http://www.omg.org/spec/BPMN/20100524/MODEL", "message");
- private final static QName _DataStoreReference_QNAME = new QName("http://www.omg.org/spec/BPMN/20100524/MODEL", "dataStoreReference");
- private final static QName _GlobalManualTask_QNAME = new QName("http://www.omg.org/spec/BPMN/20100524/MODEL", "globalManualTask");
- private final static QName _CallActivity_QNAME = new QName("http://www.omg.org/spec/BPMN/20100524/MODEL", "callActivity");
- private final static QName _Escalation_QNAME = new QName("http://www.omg.org/spec/BPMN/20100524/MODEL", "escalation");
- private final static QName _TextAnnotation_QNAME = new QName("http://www.omg.org/spec/BPMN/20100524/MODEL", "textAnnotation");
- private final static QName _Group_QNAME = new QName("http://www.omg.org/spec/BPMN/20100524/MODEL", "group");
- private final static QName _Expression_QNAME = new QName("http://www.omg.org/spec/BPMN/20100524/MODEL", "expression");
- private final static QName _Transaction_QNAME = new QName("http://www.omg.org/spec/BPMN/20100524/MODEL", "transaction");
- private final static QName _ChoreographyTask_QNAME = new QName("http://www.omg.org/spec/BPMN/20100524/MODEL", "choreographyTask");
- private final static QName _Gateway_QNAME = new QName("http://www.omg.org/spec/BPMN/20100524/MODEL", "gateway");
- private final static QName _ResourceRole_QNAME = new QName("http://www.omg.org/spec/BPMN/20100524/MODEL", "resourceRole");
- private final static QName _PartnerEntity_QNAME = new QName("http://www.omg.org/spec/BPMN/20100524/MODEL", "partnerEntity");
- private final static QName _PartnerRole_QNAME = new QName("http://www.omg.org/spec/BPMN/20100524/MODEL", "partnerRole");
- private final static QName _BusinessRuleTask_QNAME = new QName("http://www.omg.org/spec/BPMN/20100524/MODEL", "businessRuleTask");
- private final static QName _FlowElement_QNAME = new QName("http://www.omg.org/spec/BPMN/20100524/MODEL", "flowElement");
- private final static QName _DataObject_QNAME = new QName("http://www.omg.org/spec/BPMN/20100524/MODEL", "dataObject");
- private final static QName _LinkEventDefinition_QNAME = new QName("http://www.omg.org/spec/BPMN/20100524/MODEL", "linkEventDefinition");
- private final static QName _Association_QNAME = new QName("http://www.omg.org/spec/BPMN/20100524/MODEL", "association");
- private final static QName _CallConversation_QNAME = new QName("http://www.omg.org/spec/BPMN/20100524/MODEL", "callConversation");
- private final static QName _EscalationEventDefinition_QNAME = new QName("http://www.omg.org/spec/BPMN/20100524/MODEL", "escalationEventDefinition");
- private final static QName _ConversationNode_QNAME = new QName("http://www.omg.org/spec/BPMN/20100524/MODEL", "conversationNode");
- private final static QName _CompensateEventDefinition_QNAME = new QName("http://www.omg.org/spec/BPMN/20100524/MODEL", "compensateEventDefinition");
- private final static QName _StandardLoopCharacteristics_QNAME = new QName("http://www.omg.org/spec/BPMN/20100524/MODEL", "standardLoopCharacteristics");
- private final static QName _TDataAssociationSourceRef_QNAME = new QName("http://www.omg.org/spec/BPMN/20100524/MODEL", "sourceRef");
- private final static QName _OutputSetDataOutputRefs_QNAME = new QName("http://www.omg.org/spec/BPMN/20100524/MODEL", "dataOutputRefs");
- private final static QName _OutputSetOptionalOutputRefs_QNAME = new QName("http://www.omg.org/spec/BPMN/20100524/MODEL", "optionalOutputRefs");
- private final static QName _OutputSetWhileExecutingOutputRefs_QNAME = new QName("http://www.omg.org/spec/BPMN/20100524/MODEL", "whileExecutingOutputRefs");
- private final static QName _OutputSetInputSetRefs_QNAME = new QName("http://www.omg.org/spec/BPMN/20100524/MODEL", "inputSetRefs");
- private final static QName _InputSetWhileExecutingInputRefs_QNAME = new QName("http://www.omg.org/spec/BPMN/20100524/MODEL", "whileExecutingInputRefs");
- private final static QName _InputSetOutputSetRefs_QNAME = new QName("http://www.omg.org/spec/BPMN/20100524/MODEL", "outputSetRefs");
- private final static QName _InputSetOptionalInputRefs_QNAME = new QName("http://www.omg.org/spec/BPMN/20100524/MODEL", "optionalInputRefs");
- private final static QName _InputSetDataInputRefs_QNAME = new QName("http://www.omg.org/spec/BPMN/20100524/MODEL", "dataInputRefs");
- private final static QName _LaneFlowNodeRef_QNAME = new QName("http://www.omg.org/spec/BPMN/20100524/MODEL", "flowNodeRef");
-
- /**
- * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.omg.spec.bpmn._20100524.model
- *
- */
- public ObjectFactory() {
- }
-
- /**
- * Create an instance of {@link TComplexGateway }
- *
- */
- public TComplexGateway createTComplexGateway() {
- return new TComplexGateway();
- }
-
- /**
- * Create an instance of {@link TTimerEventDefinition }
- *
- */
- public TTimerEventDefinition createTTimerEventDefinition() {
- return new TTimerEventDefinition();
- }
-
- /**
- * Create an instance of {@link TManualTask }
- *
- */
- public TManualTask createTManualTask() {
- return new TManualTask();
- }
-
- /**
- * Create an instance of {@link TCallableElement }
- *
- */
- public TCallableElement createTCallableElement() {
- return new TCallableElement();
- }
-
- /**
- * Create an instance of {@link TServiceTask }
- *
- */
- public TServiceTask createTServiceTask() {
- return new TServiceTask();
- }
-
- /**
- * Create an instance of {@link TCancelEventDefinition }
- *
- */
- public TCancelEventDefinition createTCancelEventDefinition() {
- return new TCancelEventDefinition();
- }
-
- /**
- * Create an instance of {@link TSubChoreography }
- *
- */
- public TSubChoreography createTSubChoreography() {
- return new TSubChoreography();
- }
-
- /**
- * Create an instance of {@link Operation }
- *
- */
- public Operation createOperation() {
- return new Operation();
- }
-
- /**
- * Create an instance of {@link Documentation }
- *
- */
- public Documentation createDocumentation() {
- return new Documentation();
- }
-
- /**
- * Create an instance of {@link ExtensionElements }
- *
- */
- public ExtensionElements createExtensionElements() {
- return new ExtensionElements();
- }
-
- /**
- * Create an instance of {@link CorrelationSubscription }
- *
- */
- public CorrelationSubscription createCorrelationSubscription() {
- return new CorrelationSubscription();
- }
-
- /**
- * Create an instance of {@link CorrelationPropertyBinding }
- *
- */
- public CorrelationPropertyBinding createCorrelationPropertyBinding() {
- return new CorrelationPropertyBinding();
- }
-
- /**
- * Create an instance of {@link TFormalExpression }
- *
- */
- public TFormalExpression createTFormalExpression() {
- return new TFormalExpression();
- }
-
- /**
- * Create an instance of {@link TGlobalConversation }
- *
- */
- public TGlobalConversation createTGlobalConversation() {
- return new TGlobalConversation();
- }
-
- /**
- * Create an instance of {@link TCollaboration }
- *
- */
- public TCollaboration createTCollaboration() {
- return new TCollaboration();
- }
-
- /**
- * Create an instance of {@link Import }
- *
- */
- public Import createImport() {
- return new Import();
- }
-
- /**
- * Create an instance of {@link ResourceAssignmentExpression }
- *
- */
- public ResourceAssignmentExpression createResourceAssignmentExpression() {
- return new ResourceAssignmentExpression();
- }
-
- /**
- * Create an instance of {@link TExpression }
- *
- */
- public TExpression createTExpression() {
- return new TExpression();
- }
-
- /**
- * Create an instance of {@link Monitoring }
- *
- */
- public Monitoring createMonitoring() {
- return new Monitoring();
- }
-
- /**
- * Create an instance of {@link TItemDefinition }
- *
- */
- public TItemDefinition createTItemDefinition() {
- return new TItemDefinition();
- }
-
- /**
- * Create an instance of {@link TAdHocSubProcess }
- *
- */
- public TAdHocSubProcess createTAdHocSubProcess() {
- return new TAdHocSubProcess();
- }
-
- /**
- * Create an instance of {@link TGlobalUserTask }
- *
- */
- public TGlobalUserTask createTGlobalUserTask() {
- return new TGlobalUserTask();
- }
-
- /**
- * Create an instance of {@link TCategory }
- *
- */
- public TCategory createTCategory() {
- return new TCategory();
- }
-
- /**
- * Create an instance of {@link TStartEvent }
- *
- */
- public TStartEvent createTStartEvent() {
- return new TStartEvent();
- }
-
- /**
- * Create an instance of {@link TPerformer }
- *
- */
- public TPerformer createTPerformer() {
- return new TPerformer();
- }
-
- /**
- * Create an instance of {@link TResourceRole }
- *
- */
- public TResourceRole createTResourceRole() {
- return new TResourceRole();
- }
-
- /**
- * Create an instance of {@link Participant }
- *
- */
- public Participant createParticipant() {
- return new Participant();
- }
-
- /**
- * Create an instance of {@link ParticipantMultiplicity }
- *
- */
- public ParticipantMultiplicity createParticipantMultiplicity() {
- return new ParticipantMultiplicity();
- }
-
- /**
- * Create an instance of {@link TMessageEventDefinition }
- *
- */
- public TMessageEventDefinition createTMessageEventDefinition() {
- return new TMessageEventDefinition();
- }
-
- /**
- * Create an instance of {@link THumanPerformer }
- *
- */
- public THumanPerformer createTHumanPerformer() {
- return new THumanPerformer();
- }
-
- /**
- * Create an instance of {@link TSequenceFlow }
- *
- */
- public TSequenceFlow createTSequenceFlow() {
- return new TSequenceFlow();
- }
-
- /**
- * Create an instance of {@link TScriptTask }
- *
- */
- public TScriptTask createTScriptTask() {
- return new TScriptTask();
- }
-
- /**
- * Create an instance of {@link TDataAssociation }
- *
- */
- public TDataAssociation createTDataAssociation() {
- return new TDataAssociation();
- }
-
- /**
- * Create an instance of {@link TGlobalBusinessRuleTask }
- *
- */
- public TGlobalBusinessRuleTask createTGlobalBusinessRuleTask() {
- return new TGlobalBusinessRuleTask();
- }
-
- /**
- * Create an instance of {@link InputSet }
- *
- */
- public InputSet createInputSet() {
- return new InputSet();
- }
-
- /**
- * Create an instance of {@link TIntermediateThrowEvent }
- *
- */
- public TIntermediateThrowEvent createTIntermediateThrowEvent() {
- return new TIntermediateThrowEvent();
- }
-
- /**
- * Create an instance of {@link DataInputAssociation }
- *
- */
- public DataInputAssociation createDataInputAssociation() {
- return new DataInputAssociation();
- }
-
- /**
- * Create an instance of {@link Assignment }
- *
- */
- public Assignment createAssignment() {
- return new Assignment();
- }
-
- /**
- * Create an instance of {@link TErrorEventDefinition }
- *
- */
- public TErrorEventDefinition createTErrorEventDefinition() {
- return new TErrorEventDefinition();
- }
-
- /**
- * Create an instance of {@link TReceiveTask }
- *
- */
- public TReceiveTask createTReceiveTask() {
- return new TReceiveTask();
- }
-
- /**
- * Create an instance of {@link TConversation }
- *
- */
- public TConversation createTConversation() {
- return new TConversation();
- }
-
- /**
- * Create an instance of {@link TImplicitThrowEvent }
- *
- */
- public TImplicitThrowEvent createTImplicitThrowEvent() {
- return new TImplicitThrowEvent();
- }
-
- /**
- * Create an instance of {@link TInclusiveGateway }
- *
- */
- public TInclusiveGateway createTInclusiveGateway() {
- return new TInclusiveGateway();
- }
-
- /**
- * Create an instance of {@link TIntermediateCatchEvent }
- *
- */
- public TIntermediateCatchEvent createTIntermediateCatchEvent() {
- return new TIntermediateCatchEvent();
- }
-
- /**
- * Create an instance of {@link OutputSet }
- *
- */
- public OutputSet createOutputSet() {
- return new OutputSet();
- }
-
- /**
- * Create an instance of {@link Relationship }
- *
- */
- public Relationship createRelationship() {
- return new Relationship();
- }
-
- /**
- * Create an instance of {@link TProcess }
- *
- */
- public TProcess createTProcess() {
- return new TProcess();
- }
-
- /**
- * Create an instance of {@link Extension }
- *
- */
- public Extension createExtension() {
- return new Extension();
- }
-
- /**
- * Create an instance of {@link TConditionalEventDefinition }
- *
- */
- public TConditionalEventDefinition createTConditionalEventDefinition() {
- return new TConditionalEventDefinition();
- }
-
- /**
- * Create an instance of {@link TEndPoint }
- *
- */
- public TEndPoint createTEndPoint() {
- return new TEndPoint();
- }
-
- /**
- * Create an instance of {@link MessageFlow }
- *
- */
- public MessageFlow createMessageFlow() {
- return new MessageFlow();
- }
-
- /**
- * Create an instance of {@link TSubProcess }
- *
- */
- public TSubProcess createTSubProcess() {
- return new TSubProcess();
- }
-
- /**
- * Create an instance of {@link TEndEvent }
- *
- */
- public TEndEvent createTEndEvent() {
- return new TEndEvent();
- }
-
- /**
- * Create an instance of {@link TTerminateEventDefinition }
- *
- */
- public TTerminateEventDefinition createTTerminateEventDefinition() {
- return new TTerminateEventDefinition();
- }
-
- /**
- * Create an instance of {@link TEventBasedGateway }
- *
- */
- public TEventBasedGateway createTEventBasedGateway() {
- return new TEventBasedGateway();
- }
-
- /**
- * Create an instance of {@link TGlobalScriptTask }
- *
- */
- public TGlobalScriptTask createTGlobalScriptTask() {
- return new TGlobalScriptTask();
- }
-
- /**
- * Create an instance of {@link TGateway }
- *
- */
- public TGateway createTGateway() {
- return new TGateway();
- }
-
- /**
- * Create an instance of {@link TTransaction }
- *
- */
- public TTransaction createTTransaction() {
- return new TTransaction();
- }
-
- /**
- * Create an instance of {@link TChoreographyTask }
- *
- */
- public TChoreographyTask createTChoreographyTask() {
- return new TChoreographyTask();
- }
-
- /**
- * Create an instance of {@link TPartnerRole }
- *
- */
- public TPartnerRole createTPartnerRole() {
- return new TPartnerRole();
- }
-
- /**
- * Create an instance of {@link TPartnerEntity }
- *
- */
- public TPartnerEntity createTPartnerEntity() {
- return new TPartnerEntity();
- }
-
- /**
- * Create an instance of {@link TBusinessRuleTask }
- *
- */
- public TBusinessRuleTask createTBusinessRuleTask() {
- return new TBusinessRuleTask();
- }
-
- /**
- * Create an instance of {@link IoBinding }
- *
- */
- public IoBinding createIoBinding() {
- return new IoBinding();
- }
-
- /**
- * Create an instance of {@link TDataObject }
- *
- */
- public TDataObject createTDataObject() {
- return new TDataObject();
- }
-
- /**
- * Create an instance of {@link TLinkEventDefinition }
- *
- */
- public TLinkEventDefinition createTLinkEventDefinition() {
- return new TLinkEventDefinition();
- }
-
- /**
- * Create an instance of {@link Text }
- *
- */
- public Text createText() {
- return new Text();
- }
-
- /**
- * Create an instance of {@link ResourceParameter }
- *
- */
- public ResourceParameter createResourceParameter() {
- return new ResourceParameter();
- }
-
- /**
- * Create an instance of {@link TAssociation }
- *
- */
- public TAssociation createTAssociation() {
- return new TAssociation();
- }
-
- /**
- * Create an instance of {@link TCallConversation }
- *
- */
- public TCallConversation createTCallConversation() {
- return new TCallConversation();
- }
-
- /**
- * Create an instance of {@link TEscalationEventDefinition }
- *
- */
- public TEscalationEventDefinition createTEscalationEventDefinition() {
- return new TEscalationEventDefinition();
- }
-
- /**
- * Create an instance of {@link Property }
- *
- */
- public Property createProperty() {
- return new Property();
- }
-
- /**
- * Create an instance of {@link DataState }
- *
- */
- public DataState createDataState() {
- return new DataState();
- }
-
- /**
- * Create an instance of {@link Definitions }
- *
- */
- public Definitions createDefinitions() {
- return new Definitions();
- }
-
- /**
- * Create an instance of {@link Script }
- *
- */
- public Script createScript() {
- return new Script();
- }
-
- /**
- * Create an instance of {@link DataInput }
- *
- */
- public DataInput createDataInput() {
- return new DataInput();
- }
-
- /**
- * Create an instance of {@link ComplexBehaviorDefinition }
- *
- */
- public ComplexBehaviorDefinition createComplexBehaviorDefinition() {
- return new ComplexBehaviorDefinition();
- }
-
- /**
- * Create an instance of {@link TCompensateEventDefinition }
- *
- */
- public TCompensateEventDefinition createTCompensateEventDefinition() {
- return new TCompensateEventDefinition();
- }
-
- /**
- * Create an instance of {@link MessageFlowAssociation }
- *
- */
- public MessageFlowAssociation createMessageFlowAssociation() {
- return new MessageFlowAssociation();
- }
-
- /**
- * Create an instance of {@link ConversationLink }
- *
- */
- public ConversationLink createConversationLink() {
- return new ConversationLink();
- }
-
- /**
- * Create an instance of {@link TStandardLoopCharacteristics }
- *
- */
- public TStandardLoopCharacteristics createTStandardLoopCharacteristics() {
- return new TStandardLoopCharacteristics();
- }
-
- /**
- * Create an instance of {@link ParticipantAssociation }
- *
- */
- public ParticipantAssociation createParticipantAssociation() {
- return new ParticipantAssociation();
- }
-
- /**
- * Create an instance of {@link DataOutputAssociation }
- *
- */
- public DataOutputAssociation createDataOutputAssociation() {
- return new DataOutputAssociation();
- }
-
- /**
- * Create an instance of {@link TDataObjectReference }
- *
- */
- public TDataObjectReference createTDataObjectReference() {
- return new TDataObjectReference();
- }
-
- /**
- * Create an instance of {@link TBoundaryEvent }
- *
- */
- public TBoundaryEvent createTBoundaryEvent() {
- return new TBoundaryEvent();
- }
-
- /**
- * Create an instance of {@link CategoryValue }
- *
- */
- public CategoryValue createCategoryValue() {
- return new CategoryValue();
- }
-
- /**
- * Create an instance of {@link TSendTask }
- *
- */
- public TSendTask createTSendTask() {
- return new TSendTask();
- }
-
- /**
- * Create an instance of {@link TChoreography }
- *
- */
- public TChoreography createTChoreography() {
- return new TChoreography();
- }
-
- /**
- * Create an instance of {@link TMultiInstanceLoopCharacteristics }
- *
- */
- public TMultiInstanceLoopCharacteristics createTMultiInstanceLoopCharacteristics() {
- return new TMultiInstanceLoopCharacteristics();
- }
-
- /**
- * Create an instance of {@link TCallChoreography }
- *
- */
- public TCallChoreography createTCallChoreography() {
- return new TCallChoreography();
- }
-
- /**
- * Create an instance of {@link TGlobalChoreographyTask }
- *
- */
- public TGlobalChoreographyTask createTGlobalChoreographyTask() {
- return new TGlobalChoreographyTask();
- }
-
- /**
- * Create an instance of {@link TUserTask }
- *
- */
- public TUserTask createTUserTask() {
- return new TUserTask();
- }
-
- /**
- * Create an instance of {@link TSignal }
- *
- */
- public TSignal createTSignal() {
- return new TSignal();
- }
-
- /**
- * Create an instance of {@link TPotentialOwner }
- *
- */
- public TPotentialOwner createTPotentialOwner() {
- return new TPotentialOwner();
- }
-
- /**
- * Create an instance of {@link TParallelGateway }
- *
- */
- public TParallelGateway createTParallelGateway() {
- return new TParallelGateway();
- }
-
- /**
- * Create an instance of {@link TSubConversation }
- *
- */
- public TSubConversation createTSubConversation() {
- return new TSubConversation();
- }
-
- /**
- * Create an instance of {@link Lane }
- *
- */
- public Lane createLane() {
- return new Lane();
- }
-
- /**
- * Create an instance of {@link LaneSet }
- *
- */
- public LaneSet createLaneSet() {
- return new LaneSet();
- }
-
- /**
- * Create an instance of {@link TSignalEventDefinition }
- *
- */
- public TSignalEventDefinition createTSignalEventDefinition() {
- return new TSignalEventDefinition();
- }
-
- /**
- * Create an instance of {@link TDataStore }
- *
- */
- public TDataStore createTDataStore() {
- return new TDataStore();
- }
-
- /**
- * Create an instance of {@link CorrelationPropertyRetrievalExpression }
- *
- */
- public CorrelationPropertyRetrievalExpression createCorrelationPropertyRetrievalExpression() {
- return new CorrelationPropertyRetrievalExpression();
- }
-
- /**
- * Create an instance of {@link ConversationAssociation }
- *
- */
- public ConversationAssociation createConversationAssociation() {
- return new ConversationAssociation();
- }
-
- /**
- * Create an instance of {@link IoSpecification }
- *
- */
- public IoSpecification createIoSpecification() {
- return new IoSpecification();
- }
-
- /**
- * Create an instance of {@link DataOutput }
- *
- */
- public DataOutput createDataOutput() {
- return new DataOutput();
- }
-
- /**
- * Create an instance of {@link TGlobalTask }
- *
- */
- public TGlobalTask createTGlobalTask() {
- return new TGlobalTask();
- }
-
- /**
- * Create an instance of {@link TError }
- *
- */
- public TError createTError() {
- return new TError();
- }
-
- /**
- * Create an instance of {@link TTask }
- *
- */
- public TTask createTTask() {
- return new TTask();
- }
-
- /**
- * Create an instance of {@link TResource }
- *
- */
- public TResource createTResource() {
- return new TResource();
- }
-
- /**
- * Create an instance of {@link CorrelationKey }
- *
- */
- public CorrelationKey createCorrelationKey() {
- return new CorrelationKey();
- }
-
- /**
- * Create an instance of {@link TInterface }
- *
- */
- public TInterface createTInterface() {
- return new TInterface();
- }
-
- /**
- * Create an instance of {@link TCorrelationProperty }
- *
- */
- public TCorrelationProperty createTCorrelationProperty() {
- return new TCorrelationProperty();
- }
-
- /**
- * Create an instance of {@link TExclusiveGateway }
- *
- */
- public TExclusiveGateway createTExclusiveGateway() {
- return new TExclusiveGateway();
- }
-
- /**
- * Create an instance of {@link ResourceParameterBinding }
- *
- */
- public ResourceParameterBinding createResourceParameterBinding() {
- return new ResourceParameterBinding();
- }
-
- /**
- * Create an instance of {@link Rendering }
- *
- */
- public Rendering createRendering() {
- return new Rendering();
- }
-
- /**
- * Create an instance of {@link TMessage }
- *
- */
- public TMessage createTMessage() {
- return new TMessage();
- }
-
- /**
- * Create an instance of {@link TDataStoreReference }
- *
- */
- public TDataStoreReference createTDataStoreReference() {
- return new TDataStoreReference();
- }
-
- /**
- * Create an instance of {@link TGlobalManualTask }
- *
- */
- public TGlobalManualTask createTGlobalManualTask() {
- return new TGlobalManualTask();
- }
-
- /**
- * Create an instance of {@link TCallActivity }
- *
- */
- public TCallActivity createTCallActivity() {
- return new TCallActivity();
- }
-
- /**
- * Create an instance of {@link TEscalation }
- *
- */
- public TEscalation createTEscalation() {
- return new TEscalation();
- }
-
- /**
- * Create an instance of {@link Auditing }
- *
- */
- public Auditing createAuditing() {
- return new Auditing();
- }
-
- /**
- * Create an instance of {@link TGroup }
- *
- */
- public TGroup createTGroup() {
- return new TGroup();
- }
-
- /**
- * Create an instance of {@link TTextAnnotation }
- *
- */
- public TTextAnnotation createTTextAnnotation() {
- return new TTextAnnotation();
- }
-
- /**
- * Create an instance of {@link JAXBElement }{@code <}{@link THumanPerformer }{@code >}}
- *
- */
- @XmlElementDecl(namespace = "http://www.omg.org/spec/BPMN/20100524/MODEL", name = "humanPerformer", substitutionHeadNamespace = "http://www.omg.org/spec/BPMN/20100524/MODEL", substitutionHeadName = "performer")
- public JAXBElement createHumanPerformer(THumanPerformer value) {
- return new JAXBElement(_HumanPerformer_QNAME, THumanPerformer.class, null, value);
- }
-
- /**
- * Create an instance of {@link JAXBElement }{@code <}{@link TCollaboration }{@code >}}
- *
- */
- @XmlElementDecl(namespace = "http://www.omg.org/spec/BPMN/20100524/MODEL", name = "collaboration", substitutionHeadNamespace = "http://www.omg.org/spec/BPMN/20100524/MODEL", substitutionHeadName = "rootElement")
- public JAXBElement createCollaboration(TCollaboration value) {
- return new JAXBElement(_Collaboration_QNAME, TCollaboration.class, null, value);
- }
-
- /**
- * Create an instance of {@link JAXBElement }{@code <}{@link TScriptTask }{@code >}}
- *
- */
- @XmlElementDecl(namespace = "http://www.omg.org/spec/BPMN/20100524/MODEL", name = "scriptTask", substitutionHeadNamespace = "http://www.omg.org/spec/BPMN/20100524/MODEL", substitutionHeadName = "flowElement")
- public JAXBElement createScriptTask(TScriptTask value) {
- return new JAXBElement(_ScriptTask_QNAME, TScriptTask.class, null, value);
- }
-
- /**
- * Create an instance of {@link JAXBElement }{@code <}{@link TSequenceFlow }{@code >}}
- *
- */
- @XmlElementDecl(namespace = "http://www.omg.org/spec/BPMN/20100524/MODEL", name = "sequenceFlow", substitutionHeadNamespace = "http://www.omg.org/spec/BPMN/20100524/MODEL", substitutionHeadName = "flowElement")
- public JAXBElement createSequenceFlow(TSequenceFlow value) {
- return new JAXBElement(_SequenceFlow_QNAME, TSequenceFlow.class, null, value);
- }
-
- /**
- * Create an instance of {@link JAXBElement }{@code <}{@link TGlobalBusinessRuleTask }{@code >}}
- *
- */
- @XmlElementDecl(namespace = "http://www.omg.org/spec/BPMN/20100524/MODEL", name = "globalBusinessRuleTask", substitutionHeadNamespace = "http://www.omg.org/spec/BPMN/20100524/MODEL", substitutionHeadName = "rootElement")
- public JAXBElement createGlobalBusinessRuleTask(TGlobalBusinessRuleTask value) {
- return new JAXBElement(_GlobalBusinessRuleTask_QNAME, TGlobalBusinessRuleTask.class, null, value);
- }
-
- /**
- * Create an instance of {@link JAXBElement }{@code <}{@link TDataAssociation }{@code >}}
- *
- */
- @XmlElementDecl(namespace = "http://www.omg.org/spec/BPMN/20100524/MODEL", name = "dataAssociation")
- public JAXBElement createDataAssociation(TDataAssociation value) {
- return new JAXBElement(_DataAssociation_QNAME, TDataAssociation.class, null, value);
- }
-
- /**
- * Create an instance of {@link JAXBElement }{@code <}{@link TIntermediateThrowEvent }{@code >}}
- *
- */
- @XmlElementDecl(namespace = "http://www.omg.org/spec/BPMN/20100524/MODEL", name = "intermediateThrowEvent", substitutionHeadNamespace = "http://www.omg.org/spec/BPMN/20100524/MODEL", substitutionHeadName = "flowElement")
- public JAXBElement createIntermediateThrowEvent(TIntermediateThrowEvent value) {
- return new JAXBElement(_IntermediateThrowEvent_QNAME, TIntermediateThrowEvent.class, null, value);
- }
-
- /**
- * Create an instance of {@link JAXBElement }{@code <}{@link TErrorEventDefinition }{@code >}}
- *
- */
- @XmlElementDecl(namespace = "http://www.omg.org/spec/BPMN/20100524/MODEL", name = "errorEventDefinition", substitutionHeadNamespace = "http://www.omg.org/spec/BPMN/20100524/MODEL", substitutionHeadName = "eventDefinition")
- public JAXBElement createErrorEventDefinition(TErrorEventDefinition value) {
- return new JAXBElement(_ErrorEventDefinition_QNAME, TErrorEventDefinition.class, null, value);
- }
-
- /**
- * Create an instance of {@link JAXBElement }{@code <}{@link TReceiveTask }{@code >}}
- *
- */
- @XmlElementDecl(namespace = "http://www.omg.org/spec/BPMN/20100524/MODEL", name = "receiveTask", substitutionHeadNamespace = "http://www.omg.org/spec/BPMN/20100524/MODEL", substitutionHeadName = "flowElement")
- public JAXBElement createReceiveTask(TReceiveTask value) {
- return new JAXBElement(_ReceiveTask_QNAME, TReceiveTask.class, null, value);
- }
-
- /**
- * Create an instance of {@link JAXBElement }{@code <}{@link TConversation }{@code >}}
- *
- */
- @XmlElementDecl(namespace = "http://www.omg.org/spec/BPMN/20100524/MODEL", name = "conversation", substitutionHeadNamespace = "http://www.omg.org/spec/BPMN/20100524/MODEL", substitutionHeadName = "conversationNode")
- public JAXBElement createConversation(TConversation value) {
- return new JAXBElement(_Conversation_QNAME, TConversation.class, null, value);
- }
-
- /**
- * Create an instance of {@link JAXBElement }{@code <}{@link TImplicitThrowEvent }{@code >}}
- *
- */
- @XmlElementDecl(namespace = "http://www.omg.org/spec/BPMN/20100524/MODEL", name = "implicitThrowEvent", substitutionHeadNamespace = "http://www.omg.org/spec/BPMN/20100524/MODEL", substitutionHeadName = "flowElement")
- public JAXBElement createImplicitThrowEvent(TImplicitThrowEvent value) {
- return new JAXBElement(_ImplicitThrowEvent_QNAME, TImplicitThrowEvent.class, null, value);
- }
-
- /**
- * Create an instance of {@link JAXBElement }{@code <}{@link TInclusiveGateway }{@code >}}
- *
- */
- @XmlElementDecl(namespace = "http://www.omg.org/spec/BPMN/20100524/MODEL", name = "inclusiveGateway", substitutionHeadNamespace = "http://www.omg.org/spec/BPMN/20100524/MODEL", substitutionHeadName = "flowElement")
- public JAXBElement createInclusiveGateway(TInclusiveGateway value) {
- return new JAXBElement(_InclusiveGateway_QNAME, TInclusiveGateway.class, null, value);
- }
-
- /**
- * Create an instance of {@link JAXBElement }{@code <}{@link TIntermediateCatchEvent }{@code >}}
- *
- */
- @XmlElementDecl(namespace = "http://www.omg.org/spec/BPMN/20100524/MODEL", name = "intermediateCatchEvent", substitutionHeadNamespace = "http://www.omg.org/spec/BPMN/20100524/MODEL", substitutionHeadName = "flowElement")
- public JAXBElement createIntermediateCatchEvent(TIntermediateCatchEvent value) {
- return new JAXBElement(_IntermediateCatchEvent_QNAME, TIntermediateCatchEvent.class, null, value);
- }
-
- /**
- * Create an instance of {@link JAXBElement }{@code <}{@link TLoopCharacteristics }{@code >}}
- *
- */
- @XmlElementDecl(namespace = "http://www.omg.org/spec/BPMN/20100524/MODEL", name = "loopCharacteristics")
- public JAXBElement createLoopCharacteristics(TLoopCharacteristics value) {
- return new JAXBElement(_LoopCharacteristics_QNAME, TLoopCharacteristics.class, null, value);
- }
-
- /**
- * Create an instance of {@link JAXBElement }{@code <}{@link TProcess }{@code >}}
- *
- */
- @XmlElementDecl(namespace = "http://www.omg.org/spec/BPMN/20100524/MODEL", name = "process", substitutionHeadNamespace = "http://www.omg.org/spec/BPMN/20100524/MODEL", substitutionHeadName = "rootElement")
- public JAXBElement createProcess(TProcess value) {
- return new JAXBElement(_Process_QNAME, TProcess.class, null, value);
- }
-
- /**
- * Create an instance of {@link JAXBElement }{@code <}{@link TConditionalEventDefinition }{@code >}}
- *
- */
- @XmlElementDecl(namespace = "http://www.omg.org/spec/BPMN/20100524/MODEL", name = "conditionalEventDefinition", substitutionHeadNamespace = "http://www.omg.org/spec/BPMN/20100524/MODEL", substitutionHeadName = "eventDefinition")
- public JAXBElement createConditionalEventDefinition(TConditionalEventDefinition value) {
- return new JAXBElement(_ConditionalEventDefinition_QNAME, TConditionalEventDefinition.class, null, value);
- }
-
- /**
- * Create an instance of {@link JAXBElement }{@code <}{@link TFlowNode }{@code >}}
- *
- */
- @XmlElementDecl(namespace = "http://www.omg.org/spec/BPMN/20100524/MODEL", name = "flowNode")
- public JAXBElement createFlowNode(TFlowNode value) {
- return new JAXBElement(_FlowNode_QNAME, TFlowNode.class, null, value);
- }
-
- /**
- * Create an instance of {@link JAXBElement }{@code <}{@link TArtifact }{@code >}}
- *
- */
- @XmlElementDecl(namespace = "http://www.omg.org/spec/BPMN/20100524/MODEL", name = "artifact")
- public JAXBElement createArtifact(TArtifact value) {
- return new JAXBElement(_Artifact_QNAME, TArtifact.class, null, value);
- }
-
- /**
- * Create an instance of {@link JAXBElement }{@code <}{@link TEndPoint }{@code >}}
- *
- */
- @XmlElementDecl(namespace = "http://www.omg.org/spec/BPMN/20100524/MODEL", name = "endPoint", substitutionHeadNamespace = "http://www.omg.org/spec/BPMN/20100524/MODEL", substitutionHeadName = "rootElement")
- public JAXBElement createEndPoint(TEndPoint value) {
- return new JAXBElement(_EndPoint_QNAME, TEndPoint.class, null, value);
- }
-
- /**
- * Create an instance of {@link JAXBElement }{@code <}{@link TEndEvent }{@code >}}
- *
- */
- @XmlElementDecl(namespace = "http://www.omg.org/spec/BPMN/20100524/MODEL", name = "endEvent", substitutionHeadNamespace = "http://www.omg.org/spec/BPMN/20100524/MODEL", substitutionHeadName = "flowElement")
- public JAXBElement createEndEvent(TEndEvent value) {
- return new JAXBElement(_EndEvent_QNAME, TEndEvent.class, null, value);
- }
-
- /**
- * Create an instance of {@link JAXBElement }{@code <}{@link TSubProcess }{@code >}}
- *
- */
- @XmlElementDecl(namespace = "http://www.omg.org/spec/BPMN/20100524/MODEL", name = "subProcess", substitutionHeadNamespace = "http://www.omg.org/spec/BPMN/20100524/MODEL", substitutionHeadName = "flowElement")
- public JAXBElement createSubProcess(TSubProcess value) {
- return new JAXBElement(_SubProcess_QNAME, TSubProcess.class, null, value);
- }
-
- /**
- * Create an instance of {@link JAXBElement }{@code <}{@link TBaseElement }{@code >}}
- *
- */
- @XmlElementDecl(namespace = "http://www.omg.org/spec/BPMN/20100524/MODEL", name = "baseElement")
- public JAXBElement createBaseElement(TBaseElement value) {
- return new JAXBElement(_BaseElement_QNAME, TBaseElement.class, null, value);
- }
-
- /**
- * Create an instance of {@link JAXBElement }{@code <}{@link TTerminateEventDefinition }{@code >}}
- *
- */
- @XmlElementDecl(namespace = "http://www.omg.org/spec/BPMN/20100524/MODEL", name = "terminateEventDefinition", substitutionHeadNamespace = "http://www.omg.org/spec/BPMN/20100524/MODEL", substitutionHeadName = "eventDefinition")
- public JAXBElement createTerminateEventDefinition(TTerminateEventDefinition value) {
- return new JAXBElement(_TerminateEventDefinition_QNAME, TTerminateEventDefinition.class, null, value);
- }
-
- /**
- * Create an instance of {@link JAXBElement }{@code <}{@link TEventBasedGateway }{@code >}}
- *
- */
- @XmlElementDecl(namespace = "http://www.omg.org/spec/BPMN/20100524/MODEL", name = "eventBasedGateway", substitutionHeadNamespace = "http://www.omg.org/spec/BPMN/20100524/MODEL", substitutionHeadName = "flowElement")
- public JAXBElement createEventBasedGateway(TEventBasedGateway value) {
- return new JAXBElement(_EventBasedGateway_QNAME, TEventBasedGateway.class, null, value);
- }
-
- /**
- * Create an instance of {@link JAXBElement }{@code <}{@link TGlobalScriptTask }{@code >}}
- *
- */
- @XmlElementDecl(namespace = "http://www.omg.org/spec/BPMN/20100524/MODEL", name = "globalScriptTask", substitutionHeadNamespace = "http://www.omg.org/spec/BPMN/20100524/MODEL", substitutionHeadName = "rootElement")
- public JAXBElement createGlobalScriptTask(TGlobalScriptTask value) {
- return new JAXBElement(_GlobalScriptTask_QNAME, TGlobalScriptTask.class, null, value);
- }
-
- /**
- * Create an instance of {@link JAXBElement }{@code <}{@link TTimerEventDefinition }{@code >}}
- *
- */
- @XmlElementDecl(namespace = "http://www.omg.org/spec/BPMN/20100524/MODEL", name = "timerEventDefinition", substitutionHeadNamespace = "http://www.omg.org/spec/BPMN/20100524/MODEL", substitutionHeadName = "eventDefinition")
- public JAXBElement createTimerEventDefinition(TTimerEventDefinition value) {
- return new JAXBElement(_TimerEventDefinition_QNAME, TTimerEventDefinition.class, null, value);
- }
-
- /**
- * Create an instance of {@link JAXBElement }{@code <}{@link TComplexGateway }{@code >}}
- *
- */
- @XmlElementDecl(namespace = "http://www.omg.org/spec/BPMN/20100524/MODEL", name = "complexGateway", substitutionHeadNamespace = "http://www.omg.org/spec/BPMN/20100524/MODEL", substitutionHeadName = "flowElement")
- public JAXBElement createComplexGateway(TComplexGateway value) {
- return new JAXBElement(_ComplexGateway_QNAME, TComplexGateway.class, null, value);
- }
-
- /**
- * Create an instance of {@link JAXBElement }{@code <}{@link TManualTask }{@code >}}
- *
- */
- @XmlElementDecl(namespace = "http://www.omg.org/spec/BPMN/20100524/MODEL", name = "manualTask", substitutionHeadNamespace = "http://www.omg.org/spec/BPMN/20100524/MODEL", substitutionHeadName = "flowElement")
- public JAXBElement createManualTask(TManualTask value) {
- return new JAXBElement(_ManualTask_QNAME, TManualTask.class, null, value);
- }
-
- /**
- * Create an instance of {@link JAXBElement }{@code <}{@link TCallableElement }{@code >}}
- *
- */
- @XmlElementDecl(namespace = "http://www.omg.org/spec/BPMN/20100524/MODEL", name = "callableElement")
- public JAXBElement createCallableElement(TCallableElement value) {
- return new JAXBElement(_CallableElement_QNAME, TCallableElement.class, null, value);
- }
-
- /**
- * Create an instance of {@link JAXBElement }{@code <}{@link TCancelEventDefinition }{@code >}}
- *
- */
- @XmlElementDecl(namespace = "http://www.omg.org/spec/BPMN/20100524/MODEL", name = "cancelEventDefinition", substitutionHeadNamespace = "http://www.omg.org/spec/BPMN/20100524/MODEL", substitutionHeadName = "eventDefinition")
- public JAXBElement createCancelEventDefinition(TCancelEventDefinition value) {
- return new JAXBElement(_CancelEventDefinition_QNAME, TCancelEventDefinition.class, null, value);
- }
-
- /**
- * Create an instance of {@link JAXBElement }{@code <}{@link TServiceTask }{@code >}}
- *
- */
- @XmlElementDecl(namespace = "http://www.omg.org/spec/BPMN/20100524/MODEL", name = "serviceTask", substitutionHeadNamespace = "http://www.omg.org/spec/BPMN/20100524/MODEL", substitutionHeadName = "flowElement")
- public JAXBElement createServiceTask(TServiceTask value) {
- return new JAXBElement(_ServiceTask_QNAME, TServiceTask.class, null, value);
- }
-
- /**
- * Create an instance of {@link JAXBElement }{@code <}{@link TSubChoreography }{@code >}}
- *
- */
- @XmlElementDecl(namespace = "http://www.omg.org/spec/BPMN/20100524/MODEL", name = "subChoreography", substitutionHeadNamespace = "http://www.omg.org/spec/BPMN/20100524/MODEL", substitutionHeadName = "flowElement")
- public JAXBElement createSubChoreography(TSubChoreography value) {
- return new JAXBElement(_SubChoreography_QNAME, TSubChoreography.class, null, value);
- }
-
- /**
- * Create an instance of {@link JAXBElement }{@code <}{@link TChoreographyActivity }{@code >}}
- *
- */
- @XmlElementDecl(namespace = "http://www.omg.org/spec/BPMN/20100524/MODEL", name = "choreographyActivity")
- public JAXBElement createChoreographyActivity(TChoreographyActivity value) {
- return new JAXBElement(_ChoreographyActivity_QNAME, TChoreographyActivity.class, null, value);
- }
-
- /**
- * Create an instance of {@link JAXBElement }{@code <}{@link TEvent }{@code >}}
- *
- */
- @XmlElementDecl(namespace = "http://www.omg.org/spec/BPMN/20100524/MODEL", name = "event", substitutionHeadNamespace = "http://www.omg.org/spec/BPMN/20100524/MODEL", substitutionHeadName = "flowElement")
- public JAXBElement createEvent(TEvent value) {
- return new JAXBElement(_Event_QNAME, TEvent.class, null, value);
- }
-
- /**
- * Create an instance of {@link JAXBElement }{@code <}{@link TGlobalConversation }{@code >}}
- *
- */
- @XmlElementDecl(namespace = "http://www.omg.org/spec/BPMN/20100524/MODEL", name = "globalConversation", substitutionHeadNamespace = "http://www.omg.org/spec/BPMN/20100524/MODEL", substitutionHeadName = "collaboration")
- public JAXBElement createGlobalConversation(TGlobalConversation value) {
- return new JAXBElement(_GlobalConversation_QNAME, TGlobalConversation.class, null, value);
- }
-
- /**
- * Create an instance of {@link JAXBElement }{@code <}{@link TEventDefinition }{@code >}}
- *
- */
- @XmlElementDecl(namespace = "http://www.omg.org/spec/BPMN/20100524/MODEL", name = "eventDefinition", substitutionHeadNamespace = "http://www.omg.org/spec/BPMN/20100524/MODEL", substitutionHeadName = "rootElement")
- public JAXBElement createEventDefinition(TEventDefinition value) {
- return new JAXBElement(_EventDefinition_QNAME, TEventDefinition.class, null, value);
- }
-
- /**
- * Create an instance of {@link JAXBElement }{@code <}{@link TThrowEvent }{@code >}}
- *
- */
- @XmlElementDecl(namespace = "http://www.omg.org/spec/BPMN/20100524/MODEL", name = "throwEvent")
- public JAXBElement createThrowEvent(TThrowEvent value) {
- return new JAXBElement(_ThrowEvent_QNAME, TThrowEvent.class, null, value);
- }
-
- /**
- * Create an instance of {@link JAXBElement }{@code <}{@link TItemDefinition }{@code >}}
- *
- */
- @XmlElementDecl(namespace = "http://www.omg.org/spec/BPMN/20100524/MODEL", name = "itemDefinition", substitutionHeadNamespace = "http://www.omg.org/spec/BPMN/20100524/MODEL", substitutionHeadName = "rootElement")
- public JAXBElement createItemDefinition(TItemDefinition value) {
- return new JAXBElement(_ItemDefinition_QNAME, TItemDefinition.class, null, value);
- }
-
- /**
- * Create an instance of {@link JAXBElement }{@code <}{@link TAdHocSubProcess }{@code >}}
- *
- */
- @XmlElementDecl(namespace = "http://www.omg.org/spec/BPMN/20100524/MODEL", name = "adHocSubProcess", substitutionHeadNamespace = "http://www.omg.org/spec/BPMN/20100524/MODEL", substitutionHeadName = "flowElement")
- public JAXBElement createAdHocSubProcess(TAdHocSubProcess value) {
- return new JAXBElement(_AdHocSubProcess_QNAME, TAdHocSubProcess.class, null, value);
- }
-
- /**
- * Create an instance of {@link JAXBElement }{@code <}{@link TGlobalUserTask }{@code >}}
- *
- */
- @XmlElementDecl(namespace = "http://www.omg.org/spec/BPMN/20100524/MODEL", name = "globalUserTask", substitutionHeadNamespace = "http://www.omg.org/spec/BPMN/20100524/MODEL", substitutionHeadName = "rootElement")
- public JAXBElement createGlobalUserTask(TGlobalUserTask value) {
- return new JAXBElement(_GlobalUserTask_QNAME, TGlobalUserTask.class, null, value);
- }
-
- /**
- * Create an instance of {@link JAXBElement }{@code <}{@link TCategory }{@code >}}
- *
- */
- @XmlElementDecl(namespace = "http://www.omg.org/spec/BPMN/20100524/MODEL", name = "category", substitutionHeadNamespace = "http://www.omg.org/spec/BPMN/20100524/MODEL", substitutionHeadName = "rootElement")
- public JAXBElement createCategory(TCategory value) {
- return new JAXBElement(_Category_QNAME, TCategory.class, null, value);
- }
-
- /**
- * Create an instance of {@link JAXBElement }{@code <}{@link TStartEvent }{@code >}}
- *
- */
- @XmlElementDecl(namespace = "http://www.omg.org/spec/BPMN/20100524/MODEL", name = "startEvent", substitutionHeadNamespace = "http://www.omg.org/spec/BPMN/20100524/MODEL", substitutionHeadName = "flowElement")
- public JAXBElement createStartEvent(TStartEvent value) {
- return new JAXBElement(_StartEvent_QNAME, TStartEvent.class, null, value);
- }
-
- /**
- * Create an instance of {@link JAXBElement }{@code <}{@link TPerformer }{@code >}}
- *
- */
- @XmlElementDecl(namespace = "http://www.omg.org/spec/BPMN/20100524/MODEL", name = "performer", substitutionHeadNamespace = "http://www.omg.org/spec/BPMN/20100524/MODEL", substitutionHeadName = "resourceRole")
- public JAXBElement createPerformer(TPerformer value) {
- return new JAXBElement(_Performer_QNAME, TPerformer.class, null, value);
- }
-
- /**
- * Create an instance of {@link JAXBElement }{@code <}{@link TFormalExpression }{@code >}}
- *
- */
- @XmlElementDecl(namespace = "http://www.omg.org/spec/BPMN/20100524/MODEL", name = "formalExpression", substitutionHeadNamespace = "http://www.omg.org/spec/BPMN/20100524/MODEL", substitutionHeadName = "expression")
- public JAXBElement createFormalExpression(TFormalExpression value) {
- return new JAXBElement(_FormalExpression_QNAME, TFormalExpression.class, null, value);
- }
-
- /**
- * Create an instance of {@link JAXBElement }{@code <}{@link TMessageEventDefinition }{@code >}}
- *
- */
- @XmlElementDecl(namespace = "http://www.omg.org/spec/BPMN/20100524/MODEL", name = "messageEventDefinition", substitutionHeadNamespace = "http://www.omg.org/spec/BPMN/20100524/MODEL", substitutionHeadName = "eventDefinition")
- public JAXBElement createMessageEventDefinition(TMessageEventDefinition value) {
- return new JAXBElement(_MessageEventDefinition_QNAME, TMessageEventDefinition.class, null, value);
- }
-
- /**
- * Create an instance of {@link JAXBElement }{@code <}{@link TCatchEvent }{@code >}}
- *
- */
- @XmlElementDecl(namespace = "http://www.omg.org/spec/BPMN/20100524/MODEL", name = "catchEvent")
- public JAXBElement createCatchEvent(TCatchEvent value) {
- return new JAXBElement(_CatchEvent_QNAME, TCatchEvent.class, null, value);
- }
-
- /**
- * Create an instance of {@link JAXBElement }{@code <}{@link TDataObjectReference }{@code >}}
- *
- */
- @XmlElementDecl(namespace = "http://www.omg.org/spec/BPMN/20100524/MODEL", name = "dataObjectReference", substitutionHeadNamespace = "http://www.omg.org/spec/BPMN/20100524/MODEL", substitutionHeadName = "flowElement")
- public JAXBElement createDataObjectReference(TDataObjectReference value) {
- return new JAXBElement(_DataObjectReference_QNAME, TDataObjectReference.class, null, value);
- }
-
- /**
- * Create an instance of {@link JAXBElement }{@code <}{@link TBoundaryEvent }{@code >}}
- *
- */
- @XmlElementDecl(namespace = "http://www.omg.org/spec/BPMN/20100524/MODEL", name = "boundaryEvent", substitutionHeadNamespace = "http://www.omg.org/spec/BPMN/20100524/MODEL", substitutionHeadName = "flowElement")
- public JAXBElement createBoundaryEvent(TBoundaryEvent value) {
- return new JAXBElement(_BoundaryEvent_QNAME, TBoundaryEvent.class, null, value);
- }
-
- /**
- * Create an instance of {@link JAXBElement }{@code <}{@link TSendTask }{@code >}}
- *
- */
- @XmlElementDecl(namespace = "http://www.omg.org/spec/BPMN/20100524/MODEL", name = "sendTask", substitutionHeadNamespace = "http://www.omg.org/spec/BPMN/20100524/MODEL", substitutionHeadName = "flowElement")
- public JAXBElement createSendTask(TSendTask value) {
- return new JAXBElement(_SendTask_QNAME, TSendTask.class, null, value);
- }
-
- /**
- * Create an instance of {@link JAXBElement }{@code <}{@link TChoreography }{@code >}}
- *
- */
- @XmlElementDecl(namespace = "http://www.omg.org/spec/BPMN/20100524/MODEL", name = "choreography", substitutionHeadNamespace = "http://www.omg.org/spec/BPMN/20100524/MODEL", substitutionHeadName = "collaboration")
- public JAXBElement createChoreography(TChoreography value) {
- return new JAXBElement(_Choreography_QNAME, TChoreography.class, null, value);
- }
-
- /**
- * Create an instance of {@link JAXBElement }{@code <}{@link TCallChoreography }{@code >}}
- *
- */
- @XmlElementDecl(namespace = "http://www.omg.org/spec/BPMN/20100524/MODEL", name = "callChoreography", substitutionHeadNamespace = "http://www.omg.org/spec/BPMN/20100524/MODEL", substitutionHeadName = "flowElement")
- public JAXBElement createCallChoreography(TCallChoreography value) {
- return new JAXBElement(_CallChoreography_QNAME, TCallChoreography.class, null, value);
- }
-
- /**
- * Create an instance of {@link JAXBElement }{@code <}{@link TGlobalChoreographyTask }{@code >}}
- *
- */
- @XmlElementDecl(namespace = "http://www.omg.org/spec/BPMN/20100524/MODEL", name = "globalChoreographyTask", substitutionHeadNamespace = "http://www.omg.org/spec/BPMN/20100524/MODEL", substitutionHeadName = "choreography")
- public JAXBElement createGlobalChoreographyTask(TGlobalChoreographyTask value) {
- return new JAXBElement(_GlobalChoreographyTask_QNAME, TGlobalChoreographyTask.class, null, value);
- }
-
- /**
- * Create an instance of {@link JAXBElement }{@code <}{@link TMultiInstanceLoopCharacteristics }{@code >}}
- *
- */
- @XmlElementDecl(namespace = "http://www.omg.org/spec/BPMN/20100524/MODEL", name = "multiInstanceLoopCharacteristics", substitutionHeadNamespace = "http://www.omg.org/spec/BPMN/20100524/MODEL", substitutionHeadName = "loopCharacteristics")
- public JAXBElement createMultiInstanceLoopCharacteristics(TMultiInstanceLoopCharacteristics value) {
- return new JAXBElement(_MultiInstanceLoopCharacteristics_QNAME, TMultiInstanceLoopCharacteristics.class, null, value);
- }
-
- /**
- * Create an instance of {@link JAXBElement }{@code <}{@link TPotentialOwner }{@code >}}
- *
- */
- @XmlElementDecl(namespace = "http://www.omg.org/spec/BPMN/20100524/MODEL", name = "potentialOwner", substitutionHeadNamespace = "http://www.omg.org/spec/BPMN/20100524/MODEL", substitutionHeadName = "performer")
- public JAXBElement createPotentialOwner(TPotentialOwner value) {
- return new JAXBElement(_PotentialOwner_QNAME, TPotentialOwner.class, null, value);
- }
-
- /**
- * Create an instance of {@link JAXBElement }{@code <}{@link TUserTask }{@code >}}
- *
- */
- @XmlElementDecl(namespace = "http://www.omg.org/spec/BPMN/20100524/MODEL", name = "userTask", substitutionHeadNamespace = "http://www.omg.org/spec/BPMN/20100524/MODEL", substitutionHeadName = "flowElement")
- public JAXBElement createUserTask(TUserTask value) {
- return new JAXBElement(_UserTask_QNAME, TUserTask.class, null, value);
- }
-
- /**
- * Create an instance of {@link JAXBElement }{@code <}{@link TSignal }{@code >}}
- *
- */
- @XmlElementDecl(namespace = "http://www.omg.org/spec/BPMN/20100524/MODEL", name = "signal", substitutionHeadNamespace = "http://www.omg.org/spec/BPMN/20100524/MODEL", substitutionHeadName = "rootElement")
- public JAXBElement createSignal(TSignal value) {
- return new JAXBElement(_Signal_QNAME, TSignal.class, null, value);
- }
-
- /**
- * Create an instance of {@link JAXBElement }{@code <}{@link TParallelGateway }{@code >}}
- *
- */
- @XmlElementDecl(namespace = "http://www.omg.org/spec/BPMN/20100524/MODEL", name = "parallelGateway", substitutionHeadNamespace = "http://www.omg.org/spec/BPMN/20100524/MODEL", substitutionHeadName = "flowElement")
- public JAXBElement createParallelGateway(TParallelGateway value) {
- return new JAXBElement