|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WebType<T>
This interface defines the contract for the webType
xsd type
Method Summary | |
---|---|
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 |
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child |
---|
up |
Method Detail |
---|
WebType<T> webUri(String webUri)
web-uri
element
webUri
- the value for the element web-uri
WebType
String getWebUri()
web-uri
element
web-uri
WebType<T> removeWebUri()
web-uri
element
WebType
WebType<T> contextRoot(String contextRoot)
context-root
element
contextRoot
- the value for the element context-root
WebType
String getContextRoot()
context-root
element
context-root
WebType<T> removeContextRoot()
context-root
element
WebType
WebType<T> id(String id)
id
attribute
id
- the value for the attribute id
WebType
String getId()
id
attribute
id
WebType<T> removeId()
id
attribute
WebType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |