|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.geronimo.system.plugin.model.ArtifactType
org.apache.geronimo.system.plugin.model.DependencyType
public class DependencyType
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>
| Field Summary | |
|---|---|
protected ImportType |
_import
|
protected java.lang.Boolean |
start
|
| Fields inherited from class org.apache.geronimo.system.plugin.model.ArtifactType |
|---|
artifactId, groupId, type, version |
| Constructor Summary | |
|---|---|
DependencyType()
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.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(Dependency dependency)
|
void |
setImport(ImportType value)
Sets the value of the import property. |
void |
setStart(java.lang.Boolean value)
Sets the value of the start property. |
java.lang.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 |
|---|
protected ImportType _import
protected java.lang.Boolean start
| Constructor Detail |
|---|
public DependencyType()
| Method Detail |
|---|
public ImportType getImport()
ImportTypepublic void setImport(ImportType value)
value - allowed object is
ImportTypepublic boolean isStart()
Booleanpublic void setStart(java.lang.Boolean value)
value - allowed object is
Booleanpublic boolean equals(java.lang.Object o)
equals in class ArtifactTypepublic int hashCode()
hashCode in class ArtifactTypepublic java.lang.String toString()
toString in class java.lang.Objectpublic static DependencyType newDependencyType(Dependency dependency)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||