public interface ModuleType<T> extends Child<T>, JavaeeModuleCommonType<T,ModuleType<T>,WebType<ModuleType<T>>>
moduleType
xsd typeModifier and Type | Method and Description |
---|---|
ModuleType<T> |
altDd(String altDd)
Sets the
alt-dd element |
ModuleType<T> |
connector(String connector)
Sets the
connector element |
ModuleType<T> |
ejb(String ejb)
Sets the
ejb element |
String |
getAltDd()
Returns the
alt-dd element |
String |
getConnector()
Returns the
connector element |
String |
getEjb()
Returns the
ejb element |
String |
getId()
Returns the
id attribute |
String |
getJava()
Returns the
java element |
WebType<ModuleType<T>> |
getOrCreateWeb()
If not already created, a new
web element with the given value will be created. |
ModuleType<T> |
id(String id)
Sets the
id attribute |
ModuleType<T> |
java(String java)
Sets the
java element |
ModuleType<T> |
removeAltDd()
Removes the
alt-dd element |
ModuleType<T> |
removeConnector()
Removes the
connector element |
ModuleType<T> |
removeEjb()
Removes the
ejb element |
ModuleType<T> |
removeId()
Removes the
id attribute |
ModuleType<T> |
removeJava()
Removes the
java element |
ModuleType<T> |
removeWeb()
Removes the
web element |
ModuleType<T> connector(String connector)
connector
elementconnector
- the value for the element connector
ModuleType
String getConnector()
connector
elementconnector
ModuleType<T> removeConnector()
connector
elementModuleType
ModuleType<T> ejb(String ejb)
ejb
elementejb
- the value for the element ejb
ModuleType
String getEjb()
ejb
elementejb
ModuleType<T> removeEjb()
ejb
elementModuleType
ModuleType<T> java(String java)
java
elementjava
- the value for the element java
ModuleType
String getJava()
java
elementjava
ModuleType<T> removeJava()
java
elementModuleType
WebType<ModuleType<T>> getOrCreateWeb()
web
element with the given value will be created.
Otherwise, the existing web
element will be returned.WebType>
ModuleType<T> removeWeb()
web
elementModuleType
ModuleType<T> altDd(String altDd)
alt-dd
elementaltDd
- the value for the element alt-dd
ModuleType
String getAltDd()
alt-dd
elementalt-dd
ModuleType<T> removeAltDd()
alt-dd
elementModuleType
ModuleType<T> id(String id)
id
attributeid
- the value for the attribute id
ModuleType
String getId()
id
attributeid
ModuleType<T> removeId()
id
attributeModuleType
Copyright © 2022 JBoss by Red Hat. All rights reserved.