|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ModuleType
The moduleType defines a single Java EE module and contains a connector, ejb, java, or web element, which indicates the module type and contains a path to the module file, and an optional alt-dd element, which specifies an optional URI to the post-assembly version of the 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://java.sun.com/xml/ns/javaee}pathType"/>
<element name="ejb" type="{http://java.sun.com/xml/ns/javaee}pathType"/>
<element name="java" type="{http://java.sun.com/xml/ns/javaee}pathType"/>
<element name="web" type="{http://java.sun.com/xml/ns/javaee}webType"/>
</choice>
<element name="alt-dd" type="{http://java.sun.com/xml/ns/javaee}pathType" minOccurs="0"/>
</sequence>
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
</restriction>
</complexContent>
</complexType>
| Method Summary | |
|---|---|
PathType |
getAltDd()
Gets the value of the altDd property. |
PathType |
getConnector()
Gets the value of the connector property. |
PathType |
getEjb()
Gets the value of the ejb property. |
String |
getId()
Gets the value of the id property. |
PathType |
getJava()
Gets the value of the java property. |
WebType |
getWeb()
Gets the value of the web property. |
void |
setAltDd(PathType value)
Sets the value of the altDd property. |
void |
setConnector(PathType value)
Sets the value of the connector property. |
void |
setEjb(PathType value)
Sets the value of the ejb property. |
void |
setId(String value)
Sets the value of the id property. |
void |
setJava(PathType value)
Sets the value of the java property. |
void |
setWeb(WebType value)
Sets the value of the web property. |
| Method Detail |
|---|
PathType getConnector()
PathTypevoid setConnector(PathType value)
value - allowed object is
PathTypePathType getEjb()
PathTypevoid setEjb(PathType value)
value - allowed object is
PathTypePathType getJava()
PathTypevoid setJava(PathType value)
value - allowed object is
PathTypeWebType getWeb()
WebTypevoid setWeb(WebType value)
value - allowed object is
WebTypePathType getAltDd()
PathTypevoid setAltDd(PathType value)
value - allowed object is
PathTypeString getId()
Stringvoid setId(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||