@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") 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://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 PathType |
altDd |
protected PathType |
connector |
protected PathType |
ejb |
protected String |
id |
protected PathType |
java |
protected WebType |
web |
Constructor and Description |
---|
ModuleType() |
Modifier and Type | Method and Description |
---|---|
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.
|
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") protected PathType connector
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") protected PathType ejb
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") protected PathType java
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") protected WebType web
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") protected PathType altDd
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") protected String id
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") public PathType getConnector()
PathType
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") public void setConnector(PathType value)
value
- allowed object is
PathType
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") public PathType getEjb()
PathType
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") public void setEjb(PathType value)
value
- allowed object is
PathType
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") public PathType getJava()
PathType
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") public void setJava(PathType value)
value
- allowed object is
PathType
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") public WebType getWeb()
WebType
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") public void setWeb(WebType value)
value
- allowed object is
WebType
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") public PathType getAltDd()
PathType
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") public void setAltDd(PathType value)
value
- allowed object is
PathType
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") public String getId()
String
Copyright © 2016 buschmais GbR. All rights reserved.