public class ExtModuleType
extends java.lang.Object
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>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Object |
any |
protected java.lang.String |
connector |
protected java.lang.String |
ejb |
protected java.lang.String |
externalPath |
protected java.lang.String |
internalPath |
protected java.lang.String |
java |
protected java.lang.String |
web |
| Constructor and Description |
|---|
ExtModuleType() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getAny()
Gets the value of the any property.
|
java.lang.String |
getConnector()
Gets the value of the connector property.
|
java.lang.String |
getEjb()
Gets the value of the ejb property.
|
java.lang.String |
getExternalPath()
Gets the value of the externalPath property.
|
java.lang.String |
getInternalPath()
Gets the value of the internalPath property.
|
java.lang.String |
getJava()
Gets the value of the java property.
|
java.lang.String |
getWeb()
Gets the value of the web property.
|
void |
setAny(java.lang.Object value)
Sets the value of the any property.
|
void |
setConnector(java.lang.String value)
Sets the value of the connector property.
|
void |
setEjb(java.lang.String value)
Sets the value of the ejb property.
|
void |
setExternalPath(java.lang.String value)
Sets the value of the externalPath property.
|
void |
setInternalPath(java.lang.String value)
Sets the value of the internalPath property.
|
void |
setJava(java.lang.String value)
Sets the value of the java property.
|
void |
setWeb(java.lang.String value)
Sets the value of the web property.
|
protected java.lang.String connector
protected java.lang.String ejb
protected java.lang.String java
protected java.lang.String web
protected java.lang.String internalPath
protected java.lang.String externalPath
protected java.lang.Object any
public java.lang.String getConnector()
Stringpublic void setConnector(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getEjb()
Stringpublic void setEjb(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getJava()
Stringpublic void setJava(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getWeb()
Stringpublic void setWeb(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getInternalPath()
Stringpublic void setInternalPath(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getExternalPath()
Stringpublic void setExternalPath(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Object getAny()
Object
Elementpublic void setAny(java.lang.Object value)
value - allowed object is
Object
Element