org.jboss.shrinkwrap.descriptor.api.ejbjar31
Interface InterceptorOrderType<T>

All Superinterfaces:
Child<T>

public interface InterceptorOrderType<T>
extends Child<T>

This interface defines the contract for the interceptor-orderType xsd type

Since:
Generation date :2013-01-26T19:26:59.858+01:00
Author:
Ralf Battenfeld, Andrew Lee Rubinger

Method Summary
 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
 
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child
up
 

Method Detail

interceptorClass

InterceptorOrderType<T> interceptorClass(String... values)
Creates for all String objects representing interceptor-class elements, a new interceptor-class element

Parameters:
values - list of interceptor-class objects
Returns:
the current instance of InterceptorOrderType

getAllInterceptorClass

List<String> getAllInterceptorClass()
Returns all interceptor-class elements

Returns:
list of interceptor-class

removeAllInterceptorClass

InterceptorOrderType<T> removeAllInterceptorClass()
Removes the interceptor-class element

Returns:
the current instance of InterceptorOrderType

id

InterceptorOrderType<T> id(String id)
Sets the id attribute

Parameters:
id - the value for the attribute id
Returns:
the current instance of InterceptorOrderType

getId

String getId()
Returns the id attribute

Returns:
the value defined for the attribute id

removeId

InterceptorOrderType<T> removeId()
Removes the id attribute

Returns:
the current instance of InterceptorOrderType


Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.