|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.priv.indexed.valueclass.spring.beans.IdentifiedType
net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.spring.jee.JndiLocatingType
net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.spring.jee.EjbType
public class EjbType
Java class for ejbType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ejbType">
<complexContent>
<extension base="{http://www.springframework.org/schema/jee}jndiLocatingType">
<attribute name="lookup-home-on-startup" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="cache-home" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="business-interface" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
businessInterface
|
protected Boolean |
cacheHome
|
protected Boolean |
lookupHomeOnStartup
|
| Fields inherited from class net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.spring.jee.JndiLocatingType |
|---|
environment, environmentRef, exposeAccessContext, jndiName, resourceRef |
| Fields inherited from class net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.spring.beans.IdentifiedType |
|---|
id |
| Constructor Summary | |
|---|---|
EjbType()
Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.spring.jee.EjbType instance. |
|
EjbType(EjbType o)
Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.spring.jee.EjbType instance by copying a given instance. |
|
| Method Summary | |
|---|---|
EjbType |
clone()
Creates and returns a copy of this object. |
String |
getBusinessInterface()
Gets the value of the businessInterface property. |
boolean |
isCacheHome()
Gets the value of the cacheHome property. |
boolean |
isLookupHomeOnStartup()
Gets the value of the lookupHomeOnStartup property. |
void |
setBusinessInterface(String value)
Sets the value of the businessInterface property. |
void |
setCacheHome(Boolean value)
Sets the value of the cacheHome property. |
void |
setLookupHomeOnStartup(Boolean value)
Sets the value of the lookupHomeOnStartup property. |
| Methods inherited from class net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.spring.jee.JndiLocatingType |
|---|
getEnvironment, getEnvironmentRef, getJndiName, isExposeAccessContext, isResourceRef, setEnvironment, setEnvironmentRef, setExposeAccessContext, setJndiName, setResourceRef |
| Methods inherited from class net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.spring.beans.IdentifiedType |
|---|
getId, setId |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Boolean lookupHomeOnStartup
protected Boolean cacheHome
protected String businessInterface
| Constructor Detail |
|---|
public EjbType()
net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.spring.jee.EjbType instance.
public EjbType(EjbType o)
net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.spring.jee.EjbType instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public boolean isLookupHomeOnStartup()
Booleanpublic void setLookupHomeOnStartup(Boolean value)
value - allowed object is
Booleanpublic boolean isCacheHome()
Booleanpublic void setCacheHome(Boolean value)
value - allowed object is
Booleanpublic String getBusinessInterface()
Stringpublic void setBusinessInterface(String value)
value - allowed object is
Stringpublic EjbType clone()
clone in class JndiLocatingType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||