|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.openejb.jee.oejb2.ModuleType
public class ModuleType
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 moduleType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="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="alt-dd" type="{http://geronimo.apache.org/xml/ns/j2ee/application-1.2}pathType"/> <any/> </choice> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected java.lang.String |
altDd
|
protected java.lang.Object |
any
|
protected java.lang.String |
connector
|
protected java.lang.String |
ejb
|
protected java.lang.String |
java
|
protected java.lang.String |
web
|
Constructor Summary | |
---|---|
ModuleType()
|
Method Summary | |
---|---|
java.lang.String |
getAltDd()
Gets the value of the altDd property. |
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 |
getJava()
Gets the value of the java property. |
java.lang.String |
getWeb()
Gets the value of the web property. |
void |
setAltDd(java.lang.String value)
Sets the value of the altDd 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 |
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.lang.String connector
protected java.lang.String ejb
protected java.lang.String java
protected java.lang.String web
protected java.lang.String altDd
protected java.lang.Object any
Constructor Detail |
---|
public ModuleType()
Method Detail |
---|
public java.lang.String getConnector()
String
public void setConnector(java.lang.String value)
value
- allowed object is
String
public java.lang.String getEjb()
String
public void setEjb(java.lang.String value)
value
- allowed object is
String
public java.lang.String getJava()
String
public void setJava(java.lang.String value)
value
- allowed object is
String
public java.lang.String getWeb()
String
public void setWeb(java.lang.String value)
value
- allowed object is
String
public java.lang.String getAltDd()
String
public void setAltDd(java.lang.String value)
value
- allowed object is
String
public java.lang.Object getAny()
Object
Element
public void setAny(java.lang.Object value)
value
- allowed object is
Object
Element
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |