java.lang.Object
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.Diagram
Direct Known Subclasses:
BPMNDiagram

public abstract class Diagram extends Object

Java class for Diagram complex type.

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

 <complexType name="Diagram">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="documentation" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="resolution" type="{http://www.w3.org/2001/XMLSchema}double" />
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • name

      protected String name
    • documentation

      protected String documentation
    • resolution

      protected Double resolution
    • id

      protected String id
  • Constructor Details

    • Diagram

      public Diagram()
  • Method Details

    • getName

      public String getName()
      Gets the value of the name property.
      Returns:
      possible object is String
    • setName

      public void setName(String value)
      Sets the value of the name property.
      Parameters:
      value - allowed object is String
    • getDocumentation

      public String getDocumentation()
      Gets the value of the documentation property.
      Returns:
      possible object is String
    • setDocumentation

      public void setDocumentation(String value)
      Sets the value of the documentation property.
      Parameters:
      value - allowed object is String
    • getResolution

      public Double getResolution()
      Gets the value of the resolution property.
      Returns:
      possible object is Double
    • setResolution

      public void setResolution(Double value)
      Sets the value of the resolution property.
      Parameters:
      value - allowed object is Double
    • 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