public interface InterceptorOrderType<T> extends Child<T>, JavaeeInterceptorOrderCommonType<T,InterceptorOrderType<T>>
interceptor-orderType
xsd typeModifier and Type | Method and Description |
---|---|
List<String> |
getAllInterceptorClass()
Returns all
interceptor-class elements |
String |
getId()
Returns the
id attribute |
InterceptorOrderType<T> |
id(String id)
Sets the
id attribute |
InterceptorOrderType<T> |
interceptorClass(String... values)
Creates for all String objects representing
interceptor-class elements,
a new interceptor-class element |
InterceptorOrderType<T> |
removeAllInterceptorClass()
Removes the
interceptor-class element |
InterceptorOrderType<T> |
removeId()
Removes the
id attribute |
InterceptorOrderType<T> interceptorClass(String... values)
interceptor-class
elements,
a new interceptor-class
elementvalues
- list of interceptor-class
objectsInterceptorOrderType
List<String> getAllInterceptorClass()
interceptor-class
elementsinterceptor-class
InterceptorOrderType<T> removeAllInterceptorClass()
interceptor-class
elementInterceptorOrderType
InterceptorOrderType<T> id(String id)
id
attributeid
- the value for the attribute id
InterceptorOrderType
String getId()
id
attributeid
InterceptorOrderType<T> removeId()
id
attributeInterceptorOrderType
Copyright © 2023 JBoss by Red Hat. All rights reserved.