|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.shrinkwrap.descriptor.impl.jboss51.WebservicesTypeImpl<T>
public class WebservicesTypeImpl<T>
This class implements the webservicesType
xsd type
Constructor Summary | |
---|---|
WebservicesTypeImpl(T t,
java.lang.String nodeName,
org.jboss.shrinkwrap.descriptor.spi.Node node)
|
|
WebservicesTypeImpl(T t,
java.lang.String nodeName,
org.jboss.shrinkwrap.descriptor.spi.Node node,
org.jboss.shrinkwrap.descriptor.spi.Node childNode)
|
Method Summary | |
---|---|
java.lang.String |
getContextRoot()
Returns the context-root element |
java.util.List<WebserviceDescriptionType<WebservicesType<T>>> |
getWebserviceDescriptionList()
Returns all webservice-description elements |
WebservicesType<T> |
removeAllWebserviceDescription()
Removes all webservice-description elements |
WebservicesType<T> |
removeContextRoot()
Removes the context-root element |
WebservicesType<T> |
setContextRoot(java.lang.String contextRoot)
If not already created, a new context-root element with the given value will be created. |
T |
up()
|
WebserviceDescriptionType<WebservicesType<T>> |
webserviceDescription()
Returns the webservice-description element |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WebservicesTypeImpl(T t, java.lang.String nodeName, org.jboss.shrinkwrap.descriptor.spi.Node node)
public WebservicesTypeImpl(T t, java.lang.String nodeName, org.jboss.shrinkwrap.descriptor.spi.Node node, org.jboss.shrinkwrap.descriptor.spi.Node childNode)
Method Detail |
---|
public T up()
up
in interface org.jboss.shrinkwrap.descriptor.api.Child<T>
public WebservicesType<T> setContextRoot(java.lang.String contextRoot)
context-root
element with the given value will be created.
Otherwise, the existing context-root
element will be updated with the given value.
setContextRoot
in interface WebservicesType<T>
WebservicesType
public WebservicesType<T> removeContextRoot()
context-root
element
removeContextRoot
in interface WebservicesType<T>
WebservicesType
public java.lang.String getContextRoot()
context-root
element
getContextRoot
in interface WebservicesType<T>
context-root
public WebservicesType<T> removeAllWebserviceDescription()
webservice-description
elements
removeAllWebserviceDescription
in interface WebservicesType<T>
WebservicesType
public WebserviceDescriptionType<WebservicesType<T>> webserviceDescription()
webservice-description
element
webserviceDescription
in interface WebservicesType<T>
webservice-description
public java.util.List<WebserviceDescriptionType<WebservicesType<T>>> getWebserviceDescriptionList()
webservice-description
elements
getWebserviceDescriptionList
in interface WebservicesType<T>
webservice-description
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |