org.apache.geronimo.system.plugin.model
Class DependencyType

java.lang.Object
  extended by org.apache.geronimo.system.plugin.model.ArtifactType
      extended by org.apache.geronimo.system.plugin.model.DependencyType
All Implemented Interfaces:
Serializable

public class DependencyType
extends ArtifactType
implements Serializable

See pluginType/dependency above

Java class for dependencyType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="dependencyType">
   <complexContent>
     <extension base="{http://geronimo.apache.org/xml/ns/plugins-1.3}artifactType">
       <attribute name="start" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  Boolean start
           
 
Fields inherited from class org.apache.geronimo.system.plugin.model.ArtifactType
artifactId, groupId, type, version
 
Constructor Summary
DependencyType()
           
 
Method Summary
 boolean isStart()
          Gets the value of the start property.
 void setStart(Boolean value)
          Sets the value of the start property.
 
Methods inherited from class org.apache.geronimo.system.plugin.model.ArtifactType
getArtifactId, getGroupId, getType, getVersion, setArtifactId, setGroupId, setType, setVersion
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

start

protected Boolean start
Constructor Detail

DependencyType

public DependencyType()
Method Detail

isStart

public boolean isStart()
Gets the value of the start property.

Returns:
possible object is Boolean

setStart

public void setStart(Boolean value)
Sets the value of the start property.

Parameters:
value - allowed object is Boolean


Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.