Package org.apache.openejb.jee.oejb2
Class ExtModuleType
- java.lang.Object
-
- org.apache.openejb.jee.oejb2.ExtModuleType
-
public class ExtModuleType extends Object
Mirrors the moduleType defined by application_1_4.xsd and adds an optional alt-dd element defining a Geronimo specific deployment descriptor.Java class for ext-moduleType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ext-moduleType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <choice> <element name="connector" type="{http://geronimo.apache.org/xml/ns/j2ee/application-1.2}pathType"/> <element name="ejb" type="{http://geronimo.apache.org/xml/ns/j2ee/application-1.2}pathType"/> <element name="java" type="{http://geronimo.apache.org/xml/ns/j2ee/application-1.2}pathType"/> <element name="web" type="{http://geronimo.apache.org/xml/ns/j2ee/application-1.2}pathType"/> </choice> <choice> <element name="internal-path" type="{http://www.w3.org/2001/XMLSchema}token"/> <element name="external-path" type="{http://www.w3.org/2001/XMLSchema}token"/> </choice> <any/> </sequence> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description ExtModuleType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectgetAny()Gets the value of the any property.StringgetConnector()Gets the value of the connector property.StringgetEjb()Gets the value of the ejb property.StringgetExternalPath()Gets the value of the externalPath property.StringgetInternalPath()Gets the value of the internalPath property.StringgetJava()Gets the value of the java property.StringgetWeb()Gets the value of the web property.voidsetAny(Object value)Sets the value of the any property.voidsetConnector(String value)Sets the value of the connector property.voidsetEjb(String value)Sets the value of the ejb property.voidsetExternalPath(String value)Sets the value of the externalPath property.voidsetInternalPath(String value)Sets the value of the internalPath property.voidsetJava(String value)Sets the value of the java property.voidsetWeb(String value)Sets the value of the web property.
-
-
-
Method Detail
-
getConnector
public String getConnector()
Gets the value of the connector property.- Returns:
- possible object is
String
-
setConnector
public void setConnector(String value)
Sets the value of the connector property.- Parameters:
value- allowed object isString
-
getEjb
public String getEjb()
Gets the value of the ejb property.- Returns:
- possible object is
String
-
setEjb
public void setEjb(String value)
Sets the value of the ejb property.- Parameters:
value- allowed object isString
-
getJava
public String getJava()
Gets the value of the java property.- Returns:
- possible object is
String
-
setJava
public void setJava(String value)
Sets the value of the java property.- Parameters:
value- allowed object isString
-
getWeb
public String getWeb()
Gets the value of the web property.- Returns:
- possible object is
String
-
setWeb
public void setWeb(String value)
Sets the value of the web property.- Parameters:
value- allowed object isString
-
getInternalPath
public String getInternalPath()
Gets the value of the internalPath property.- Returns:
- possible object is
String
-
setInternalPath
public void setInternalPath(String value)
Sets the value of the internalPath property.- Parameters:
value- allowed object isString
-
getExternalPath
public String getExternalPath()
Gets the value of the externalPath property.- Returns:
- possible object is
String
-
setExternalPath
public void setExternalPath(String value)
Sets the value of the externalPath property.- Parameters:
value- allowed object isString
-
getAny
public Object getAny()
Gets the value of the any property.
-
-