
public interface WebservicesType<T> extends Child<T>
webservicesType xsd type| Modifier and Type | Method and Description |
|---|---|
WebservicesType<T> |
contextRoot(String contextRoot)
Sets the
context-root element |
WebserviceDescriptionType<WebservicesType<T>> |
createWebserviceDescription()
Creates a new
webservice-description element |
List<WebserviceDescriptionType<WebservicesType<T>>> |
getAllWebserviceDescription()
Returns all
webservice-description elements |
String |
getContextRoot()
Returns the
context-root element |
String |
getId()
Returns the
id attribute |
WebserviceDescriptionType<WebservicesType<T>> |
getOrCreateWebserviceDescription()
If not already created, a new
webservice-description element will be created and returned. |
WebservicesType<T> |
id(String id)
Sets the
id attribute |
WebservicesType<T> |
removeAllWebserviceDescription()
Removes all
webservice-description elements |
WebservicesType<T> |
removeContextRoot()
Removes the
context-root element |
WebservicesType<T> |
removeId()
Removes the
id attribute |
WebservicesType<T> contextRoot(String contextRoot)
context-root elementcontextRoot - the value for the element context-rootWebservicesTypeString getContextRoot()
context-root elementcontext-rootWebservicesType<T> removeContextRoot()
context-root elementWebservicesTypeWebserviceDescriptionType<WebservicesType<T>> getOrCreateWebserviceDescription()
webservice-description element will be created and returned.
Otherwise, the first existing webservice-description element will be returned.webservice-descriptionWebserviceDescriptionType<WebservicesType<T>> createWebserviceDescription()
webservice-description elementWebserviceDescriptionType> List<WebserviceDescriptionType<WebservicesType<T>>> getAllWebserviceDescription()
webservice-description elementswebservice-descriptionWebservicesType<T> removeAllWebserviceDescription()
webservice-description elementsWebserviceDescriptionType> WebservicesType<T> id(String id)
id attributeid - the value for the attribute idWebservicesTypeString getId()
id attributeidWebservicesType<T> removeId()
id attributeWebservicesTypeCopyright © 2021 JBoss by Red Hat. All rights reserved.