ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

org.jboss.shrinkwrap.descriptor.api.javaee5
Interface InjectionTargetType<T>

All Superinterfaces:
Child<T>

public interface InjectionTargetType<T>
extends Child<T>

This interface defines the contract for the injection-targetType xsd type

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

Method Summary
 String getInjectionTargetClass()
          Returns the injection-target-class element
 String getInjectionTargetName()
          Returns the injection-target-name element
 InjectionTargetType<T> injectionTargetClass(String injectionTargetClass)
          Sets the injection-target-class element
 InjectionTargetType<T> injectionTargetName(String injectionTargetName)
          Sets the injection-target-name element
 InjectionTargetType<T> removeInjectionTargetClass()
          Removes the injection-target-class element
 InjectionTargetType<T> removeInjectionTargetName()
          Removes the injection-target-name element
 
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child
up
 

Method Detail

injectionTargetClass

InjectionTargetType<T> injectionTargetClass(String injectionTargetClass)
Sets the injection-target-class element

Parameters:
injectionTargetClass - the value for the element injection-target-class
Returns:
the current instance of InjectionTargetType

getInjectionTargetClass

String getInjectionTargetClass()
Returns the injection-target-class element

Returns:
the node defined for the element injection-target-class

removeInjectionTargetClass

InjectionTargetType<T> removeInjectionTargetClass()
Removes the injection-target-class element

Returns:
the current instance of InjectionTargetType

injectionTargetName

InjectionTargetType<T> injectionTargetName(String injectionTargetName)
Sets the injection-target-name element

Parameters:
injectionTargetName - the value for the element injection-target-name
Returns:
the current instance of InjectionTargetType

getInjectionTargetName

String getInjectionTargetName()
Returns the injection-target-name element

Returns:
the node defined for the element injection-target-name

removeInjectionTargetName

InjectionTargetType<T> removeInjectionTargetName()
Removes the injection-target-name element

Returns:
the current instance of InjectionTargetType

ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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