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, setVersionpublic java.lang.String getLocal()
Stringpublic void setLocal(java.lang.String value)
value - allowed object is Stringpublic java.lang.String getLocalHome()
Stringpublic void setLocalHome(java.lang.String value)
value - allowed object is String