Class StyleDefinition

java.lang.Object
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.NamedElement
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.StyleDefinition

public class StyleDefinition extends NamedElement

Java class for StyleDefinition complex type.

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

 <complexType name="StyleDefinition">
   <complexContent>
     <extension base="{http://www.omg.com/dd/1.0.0}NamedElement">
       <attribute name="default" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="inherited" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="type" use="required" type="{http://www.w3.org/2001/XMLSchema}QName" />
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

    • _default

      protected String _default
    • inherited

      protected Boolean inherited
    • type

      protected QName type
  • Constructor Details

    • StyleDefinition

      public StyleDefinition()
  • Method Details

    • getDefault

      public String getDefault()
      Gets the value of the default property.
      Returns:
      possible object is String
    • setDefault

      public void setDefault(String value)
      Sets the value of the default property.
      Parameters:
      value - allowed object is String
    • isInherited

      public boolean isInherited()
      Gets the value of the inherited property.
      Returns:
      possible object is Boolean
    • setInherited

      public void setInherited(Boolean value)
      Sets the value of the inherited property.
      Parameters:
      value - allowed object is Boolean
    • getType

      public QName getType()
      Gets the value of the type property.
      Returns:
      possible object is QName
    • setType

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