Class 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 Detail

      • documentation

        protected String documentation
      • resolution

        protected Double resolution
    • Constructor Detail

      • Diagram

        public Diagram()
    • Method Detail

      • 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