public class EJBLocalRef extends EjbRef
<complexType name="EJBLocalRef"> <complexContent> <extension base="{common.xmi}EjbRef"> <attribute name="local" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="localHome" type="{http://www.w3.org/2001/XMLSchema}string" /> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
local |
protected java.lang.String |
localHome |
description, descriptions, ejbRefType, extensions, home, href, id, idref, label, link, name, remote, type, uuid, version
Constructor and Description |
---|
EJBLocalRef() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getLocal()
Gets the value of the local property.
|
java.lang.String |
getLocalHome()
Gets the value of the localHome property.
|
void |
setLocal(java.lang.String value)
Sets the value of the local property.
|
void |
setLocalHome(java.lang.String value)
Sets the value of the localHome property.
|
getDescription, getDescriptions, getEjbRefType, getExtensions, getHome, getHref, getId, getIdref, getLabel, getLink, getName, getRemote, getType, getUuid, getVersion, setDescription, setEjbRefType, setHome, setHref, setId, setIdref, setLabel, setLink, setName, setRemote, setType, setUuid, setVersion
public java.lang.String getLocal()
String
public void setLocal(java.lang.String value)
value
- allowed object is String
public java.lang.String getLocalHome()
String
public void setLocalHome(java.lang.String value)
value
- allowed object is String