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>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_import
protected ImportType _import
DependencyType
public DependencyType()
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
Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.