
public interface ModuleType<T> extends Child<T>, JavaeeModuleCommonType<T,ModuleType<T>,WebType<ModuleType<T>>>
moduleType xsd type| Modifier 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 connectorModuleTypeString getConnector()
connector elementconnectorModuleType<T> removeConnector()
connector elementModuleTypeModuleType<T> ejb(String ejb)
ejb elementejb - the value for the element ejbModuleTypeString getEjb()
ejb elementejbModuleType<T> removeEjb()
ejb elementModuleTypeModuleType<T> java(String java)
java elementjava - the value for the element javaModuleTypeString getJava()
java elementjavaModuleType<T> removeJava()
java elementModuleTypeWebType<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 elementModuleTypeModuleType<T> altDd(String altDd)
alt-dd elementaltDd - the value for the element alt-ddModuleTypeString getAltDd()
alt-dd elementalt-ddModuleType<T> removeAltDd()
alt-dd elementModuleTypeModuleType<T> id(String id)
id attributeid - the value for the attribute idModuleTypeString getId()
id attributeidModuleType<T> removeId()
id attributeModuleTypeCopyright © 2021 JBoss by Red Hat. All rights reserved.