|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.openejb.jee.oejb2.ExtModuleType
public class ExtModuleType
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>
| Field Summary | |
|---|---|
protected Object |
any
|
protected String |
connector
|
protected String |
ejb
|
protected String |
externalPath
|
protected String |
internalPath
|
protected String |
java
|
protected String |
web
|
| Constructor Summary | |
|---|---|
ExtModuleType()
|
|
| Method Summary | |
|---|---|
Object |
getAny()
Gets the value of the any property. |
String |
getConnector()
Gets the value of the connector property. |
String |
getEjb()
Gets the value of the ejb property. |
String |
getExternalPath()
Gets the value of the externalPath property. |
String |
getInternalPath()
Gets the value of the internalPath property. |
String |
getJava()
Gets the value of the java property. |
String |
getWeb()
Gets the value of the web property. |
void |
setAny(Object value)
Sets the value of the any property. |
void |
setConnector(String value)
Sets the value of the connector property. |
void |
setEjb(String value)
Sets the value of the ejb property. |
void |
setExternalPath(String value)
Sets the value of the externalPath property. |
void |
setInternalPath(String value)
Sets the value of the internalPath property. |
void |
setJava(String value)
Sets the value of the java property. |
void |
setWeb(String value)
Sets the value of the web property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String connector
protected String ejb
protected String java
protected String web
protected String internalPath
protected String externalPath
protected Object any
| Constructor Detail |
|---|
public ExtModuleType()
| Method Detail |
|---|
public String getConnector()
Stringpublic void setConnector(String value)
value - allowed object is
Stringpublic String getEjb()
Stringpublic void setEjb(String value)
value - allowed object is
Stringpublic String getJava()
Stringpublic void setJava(String value)
value - allowed object is
Stringpublic String getWeb()
Stringpublic void setWeb(String value)
value - allowed object is
Stringpublic String getInternalPath()
Stringpublic void setInternalPath(String value)
value - allowed object is
Stringpublic String getExternalPath()
Stringpublic void setExternalPath(String value)
value - allowed object is
Stringpublic Object getAny()
Object
Elementpublic void setAny(Object value)
value - allowed object is
Object
Element
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||