org.jboss.shrinkwrap.descriptor.api.jbosscommon51
Interface LoaderRepositoryType<T>

All Superinterfaces:
Child<T>

public interface LoaderRepositoryType<T>
extends Child<T>

This interface defines the contract for the loader-repositoryType xsd type

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

Method Summary
 LoaderRepositoryConfigType<LoaderRepositoryType<T>> createLoaderRepositoryConfig()
          Creates a new loader-repository-config element
 List<LoaderRepositoryConfigType<LoaderRepositoryType<T>>> getAllLoaderRepositoryConfig()
          Returns all loader-repository-config elements
 String getId()
          Returns the id attribute
 String getLoaderRepositoryClass()
          Returns the loaderRepositoryClass attribute
 LoaderRepositoryConfigType<LoaderRepositoryType<T>> getOrCreateLoaderRepositoryConfig()
          If not already created, a new loader-repository-config element will be created and returned.
 String getText()
          Returns the body text of the element loader-repositoryType
 LoaderRepositoryType<T> id(String id)
          Sets the id attribute
 LoaderRepositoryType<T> loaderRepositoryClass(String loaderRepositoryClass)
          Sets the loaderRepositoryClass attribute
 LoaderRepositoryType<T> removeAllLoaderRepositoryConfig()
          Removes all loader-repository-config elements
 LoaderRepositoryType<T> removeId()
          Removes the id attribute
 LoaderRepositoryType<T> removeLoaderRepositoryClass()
          Removes the loaderRepositoryClass attribute
 LoaderRepositoryType<T> text(String value)
          Sets the body text for the element loader-repositoryType
 
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child
up
 

Method Detail

text

LoaderRepositoryType<T> text(String value)
Sets the body text for the element loader-repositoryType

Parameters:
loaderRepositoryType - the value for the body text loader-repositoryType
Returns:
the current instance of LoaderRepositoryType

getText

String getText()
Returns the body text of the element loader-repositoryType

Returns:
the value defined for the text loader-repositoryType

getOrCreateLoaderRepositoryConfig

LoaderRepositoryConfigType<LoaderRepositoryType<T>> getOrCreateLoaderRepositoryConfig()
If not already created, a new loader-repository-config element will be created and returned. Otherwise, the first existing loader-repository-config element will be returned.

Returns:
the instance defined for the element loader-repository-config

createLoaderRepositoryConfig

LoaderRepositoryConfigType<LoaderRepositoryType<T>> createLoaderRepositoryConfig()
Creates a new loader-repository-config element

Returns:
the new created instance of LoaderRepositoryConfigType>

getAllLoaderRepositoryConfig

List<LoaderRepositoryConfigType<LoaderRepositoryType<T>>> getAllLoaderRepositoryConfig()
Returns all loader-repository-config elements

Returns:
list of loader-repository-config

removeAllLoaderRepositoryConfig

LoaderRepositoryType<T> removeAllLoaderRepositoryConfig()
Removes all loader-repository-config elements

Returns:
the current instance of LoaderRepositoryConfigType>

id

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

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

getId

String getId()
Returns the id attribute

Returns:
the value defined for the attribute id

removeId

LoaderRepositoryType<T> removeId()
Removes the id attribute

Returns:
the current instance of LoaderRepositoryType

loaderRepositoryClass

LoaderRepositoryType<T> loaderRepositoryClass(String loaderRepositoryClass)
Sets the loaderRepositoryClass attribute

Parameters:
loaderRepositoryClass - the value for the attribute loaderRepositoryClass
Returns:
the current instance of LoaderRepositoryType

getLoaderRepositoryClass

String getLoaderRepositoryClass()
Returns the loaderRepositoryClass attribute

Returns:
the value defined for the attribute loaderRepositoryClass

removeLoaderRepositoryClass

LoaderRepositoryType<T> removeLoaderRepositoryClass()
Removes the loaderRepositoryClass attribute

Returns:
the current instance of LoaderRepositoryType


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