ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

org.jboss.shrinkwrap.descriptor.api.application6
Interface WebType<T>

All Superinterfaces:
Child<T>

public interface WebType<T>
extends Child<T>

This interface defines the contract for the webType xsd type

Since:
Generation date :2012-05-09T23:45:05.33-07:00
Author:
Ralf Battenfeld, Andrew Lee Rubinger

Method Summary
 WebType<T> contextRoot(String contextRoot)
          Sets the context-root element
 String getContextRoot()
          Returns the context-root element
 String getWebUri()
          Returns the web-uri element
 WebType<T> removeContextRoot()
          Removes the context-root element
 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

webUri

WebType<T> webUri(String webUri)
Sets the web-uri element

Parameters:
webUri - the value for the element web-uri
Returns:
the current instance of WebType

getWebUri

String getWebUri()
Returns the web-uri element

Returns:
the node defined for the element web-uri

removeWebUri

WebType<T> removeWebUri()
Removes the web-uri element

Returns:
the current instance of WebType

contextRoot

WebType<T> contextRoot(String contextRoot)
Sets the context-root element

Parameters:
contextRoot - the value for the element context-root
Returns:
the current instance of WebType

getContextRoot

String getContextRoot()
Returns the context-root element

Returns:
the node defined for the element context-root

removeContextRoot

WebType<T> removeContextRoot()
Removes the context-root element

Returns:
the current instance of WebType

ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.