Class Diagram
java.lang.Object
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.Diagram
- Direct Known Subclasses:
BPMNDiagram
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the documentation property.getId()
Gets the value of the id property.getName()
Gets the value of the name property.Gets the value of the resolution property.void
setDocumentation
(String value) Sets the value of the documentation property.void
Sets the value of the id property.void
Sets the value of the name property.void
setResolution
(Double value) Sets the value of the resolution property.
-
Field Details
-
name
-
documentation
-
resolution
-
id
-
-
Constructor Details
-
Diagram
public Diagram()
-
-
Method Details
-
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value
- allowed object isString
-
getDocumentation
Gets the value of the documentation property.- Returns:
- possible object is
String
-
setDocumentation
Sets the value of the documentation property.- Parameters:
value
- allowed object isString
-
getResolution
Gets the value of the resolution property.- Returns:
- possible object is
Double
-
setResolution
Sets the value of the resolution property.- Parameters:
value
- allowed object isDouble
-
getId
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value
- allowed object isString
-