public class TGroup extends TArtifact

Java class for tGroup complex type.

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

 <complexType name="tGroup">
   <complexContent>
     <extension base="{http://www.omg.org/spec/BPMN/20100524/MODEL}tArtifact">
       <attribute name="categoryValueRef" type="{http://www.w3.org/2001/XMLSchema}QName" />
       <anyAttribute processContents='lax' namespace='##other'/>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

    • categoryValueRef

      protected QName categoryValueRef
  • Constructor Details

    • TGroup

      public TGroup()
  • Method Details

    • getCategoryValueRef

      public QName getCategoryValueRef()
      Gets the value of the categoryValueRef property.
      Returns:
      possible object is QName
    • setCategoryValueRef

      public void setCategoryValueRef(QName value)
      Sets the value of the categoryValueRef property.
      Parameters:
      value - allowed object is QName