|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ebmwebsourcing.easybox.impl.AbstractModelObject
com.ebmwebsourcing.easybox.impl.AbstractJaxbModelObject
easybox.com.ebmwebsourcing.easybpmn.bpmndi._2.EJaxbDiagram
public abstract class EJaxbDiagram
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 | |
|---|---|
protected java.lang.String |
documentation
|
protected java.lang.String |
id
|
protected java.lang.String |
name
|
protected java.lang.Double |
resolution
|
| Constructor Summary | |
|---|---|
EJaxbDiagram()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getDocumentation()
Gets the value of the documentation property. |
java.lang.String |
getId()
Gets the value of the id property. |
java.lang.String |
getName()
Gets the value of the name property. |
double |
getResolution()
Gets the value of the resolution property. |
boolean |
isSetDocumentation()
|
boolean |
isSetId()
|
boolean |
isSetName()
|
boolean |
isSetResolution()
|
void |
setDocumentation(java.lang.String value)
Sets the value of the documentation property. |
void |
setId(java.lang.String value)
Sets the value of the id property. |
void |
setName(java.lang.String value)
Sets the value of the name property. |
void |
setResolution(double value)
Sets the value of the resolution property. |
void |
unsetResolution()
|
| Methods inherited from class com.ebmwebsourcing.easybox.impl.AbstractJaxbModelObject |
|---|
duplicate, duplicateAs, equals, getAdoptiveParent, getBaseURI, getDOMNode, getNaturalParent, hashCode, setAdoptiveParent, setBaseURI, setNaturalParent |
| Methods inherited from class com.ebmwebsourcing.easybox.impl.AbstractModelObject |
|---|
getParent, getXmlObject, setXmlObject |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String name
protected java.lang.String documentation
protected java.lang.Double resolution
protected java.lang.String id
| Constructor Detail |
|---|
public EJaxbDiagram()
| Method Detail |
|---|
public java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetName()
public java.lang.String getDocumentation()
Stringpublic void setDocumentation(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetDocumentation()
public double getResolution()
Doublepublic void setResolution(double value)
value - allowed object is
Doublepublic boolean isSetResolution()
public void unsetResolution()
public java.lang.String getId()
Stringpublic void setId(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetId()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||