Package org.apache.openejb.jee.oejb2
Class DependencyType
- java.lang.Object
-
- org.apache.openejb.jee.oejb2.ArtifactType
-
- org.apache.openejb.jee.oejb2.DependencyType
-
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>
-
-
Field Summary
Fields Modifier and Type Field Description protected ImportType_import-
Fields inherited from class org.apache.openejb.jee.oejb2.ArtifactType
artifactId, groupId, type, version
-
-
Constructor Summary
Constructors Constructor Description DependencyType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ImportTypegetImport()Gets the value of the import property.voidsetImport(ImportType value)Sets the value of the import property.-
Methods inherited from class org.apache.openejb.jee.oejb2.ArtifactType
getArtifactId, getGroupId, getType, getVersion, setArtifactId, setGroupId, setType, setVersion
-
-
-
-
Field Detail
-
_import
protected ImportType _import
-
-
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 isImportType
-
-