All Downloads are FREE. Search and download functionalities are using the official Maven repository.

es.us.isa.bpmn.xmlClasses.bpmn20.TSubChoreography Maven / Gradle / Ivy

//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6 
// See http://java.sun.com/xml/jaxb 
// Any modifications to this file will be lost upon recompilation of the source schema. 
// Generated on: 2012.11.08 at 10:16:40 AM GMT+01:00 
//


package es.us.isa.bpmn.xmlClasses.bpmn20;

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.XmlElementRef;
import javax.xml.bind.annotation.XmlType;


/**
 * 

Java class for tSubChoreography complex type. * *

The following schema fragment specifies the expected content contained within this class. * *

 * <complexType name="tSubChoreography">
 *   <complexContent>
 *     <extension base="{http://www.omg.org/spec/BPMN/20100524/MODEL}tChoreographyActivity">
 *       <sequence>
 *         <element ref="{http://www.omg.org/spec/BPMN/20100524/MODEL}flowElement" maxOccurs="unbounded" minOccurs="0"/>
 *         <element ref="{http://www.omg.org/spec/BPMN/20100524/MODEL}artifact" maxOccurs="unbounded" minOccurs="0"/>
 *       </sequence>
 *       <anyAttribute processContents='lax' namespace='##other'/>
 *     </extension>
 *   </complexContent>
 * </complexType>
 * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "tSubChoreography", propOrder = { "flowElement", "artifact" }) public class TSubChoreography extends TChoreographyActivity { @XmlElementRef(name = "flowElement", namespace = "http://www.omg.org/spec/BPMN/20100524/MODEL", type = JAXBElement.class) protected List> flowElement; @XmlElementRef(name = "artifact", namespace = "http://www.omg.org/spec/BPMN/20100524/MODEL", type = JAXBElement.class) protected List> artifact; /** * Gets the value of the flowElement 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 flowElement property. * *

* For example, to add a new item, do as follows: *

     *    getFlowElement().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link JAXBElement }{@code <}{@link TDataStoreReference }{@code >} * {@link JAXBElement }{@code <}{@link TCallActivity }{@code >} * {@link JAXBElement }{@code <}{@link TInclusiveGateway }{@code >} * {@link JAXBElement }{@code <}{@link TEventBasedGateway }{@code >} * {@link JAXBElement }{@code <}{@link TFlowElement }{@code >} * {@link JAXBElement }{@code <}{@link TAdHocSubProcess }{@code >} * {@link JAXBElement }{@code <}{@link TBusinessRuleTask }{@code >} * {@link JAXBElement }{@code <}{@link TBoundaryEvent }{@code >} * {@link JAXBElement }{@code <}{@link TEndEvent }{@code >} * {@link JAXBElement }{@code <}{@link TStartEvent }{@code >} * {@link JAXBElement }{@code <}{@link TTask }{@code >} * {@link JAXBElement }{@code <}{@link TServiceTask }{@code >} * {@link JAXBElement }{@code <}{@link TComplexGateway }{@code >} * {@link JAXBElement }{@code <}{@link TScriptTask }{@code >} * {@link JAXBElement }{@code <}{@link TParallelGateway }{@code >} * {@link JAXBElement }{@code <}{@link TExclusiveGateway }{@code >} * {@link JAXBElement }{@code <}{@link TSendTask }{@code >} * {@link JAXBElement }{@code <}{@link TIntermediateThrowEvent }{@code >} * {@link JAXBElement }{@code <}{@link TSubProcess }{@code >} * {@link JAXBElement }{@code <}{@link TChoreographyTask }{@code >} * {@link JAXBElement }{@code <}{@link TDataObjectReference }{@code >} * {@link JAXBElement }{@code <}{@link TDataObject }{@code >} * {@link JAXBElement }{@code <}{@link TSubChoreography }{@code >} * {@link JAXBElement }{@code <}{@link TImplicitThrowEvent }{@code >} * {@link JAXBElement }{@code <}{@link TSequenceFlow }{@code >} * {@link JAXBElement }{@code <}{@link TTransaction }{@code >} * {@link JAXBElement }{@code <}{@link TEvent }{@code >} * {@link JAXBElement }{@code <}{@link TIntermediateCatchEvent }{@code >} * {@link JAXBElement }{@code <}{@link TReceiveTask }{@code >} * {@link JAXBElement }{@code <}{@link TManualTask }{@code >} * {@link JAXBElement }{@code <}{@link TCallChoreography }{@code >} * {@link JAXBElement }{@code <}{@link TUserTask }{@code >} * * */ public List> getFlowElement() { if (flowElement == null) { flowElement = new ArrayList>(); } return this.flowElement; } /** * Gets the value of the artifact 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 artifact property. * *

* For example, to add a new item, do as follows: *

     *    getArtifact().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link JAXBElement }{@code <}{@link TGroup }{@code >} * {@link JAXBElement }{@code <}{@link TTextAnnotation }{@code >} * {@link JAXBElement }{@code <}{@link TArtifact }{@code >} * {@link JAXBElement }{@code <}{@link TAssociation }{@code >} * * */ public List> getArtifact() { if (artifact == null) { artifact = new ArrayList>(); } return this.artifact; } }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy