org.jboss.shrinkwrap.descriptor.api.jbosscommon60
Interface LoaderRepositoryConfigType<T>

All Superinterfaces:
Child<T>

public interface LoaderRepositoryConfigType<T>
extends Child<T>

This interface defines the contract for the loader-repository-configType xsd type

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

Method Summary
 LoaderRepositoryConfigType<T> configParserClass(String configParserClass)
          Sets the configParserClass attribute
 String getConfigParserClass()
          Returns the configParserClass attribute
 String getId()
          Returns the id attribute
 String getText()
          Returns the body text of the element loader-repository-configType
 LoaderRepositoryConfigType<T> id(String id)
          Sets the id attribute
 LoaderRepositoryConfigType<T> removeConfigParserClass()
          Removes the configParserClass attribute
 LoaderRepositoryConfigType<T> removeId()
          Removes the id attribute
 LoaderRepositoryConfigType<T> text(String value)
          Sets the body text for the element loader-repository-configType
 
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child
up
 

Method Detail

text

LoaderRepositoryConfigType<T> text(String value)
Sets the body text for the element loader-repository-configType

Parameters:
loaderRepositoryConfigType - the value for the body text loader-repository-configType
Returns:
the current instance of LoaderRepositoryConfigType

getText

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

Returns:
the value defined for the text loader-repository-configType

id

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

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

getId

String getId()
Returns the id attribute

Returns:
the value defined for the attribute id

removeId

LoaderRepositoryConfigType<T> removeId()
Removes the id attribute

Returns:
the current instance of LoaderRepositoryConfigType

configParserClass

LoaderRepositoryConfigType<T> configParserClass(String configParserClass)
Sets the configParserClass attribute

Parameters:
configParserClass - the value for the attribute configParserClass
Returns:
the current instance of LoaderRepositoryConfigType

getConfigParserClass

String getConfigParserClass()
Returns the configParserClass attribute

Returns:
the value defined for the attribute configParserClass

removeConfigParserClass

LoaderRepositoryConfigType<T> removeConfigParserClass()
Removes the configParserClass attribute

Returns:
the current instance of LoaderRepositoryConfigType


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