java.lang.Object
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TBaseElement
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TRootElement
Direct Known Subclasses:
TCallableElement, TCategory, TCollaboration, TCorrelationProperty, TDataStore, TEndPoint, TError, TEscalation, TEventDefinition, TInterface, TItemDefinition, TMessage, TPartnerEntity, TPartnerRole, TResource, TSignal

public abstract class TRootElement extends TBaseElement

Java class for tRootElement complex type.

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

 <complexType name="tRootElement">
   <complexContent>
     <extension base="{http://www.omg.org/spec/BPMN/20100524/MODEL}tBaseElement">
       <anyAttribute processContents='lax' namespace='##other'/>
     </extension>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • TRootElement

      public TRootElement()