public interface WebType<T> extends Child<T>, JavaeeWebCommonType<T,WebType<T>>
webType
xsd typeModifier and Type | Method and Description |
---|---|
WebType<T> |
contextRoot(String contextRoot)
Sets the
context-root element |
String |
getContextRoot()
Returns the
context-root element |
String |
getId()
Returns the
id attribute |
String |
getWebUri()
Returns the
web-uri element |
WebType<T> |
id(String id)
Sets the
id attribute |
WebType<T> |
removeContextRoot()
Removes the
context-root element |
WebType<T> |
removeId()
Removes the
id attribute |
WebType<T> |
removeWebUri()
Removes the
web-uri element |
WebType<T> |
webUri(String webUri)
Sets the
web-uri element |
WebType<T> webUri(String webUri)
web-uri
elementwebUri
- the value for the element web-uri
WebType
String getWebUri()
web-uri
elementweb-uri
WebType<T> removeWebUri()
web-uri
elementWebType
WebType<T> contextRoot(String contextRoot)
context-root
elementcontextRoot
- the value for the element context-root
WebType
String getContextRoot()
context-root
elementcontext-root
WebType<T> removeContextRoot()
context-root
elementWebType
WebType<T> id(String id)
id
attributeid
- the value for the attribute id
WebType
String getId()
id
attributeid
Copyright © 2018 JBoss by Red Hat. All rights reserved.