public class Module extends Object
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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
altDd |
protected String |
connector |
protected String |
ejb |
protected String |
id |
protected String |
java |
protected Web |
web |
| Constructor and Description |
|---|
Module() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAltDd() |
String |
getConnector() |
String |
getEjb() |
String |
getId() |
String |
getJava() |
Web |
getWeb() |
void |
setAltDd(String altDd) |
void |
setConnector(String connector) |
void |
setEjb(String ejb) |
void |
setId(String id) |
void |
setJava(String java) |
void |
setWeb(Web web) |
protected String connector
protected String ejb
protected String java
protected Web web
protected String altDd
protected String id
public String getAltDd()
public void setAltDd(String altDd)
public String getConnector()
public void setConnector(String connector)
public String getEjb()
public void setEjb(String ejb)
public String getId()
public void setId(String id)
public String getJava()
public void setJava(String java)
public Web getWeb()
public void setWeb(Web web)
Copyright © 1999–2017 The Apache Software Foundation. All rights reserved.