ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

org.jboss.shrinkwrap.descriptor.api.ejbjar30
Interface AroundInvokeType<T>

All Superinterfaces:
Child<T>

public interface AroundInvokeType<T>
extends Child<T>

This interface defines the contract for the around-invokeType xsd type

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

Method Summary
 AroundInvokeType<T> clazz(String clazz)
          Sets the class element
 String getClazz()
          Returns the class element
 String getMethodName()
          Returns the method-name element
 AroundInvokeType<T> methodName(String methodName)
          Sets the method-name element
 AroundInvokeType<T> removeClazz()
          Removes the class element
 AroundInvokeType<T> removeMethodName()
          Removes the method-name element
 
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child
up
 

Method Detail

clazz

AroundInvokeType<T> clazz(String clazz)
Sets the class element

Parameters:
clazz - the value for the element class
Returns:
the current instance of AroundInvokeType

getClazz

String getClazz()
Returns the class element

Returns:
the node defined for the element class

removeClazz

AroundInvokeType<T> removeClazz()
Removes the class element

Returns:
the current instance of AroundInvokeType

methodName

AroundInvokeType<T> methodName(String methodName)
Sets the method-name element

Parameters:
methodName - the value for the element method-name
Returns:
the current instance of AroundInvokeType

getMethodName

String getMethodName()
Returns the method-name element

Returns:
the node defined for the element method-name

removeMethodName

AroundInvokeType<T> removeMethodName()
Removes the method-name element

Returns:
the current instance of AroundInvokeType

ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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