org.jboss.shrinkwrap.descriptor.api.jsp22
Interface TaglibType<T>

All Superinterfaces:
Child<T>

public interface TaglibType<T>
extends Child<T>

This interface defines the contract for the taglibType xsd type

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

Method Summary
 String getId()
          Returns the id attribute
 String getTaglibLocation()
          Returns the taglib-location element
 String getTaglibUri()
          Returns the taglib-uri element
 TaglibType<T> id(String id)
          Sets the id attribute
 TaglibType<T> removeId()
          Removes the id attribute
 TaglibType<T> removeTaglibLocation()
          Removes the taglib-location element
 TaglibType<T> removeTaglibUri()
          Removes the taglib-uri element
 TaglibType<T> taglibLocation(String taglibLocation)
          Sets the taglib-location element
 TaglibType<T> taglibUri(String taglibUri)
          Sets the taglib-uri element
 
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child
up
 

Method Detail

taglibUri

TaglibType<T> taglibUri(String taglibUri)
Sets the taglib-uri element

Parameters:
taglibUri - the value for the element taglib-uri
Returns:
the current instance of TaglibType

getTaglibUri

String getTaglibUri()
Returns the taglib-uri element

Returns:
the node defined for the element taglib-uri

removeTaglibUri

TaglibType<T> removeTaglibUri()
Removes the taglib-uri element

Returns:
the current instance of TaglibType

taglibLocation

TaglibType<T> taglibLocation(String taglibLocation)
Sets the taglib-location element

Parameters:
taglibLocation - the value for the element taglib-location
Returns:
the current instance of TaglibType

getTaglibLocation

String getTaglibLocation()
Returns the taglib-location element

Returns:
the node defined for the element taglib-location

removeTaglibLocation

TaglibType<T> removeTaglibLocation()
Removes the taglib-location element

Returns:
the current instance of TaglibType

id

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

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

getId

String getId()
Returns the id attribute

Returns:
the value defined for the attribute id

removeId

TaglibType<T> removeId()
Removes the id attribute

Returns:
the current instance of TaglibType


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