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

All Superinterfaces:
Child<T>

public interface TldDeferredMethodType<T>
extends Child<T>

This interface defines the contract for the tld-deferred-methodType 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 getMethodSignature()
          Returns the method-signature element
 TldDeferredMethodType<T> id(String id)
          Sets the id attribute
 TldDeferredMethodType<T> methodSignature(String methodSignature)
          Sets the method-signature element
 TldDeferredMethodType<T> removeId()
          Removes the id attribute
 TldDeferredMethodType<T> removeMethodSignature()
          Removes the method-signature element
 
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child
up
 

Method Detail

methodSignature

TldDeferredMethodType<T> methodSignature(String methodSignature)
Sets the method-signature element

Parameters:
methodSignature - the value for the element method-signature
Returns:
the current instance of TldDeferredMethodType

getMethodSignature

String getMethodSignature()
Returns the method-signature element

Returns:
the node defined for the element method-signature

removeMethodSignature

TldDeferredMethodType<T> removeMethodSignature()
Removes the method-signature element

Returns:
the current instance of TldDeferredMethodType

id

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

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

getId

String getId()
Returns the id attribute

Returns:
the value defined for the attribute id

removeId

TldDeferredMethodType<T> removeId()
Removes the id attribute

Returns:
the current instance of TldDeferredMethodType


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