org.jboss.shrinkwrap.descriptor.api.jbosscommon60
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 :2013-01-26T19:27:01.083+01: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


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