org.jboss.shrinkwrap.descriptor.api.jsptaglibrary21
Interface TldDeferredValueType<T>

All Superinterfaces:
Child<T>

public interface TldDeferredValueType<T>
extends Child<T>

This interface defines the contract for the tld-deferred-valueType xsd type

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

Method Summary
 String getId()
          Returns the id attribute
 String getType()
          Returns the type element
 TldDeferredValueType<T> id(String id)
          Sets the id attribute
 TldDeferredValueType<T> removeId()
          Removes the id attribute
 TldDeferredValueType<T> removeType()
          Removes the type element
 TldDeferredValueType<T> type(String type)
          Sets the type element
 
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child
up
 

Method Detail

type

TldDeferredValueType<T> type(String type)
Sets the type element

Parameters:
type - the value for the element type
Returns:
the current instance of TldDeferredValueType

getType

String getType()
Returns the type element

Returns:
the node defined for the element type

removeType

TldDeferredValueType<T> removeType()
Removes the type element

Returns:
the current instance of TldDeferredValueType

id

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

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

getId

String getId()
Returns the id attribute

Returns:
the value defined for the attribute id

removeId

TldDeferredValueType<T> removeId()
Removes the id attribute

Returns:
the current instance of TldDeferredValueType


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