public abstract class Diagram extends DiagramElement
Java class for Diagram complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Diagram">
<complexContent>
<extension base="{http://www.omg.org/spec/CMMN/20151109/DI}DiagramElement">
<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" />
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
DiagramElement.Extension| Modifier and Type | Field and Description |
|---|---|
protected String |
documentation |
protected String |
name |
protected Double |
resolution |
extension, id, sharedStyle, style| Constructor and Description |
|---|
Diagram() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDocumentation()
Gets the value of the documentation property.
|
String |
getName()
Gets the value of the name property.
|
Double |
getResolution()
Gets the value of the resolution property.
|
void |
setDocumentation(String value)
Sets the value of the documentation property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setResolution(Double value)
Sets the value of the resolution property.
|
getExtension, getId, getOtherAttributes, getSharedStyle, getStyle, setExtension, setId, setSharedStyle, setStyleprotected String name
protected String documentation
protected Double resolution
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getDocumentation()
Stringpublic void setDocumentation(String value)
value - allowed object is
Stringpublic Double getResolution()
DoubleCopyright © 2001–2018 JBoss by Red Hat. All rights reserved.