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">
       <sequence>
         <element name="import" type="{http://geronimo.apache.org/xml/ns/plugins-1.3}importType" minOccurs="0"/>
       </sequence>
       <attribute name="start" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  ImportType _import
           
protected  Boolean start
           
 
Fields inherited from class org.apache.geronimo.system.plugin.model.ArtifactType
artifactId, groupId, type, version
 
Constructor Summary
DependencyType()
           
 
Method Summary
 boolean equals(Object o)
           
 ImportType getImport()
          Gets the value of the import property.
 int hashCode()
           
 boolean isStart()
          Gets the value of the start property.
static DependencyType newDependencyType(org.apache.geronimo.kernel.repository.Dependency dependency)
           
 void setImport(ImportType value)
          Sets the value of the import property.
 void setStart(Boolean value)
          Sets the value of the start property.
 String toString()
           
 
Methods inherited from class org.apache.geronimo.system.plugin.model.ArtifactType
getArtifactId, getGroupId, getType, getVersion, newArtifactType, setArtifactId, setGroupId, setType, setVersion, toArtifact
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

_import

protected ImportType _import

start

protected Boolean start
Constructor Detail

DependencyType

public DependencyType()
Method Detail

getImport

public ImportType getImport()
Gets the value of the import property.

Returns:
possible object is ImportType

setImport

public void setImport(ImportType value)
Sets the value of the import property.

Parameters:
value - allowed object is ImportType

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

equals

public boolean equals(Object o)
Overrides:
equals in class ArtifactType

hashCode

public int hashCode()
Overrides:
hashCode in class ArtifactType

toString

public String toString()
Overrides:
toString in class Object

newDependencyType

public static DependencyType newDependencyType(org.apache.geronimo.kernel.repository.Dependency dependency)


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