
public interface EjbLocalRefType<T>
extends org.jboss.shrinkwrap.descriptor.api.Child<T>
ejb-local-refType xsd type| Modifier and Type | Method and Description |
|---|---|
EjbLocalRefType<T> |
description(String... values)
Creates for all String objects representing
description elements,
a new description element |
EjbLocalRefType<T> |
ejbLink(String ejbLink)
Sets the
ejb-link element |
EjbLocalRefType<T> |
ejbRefName(String ejbRefName)
Sets the
ejb-ref-name element |
EjbLocalRefType<T> |
ejbRefType(EjbRefTypeType ejbRefType)
Sets the
ejb-ref-type element |
EjbLocalRefType<T> |
ejbRefType(String ejbRefType)
Sets the
ejb-ref-type element |
List<String> |
getAllDescription()
Returns all
description elements |
String |
getEjbLink()
Returns the
ejb-link element |
String |
getEjbRefName()
Returns the
ejb-ref-name element |
EjbRefTypeType |
getEjbRefType()
Returns the
ejb-ref-type element |
String |
getEjbRefTypeAsString()
Returns the
ejb-ref-type element |
String |
getId()
Returns the
id attribute |
String |
getLocal()
Returns the
local element |
String |
getLocalHome()
Returns the
local-home element |
EjbLocalRefType<T> |
id(String id)
Sets the
id attribute |
EjbLocalRefType<T> |
local(String local)
Sets the
local element |
EjbLocalRefType<T> |
localHome(String localHome)
Sets the
local-home element |
EjbLocalRefType<T> |
removeAllDescription()
Removes the
description element |
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> description(String... values)
description elements,
a new description elementvalues - list of description objectsEjbLocalRefTypeList<String> getAllDescription()
description elementsdescriptionEjbLocalRefType<T> removeAllDescription()
description elementEjbLocalRefTypeEjbLocalRefType<T> ejbRefName(String ejbRefName)
ejb-ref-name elementejbRefName - the value for the element ejb-ref-nameEjbLocalRefTypeString 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(String ejbRefType)
ejb-ref-type elementejbRefType - the value for the element ejb-ref-typeEjbLocalRefTypeEjbRefTypeType getEjbRefType()
ejb-ref-type elementejb-ref-typeString getEjbRefTypeAsString()
ejb-ref-type elementejb-ref-typeEjbLocalRefType<T> removeEjbRefType()
ejb-ref-type attributeEjbLocalRefTypeEjbLocalRefType<T> localHome(String localHome)
local-home elementlocalHome - the value for the element local-homeEjbLocalRefTypeString getLocalHome()
local-home elementlocal-homeEjbLocalRefType<T> removeLocalHome()
local-home elementEjbLocalRefTypeEjbLocalRefType<T> local(String local)
local elementlocal - the value for the element localEjbLocalRefTypeString getLocal()
local elementlocalEjbLocalRefType<T> removeLocal()
local elementEjbLocalRefTypeEjbLocalRefType<T> ejbLink(String ejbLink)
ejb-link elementejbLink - the value for the element ejb-linkEjbLocalRefTypeString getEjbLink()
ejb-link elementejb-linkEjbLocalRefType<T> removeEjbLink()
ejb-link elementEjbLocalRefTypeEjbLocalRefType<T> id(String id)
id attributeid - the value for the attribute idEjbLocalRefTypeString getId()
id attributeidEjbLocalRefType<T> removeId()
id attributeEjbLocalRefTypeCopyright © 2013 IronJacamar (http://www.ironjacamar.org)