public class ModuleType 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://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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
altDd |
protected Object |
any |
protected String |
connector |
protected String |
ejb |
protected String |
java |
protected String |
web |
| Constructor and Description |
|---|
ModuleType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAltDd()
Gets the value of the altDd property.
|
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 |
getJava()
Gets the value of the java property.
|
String |
getWeb()
Gets the value of the web property.
|
void |
setAltDd(String value)
Sets the value of the altDd 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 |
setJava(String value)
Sets the value of the java property.
|
void |
setWeb(String value)
Sets the value of the web property.
|
protected String connector
protected String ejb
protected String java
protected String web
protected String altDd
protected Object any
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 getAltDd()
Stringpublic void setAltDd(String value)
value - allowed object is
Stringpublic Object getAny()
Copyright © 1999–2020 The Apache Software Foundation. All rights reserved.