
public interface WebResourceCollectionType<T> extends Child<T>, JavaeeWebResourceCollectionCommonType<T,WebResourceCollectionType<T>>
web-resource-collectionType xsd type| Modifier and Type | Method and Description |
|---|---|
WebResourceCollectionType<T> |
description(String... values)
Creates for all String objects representing
description elements,
a new description element |
List<String> |
getAllDescription()
Returns all
description elements |
List<String> |
getAllHttpMethod()
Returns all
http-method elements |
List<String> |
getAllUrlPattern()
Returns all
url-pattern elements |
String |
getId()
Returns the
id attribute |
String |
getWebResourceName()
Returns the
web-resource-name element |
WebResourceCollectionType<T> |
httpMethod(String... values)
Creates for all String objects representing
http-method elements,
a new http-method element |
WebResourceCollectionType<T> |
id(String id)
Sets the
id attribute |
WebResourceCollectionType<T> |
removeAllDescription()
Removes the
description element |
WebResourceCollectionType<T> |
removeAllHttpMethod()
Removes the
http-method element |
WebResourceCollectionType<T> |
removeAllUrlPattern()
Removes the
url-pattern element |
WebResourceCollectionType<T> |
removeId()
Removes the
id attribute |
WebResourceCollectionType<T> |
removeWebResourceName()
Removes the
web-resource-name element |
WebResourceCollectionType<T> |
urlPattern(String... values)
Creates for all String objects representing
url-pattern elements,
a new url-pattern element |
WebResourceCollectionType<T> |
webResourceName(String webResourceName)
Sets the
web-resource-name element |
WebResourceCollectionType<T> webResourceName(String webResourceName)
web-resource-name elementwebResourceName - the value for the element web-resource-nameWebResourceCollectionTypeString getWebResourceName()
web-resource-name elementweb-resource-nameWebResourceCollectionType<T> removeWebResourceName()
web-resource-name elementWebResourceCollectionTypeWebResourceCollectionType<T> description(String... values)
description elements,
a new description elementvalues - list of description objectsWebResourceCollectionTypeList<String> getAllDescription()
description elementsdescriptionWebResourceCollectionType<T> removeAllDescription()
description elementWebResourceCollectionTypeWebResourceCollectionType<T> urlPattern(String... values)
url-pattern elements,
a new url-pattern elementvalues - list of url-pattern objectsWebResourceCollectionTypeList<String> getAllUrlPattern()
url-pattern elementsurl-patternWebResourceCollectionType<T> removeAllUrlPattern()
url-pattern elementWebResourceCollectionTypeWebResourceCollectionType<T> httpMethod(String... values)
http-method elements,
a new http-method elementvalues - list of http-method objectsWebResourceCollectionTypeList<String> getAllHttpMethod()
http-method elementshttp-methodWebResourceCollectionType<T> removeAllHttpMethod()
http-method elementWebResourceCollectionTypeWebResourceCollectionType<T> id(String id)
id attributeid - the value for the attribute idWebResourceCollectionTypeString getId()
id attributeidWebResourceCollectionType<T> removeId()
id attributeWebResourceCollectionTypeCopyright © 2025 JBoss by Red Hat. All rights reserved.