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 String |
local |
protected 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 |
|---|---|
String |
getLocal()
Gets the value of the local property.
|
String |
getLocalHome()
Gets the value of the localHome property.
|
void |
setLocal(String value)
Sets the value of the local property.
|
void |
setLocalHome(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 String getLocal()
Stringpublic void setLocal(String value)
value - allowed object is Stringpublic String getLocalHome()
StringCopyright © 1999–2021 The Apache Software Foundation. All rights reserved.