
public interface EjbLocalRefType<T>
extends org.jboss.shrinkwrap.descriptor.api.Child<T>
ejb-local-refType xsd type| Modifier and Type | Method and Description |
|---|---|
InjectionTargetType<EjbLocalRefType<T>> |
createInjectionTarget()
Creates a new
injection-target element |
EjbLocalRefType<T> |
description(java.lang.String... values)
Creates for all String objects representing
description elements,
a new description element |
EjbLocalRefType<T> |
ejbLink(java.lang.String ejbLink)
Sets the
ejb-link element |
EjbLocalRefType<T> |
ejbRefName(java.lang.String ejbRefName)
Sets the
ejb-ref-name element |
EjbLocalRefType<T> |
ejbRefType(EjbRefTypeType ejbRefType)
Sets the
ejb-ref-type element |
EjbLocalRefType<T> |
ejbRefType(java.lang.String ejbRefType)
Sets the
ejb-ref-type element |
java.util.List<java.lang.String> |
getAllDescription()
Returns all
description elements |
java.util.List<InjectionTargetType<EjbLocalRefType<T>>> |
getAllInjectionTarget()
Returns all
injection-target elements |
java.lang.String |
getEjbLink()
Returns the
ejb-link element |
java.lang.String |
getEjbRefName()
Returns the
ejb-ref-name element |
EjbRefTypeType |
getEjbRefType()
Returns the
ejb-ref-type element |
java.lang.String |
getEjbRefTypeAsString()
Returns the
ejb-ref-type element |
java.lang.String |
getId()
Returns the
id attribute |
java.lang.String |
getLocal()
Returns the
local element |
java.lang.String |
getLocalHome()
Returns the
local-home element |
java.lang.String |
getLookupName()
Returns the
lookup-name element |
java.lang.String |
getMappedName()
Returns the
mapped-name element |
InjectionTargetType<EjbLocalRefType<T>> |
getOrCreateInjectionTarget()
If not already created, a new
injection-target element will be created and returned. |
EjbLocalRefType<T> |
id(java.lang.String id)
Sets the
id attribute |
EjbLocalRefType<T> |
local(java.lang.String local)
Sets the
local element |
EjbLocalRefType<T> |
localHome(java.lang.String localHome)
Sets the
local-home element |
EjbLocalRefType<T> |
lookupName(java.lang.String lookupName)
Sets the
lookup-name element |
EjbLocalRefType<T> |
mappedName(java.lang.String mappedName)
Sets the
mapped-name element |
EjbLocalRefType<T> |
removeAllDescription()
Removes the
description element |
EjbLocalRefType<T> |
removeAllInjectionTarget()
Removes all
injection-target elements |
EjbLocalRefType<T> |
removeEjbLink()
Removes the
ejb-link element |
EjbLocalRefType<T> |
removeEjbRefName()
Removes the
ejb-ref-name element |
EjbLocalRefType<T> |
removeEjbRefType()
Removes the
ejb-ref-type attribute |
EjbLocalRefType<T> |
removeId()
Removes the
id attribute |
EjbLocalRefType<T> |
removeLocal()
Removes the
local element |
EjbLocalRefType<T> |
removeLocalHome()
Removes the
local-home element |
EjbLocalRefType<T> |
removeLookupName()
Removes the
lookup-name element |
EjbLocalRefType<T> |
removeMappedName()
Removes the
mapped-name element |
EjbLocalRefType<T> lookupName(java.lang.String lookupName)
lookup-name elementlookupName - the value for the element lookup-nameEjbLocalRefTypejava.lang.String getLookupName()
lookup-name elementlookup-nameEjbLocalRefType<T> removeLookupName()
lookup-name elementEjbLocalRefTypeEjbLocalRefType<T> mappedName(java.lang.String mappedName)
mapped-name elementmappedName - the value for the element mapped-nameEjbLocalRefTypejava.lang.String getMappedName()
mapped-name elementmapped-nameEjbLocalRefType<T> removeMappedName()
mapped-name elementEjbLocalRefTypeInjectionTargetType<EjbLocalRefType<T>> getOrCreateInjectionTarget()
injection-target element will be created and returned.
Otherwise, the first existing injection-target element will be returned.injection-targetInjectionTargetType<EjbLocalRefType<T>> createInjectionTarget()
injection-target elementInjectionTargetType> java.util.List<InjectionTargetType<EjbLocalRefType<T>>> getAllInjectionTarget()
injection-target elementsinjection-targetEjbLocalRefType<T> removeAllInjectionTarget()
injection-target elementsInjectionTargetType> EjbLocalRefType<T> description(java.lang.String... values)
description elements,
a new description elementvalues - list of description objectsEjbLocalRefTypejava.util.List<java.lang.String> getAllDescription()
description elementsdescriptionEjbLocalRefType<T> removeAllDescription()
description elementEjbLocalRefTypeEjbLocalRefType<T> ejbRefName(java.lang.String ejbRefName)
ejb-ref-name elementejbRefName - the value for the element ejb-ref-nameEjbLocalRefTypejava.lang.String getEjbRefName()
ejb-ref-name elementejb-ref-nameEjbLocalRefType<T> removeEjbRefName()
ejb-ref-name elementEjbLocalRefTypeEjbLocalRefType<T> ejbRefType(EjbRefTypeType ejbRefType)
ejb-ref-type elementejbRefType - the value for the element ejb-ref-typeEjbLocalRefTypeEjbLocalRefType<T> ejbRefType(java.lang.String ejbRefType)
ejb-ref-type elementejbRefType - the value for the element ejb-ref-typeEjbLocalRefTypeEjbRefTypeType getEjbRefType()
ejb-ref-type elementejb-ref-typejava.lang.String getEjbRefTypeAsString()
ejb-ref-type elementejb-ref-typeEjbLocalRefType<T> removeEjbRefType()
ejb-ref-type attributeEjbLocalRefTypeEjbLocalRefType<T> localHome(java.lang.String localHome)
local-home elementlocalHome - the value for the element local-homeEjbLocalRefTypejava.lang.String getLocalHome()
local-home elementlocal-homeEjbLocalRefType<T> removeLocalHome()
local-home elementEjbLocalRefTypeEjbLocalRefType<T> local(java.lang.String local)
local elementlocal - the value for the element localEjbLocalRefTypejava.lang.String getLocal()
local elementlocalEjbLocalRefType<T> removeLocal()
local elementEjbLocalRefTypeEjbLocalRefType<T> ejbLink(java.lang.String ejbLink)
ejb-link elementejbLink - the value for the element ejb-linkEjbLocalRefTypejava.lang.String getEjbLink()
ejb-link elementejb-linkEjbLocalRefType<T> removeEjbLink()
ejb-link elementEjbLocalRefTypeEjbLocalRefType<T> id(java.lang.String id)
id attributeid - the value for the attribute idEjbLocalRefTypejava.lang.String getId()
id attributeidEjbLocalRefType<T> removeId()
id attributeEjbLocalRefTypeCopyright © 2014 IronJacamar (http://www.ironjacamar.org)