public interface WebResourceCollectionType<T> extends Child<T>
web-resource-collectionType
xsd typeModifier 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> |
getAllHttpMethodOmission()
Returns all
http-method-omission elements |
List<String> |
getAllUrlPattern()
Returns all
url-pattern elements |
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> |
httpMethodOmission(String... values)
Creates for all String objects representing
http-method-omission elements,
a new http-method-omission element |
WebResourceCollectionType<T> |
removeAllDescription()
Removes the
description element |
WebResourceCollectionType<T> |
removeAllHttpMethod()
Removes the
http-method element |
WebResourceCollectionType<T> |
removeAllHttpMethodOmission()
Removes the
http-method-omission element |
WebResourceCollectionType<T> |
removeAllUrlPattern()
Removes the
url-pattern element |
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-name
WebResourceCollectionType
String getWebResourceName()
web-resource-name
elementweb-resource-name
WebResourceCollectionType<T> removeWebResourceName()
web-resource-name
elementWebResourceCollectionType
WebResourceCollectionType<T> description(String... values)
description
elements,
a new description
elementvalues
- list of description
objectsWebResourceCollectionType
List<String> getAllDescription()
description
elementsdescription
WebResourceCollectionType<T> removeAllDescription()
description
elementWebResourceCollectionType
WebResourceCollectionType<T> urlPattern(String... values)
url-pattern
elements,
a new url-pattern
elementvalues
- list of url-pattern
objectsWebResourceCollectionType
List<String> getAllUrlPattern()
url-pattern
elementsurl-pattern
WebResourceCollectionType<T> removeAllUrlPattern()
url-pattern
elementWebResourceCollectionType
WebResourceCollectionType<T> httpMethod(String... values)
http-method
elements,
a new http-method
elementvalues
- list of http-method
objectsWebResourceCollectionType
List<String> getAllHttpMethod()
http-method
elementshttp-method
WebResourceCollectionType<T> removeAllHttpMethod()
http-method
elementWebResourceCollectionType
WebResourceCollectionType<T> httpMethodOmission(String... values)
http-method-omission
elements,
a new http-method-omission
elementvalues
- list of http-method-omission
objectsWebResourceCollectionType
List<String> getAllHttpMethodOmission()
http-method-omission
elementshttp-method-omission
WebResourceCollectionType<T> removeAllHttpMethodOmission()
http-method-omission
elementWebResourceCollectionType
Copyright © 2013 JBoss by Red Hat. All rights reserved.