public class DependencyType extends ArtifactType
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/deployment-1.2}artifactType">
<sequence>
<element name="import" type="{http://geronimo.apache.org/xml/ns/deployment-1.2}importType" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ImportType |
_import |
artifactId, groupId, type, version| Constructor and Description |
|---|
DependencyType() |
| Modifier and Type | Method and Description |
|---|---|
ImportType |
getImport()
Gets the value of the import property.
|
void |
setImport(ImportType value)
Sets the value of the import property.
|
getArtifactId, getGroupId, getType, getVersion, setArtifactId, setGroupId, setType, setVersionprotected ImportType _import
public ImportType getImport()
ImportTypepublic void setImport(ImportType value)
value - allowed object is
ImportType