ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

org.jboss.shrinkwrap.descriptor.api.javaee6
Interface LifecycleCallbackType<T>

All Superinterfaces:
Child<T>

public interface LifecycleCallbackType<T>
extends Child<T>

This interface defines the contract for the lifecycle-callbackType xsd type

Since:
Generation date :2012-05-09T23:45:05.33-07:00
Author:
Ralf Battenfeld, Andrew Lee Rubinger

Method Summary
 String getLifecycleCallbackClass()
          Returns the lifecycle-callback-class element
 String getLifecycleCallbackMethod()
          Returns the lifecycle-callback-method element
 LifecycleCallbackType<T> lifecycleCallbackClass(String lifecycleCallbackClass)
          Sets the lifecycle-callback-class element
 LifecycleCallbackType<T> lifecycleCallbackMethod(String lifecycleCallbackMethod)
          Sets the lifecycle-callback-method element
 LifecycleCallbackType<T> removeLifecycleCallbackClass()
          Removes the lifecycle-callback-class element
 LifecycleCallbackType<T> removeLifecycleCallbackMethod()
          Removes the lifecycle-callback-method element
 
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child
up
 

Method Detail

lifecycleCallbackClass

LifecycleCallbackType<T> lifecycleCallbackClass(String lifecycleCallbackClass)
Sets the lifecycle-callback-class element

Parameters:
lifecycleCallbackClass - the value for the element lifecycle-callback-class
Returns:
the current instance of LifecycleCallbackType

getLifecycleCallbackClass

String getLifecycleCallbackClass()
Returns the lifecycle-callback-class element

Returns:
the node defined for the element lifecycle-callback-class

removeLifecycleCallbackClass

LifecycleCallbackType<T> removeLifecycleCallbackClass()
Removes the lifecycle-callback-class element

Returns:
the current instance of LifecycleCallbackType

lifecycleCallbackMethod

LifecycleCallbackType<T> lifecycleCallbackMethod(String lifecycleCallbackMethod)
Sets the lifecycle-callback-method element

Parameters:
lifecycleCallbackMethod - the value for the element lifecycle-callback-method
Returns:
the current instance of LifecycleCallbackType

getLifecycleCallbackMethod

String getLifecycleCallbackMethod()
Returns the lifecycle-callback-method element

Returns:
the node defined for the element lifecycle-callback-method

removeLifecycleCallbackMethod

LifecycleCallbackType<T> removeLifecycleCallbackMethod()
Removes the lifecycle-callback-method element

Returns:
the current instance of LifecycleCallbackType

ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.