Class ViewDefinition

java.lang.Object
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.NamedElement
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.ViewDefinition
Direct Known Subclasses:
ConnectorDefinition, DiagramDefinition, NodeDefinition

public abstract class ViewDefinition extends NamedElement

Java class for ViewDefinition complex type.

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

 <complexType name="ViewDefinition">
   <complexContent>
     <extension base="{http://www.omg.com/dd/1.0.0}NamedElement">
       <sequence>
         <element ref="{http://www.omg.com/dd/1.0.0}constraint" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{http://www.omg.com/dd/1.0.0}styleDefinition" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{http://www.omg.com/dd/1.0.0}childDefinition" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}NCName" />
       <attribute name="abstract" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="superDefinition" type="{http://www.w3.org/2001/XMLSchema}QName" />
       <attribute name="contextType" type="{http://www.w3.org/2001/XMLSchema}QName" />
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • ViewDefinition

      public ViewDefinition()
  • Method Details

    • getConstraint

      public List<Constraint> getConstraint()
      Gets the value of the constraint 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 Jakarta XML Binding object. This is why there is not a set method for the constraint property.

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

          getConstraint().add(newItem);
       

      Objects of the following type(s) are allowed in the list Constraint

    • getStyleDefinition

      public List<StyleDefinition> getStyleDefinition()
      Gets the value of the styleDefinition 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 Jakarta XML Binding object. This is why there is not a set method for the styleDefinition property.

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

          getStyleDefinition().add(newItem);
       

      Objects of the following type(s) are allowed in the list StyleDefinition

    • getChildDefinition

      public List<ChildDefinition> getChildDefinition()
      Gets the value of the childDefinition 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 Jakarta XML Binding object. This is why there is not a set method for the childDefinition property.

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

          getChildDefinition().add(newItem);
       

      Objects of the following type(s) are allowed in the list ChildDefinition

    • getId

      public String getId()
      Gets the value of the id property.
      Returns:
      possible object is String
    • setId

      public void setId(String value)
      Sets the value of the id property.
      Parameters:
      value - allowed object is String
    • isAbstract

      public Boolean isAbstract()
      Gets the value of the abstract property.
      Returns:
      possible object is Boolean
    • setAbstract

      public void setAbstract(Boolean value)
      Sets the value of the abstract property.
      Parameters:
      value - allowed object is Boolean
    • getSuperDefinition

      public QName getSuperDefinition()
      Gets the value of the superDefinition property.
      Returns:
      possible object is QName
    • setSuperDefinition

      public void setSuperDefinition(QName value)
      Sets the value of the superDefinition property.
      Parameters:
      value - allowed object is QName
    • getContextType

      public QName getContextType()
      Gets the value of the contextType property.
      Returns:
      possible object is QName
    • setContextType

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