easybox.com.ebmwebsourcing.easybpmn.bpmndi._2
Class EJaxbDiagram

java.lang.Object
  extended by com.ebmwebsourcing.easybox.impl.AbstractModelObject
      extended by com.ebmwebsourcing.easybox.impl.AbstractJaxbModelObject
          extended by easybox.com.ebmwebsourcing.easybpmn.bpmndi._2.EJaxbDiagram
All Implemented Interfaces:
com.ebmwebsourcing.easybox.api.ModelObject
Direct Known Subclasses:
EJaxbBPMNDiagram

public abstract class EJaxbDiagram
extends com.ebmwebsourcing.easybox.impl.AbstractJaxbModelObject

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

name

protected java.lang.String name

documentation

protected java.lang.String documentation

resolution

protected java.lang.Double resolution

id

protected java.lang.String id
Constructor Detail

EJaxbDiagram

public EJaxbDiagram()
Method Detail

getName

public java.lang.String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(java.lang.String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

isSetName

public boolean isSetName()

getDocumentation

public java.lang.String getDocumentation()
Gets the value of the documentation property.

Returns:
possible object is String

setDocumentation

public void setDocumentation(java.lang.String value)
Sets the value of the documentation property.

Parameters:
value - allowed object is String

isSetDocumentation

public boolean isSetDocumentation()

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

isSetResolution

public boolean isSetResolution()

unsetResolution

public void unsetResolution()

getId

public java.lang.String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(java.lang.String value)
Sets the value of the id property.

Parameters:
value - allowed object is String

isSetId

public boolean isSetId()


Copyright © 2011 Petals Link. All Rights Reserved.