org.jboss.shrinkwrap.descriptor.api.ejbjar30
Interface ExcludeListType<T>

All Superinterfaces:
Child<T>

public interface ExcludeListType<T>
extends Child<T>

This interface defines the contract for the exclude-listType xsd type

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

Method Summary
 MethodType<ExcludeListType<T>> createMethod()
          Creates a new method element
 ExcludeListType<T> description(String... values)
          Creates for all String objects representing description elements, a new description element
 List<String> getAllDescription()
          Returns all description elements
 List<MethodType<ExcludeListType<T>>> getAllMethod()
          Returns all method elements
 String getId()
          Returns the id attribute
 MethodType<ExcludeListType<T>> getOrCreateMethod()
          If not already created, a new method element will be created and returned.
 ExcludeListType<T> id(String id)
          Sets the id attribute
 ExcludeListType<T> removeAllDescription()
          Removes the description element
 ExcludeListType<T> removeAllMethod()
          Removes all method elements
 ExcludeListType<T> removeId()
          Removes the id attribute
 
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child
up
 

Method Detail

description

ExcludeListType<T> description(String... values)
Creates for all String objects representing description elements, a new description element

Parameters:
values - list of description objects
Returns:
the current instance of ExcludeListType

getAllDescription

List<String> getAllDescription()
Returns all description elements

Returns:
list of description

removeAllDescription

ExcludeListType<T> removeAllDescription()
Removes the description element

Returns:
the current instance of ExcludeListType

getOrCreateMethod

MethodType<ExcludeListType<T>> getOrCreateMethod()
If not already created, a new method element will be created and returned. Otherwise, the first existing method element will be returned.

Returns:
the instance defined for the element method

createMethod

MethodType<ExcludeListType<T>> createMethod()
Creates a new method element

Returns:
the new created instance of MethodType>

getAllMethod

List<MethodType<ExcludeListType<T>>> getAllMethod()
Returns all method elements

Returns:
list of method

removeAllMethod

ExcludeListType<T> removeAllMethod()
Removes all method elements

Returns:
the current instance of MethodType>

id

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

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

getId

String getId()
Returns the id attribute

Returns:
the value defined for the attribute id

removeId

ExcludeListType<T> removeId()
Removes the id attribute

Returns:
the current instance of ExcludeListType


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