net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.spring.jee
Class EjbType

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.spring.beans.IdentifiedType
      extended by net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.spring.jee.JndiLocatingType
          extended by net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.spring.jee.EjbType
All Implemented Interfaces:
Serializable, Cloneable
Direct Known Subclasses:
RemoteSlsb

public class EjbType
extends JndiLocatingType
implements Serializable, Cloneable

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>
 

See Also:
Serialized Form

Field Summary
protected  String businessInterface
           
protected  Boolean cacheHome
           
protected  Boolean lookupHomeOnStartup
           
 
Fields inherited from class net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.spring.jee.JndiLocatingType
environment, environmentRef, exposeAccessContext, jndiName, resourceRef
 
Fields inherited from class net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.spring.beans.IdentifiedType
id
 
Constructor Summary
EjbType()
          Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.spring.jee.EjbType instance.
EjbType(EjbType o)
          Creates a new net.sourceforge.ccxjc.it.model.pkg.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.pkg.indexed.valueclass.spring.jee.JndiLocatingType
getEnvironment, getEnvironmentRef, getJndiName, isExposeAccessContext, isResourceRef, setEnvironment, setEnvironmentRef, setExposeAccessContext, setJndiName, setResourceRef
 
Methods inherited from class net.sourceforge.ccxjc.it.model.pkg.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

lookupHomeOnStartup

protected Boolean lookupHomeOnStartup

cacheHome

protected Boolean cacheHome

businessInterface

protected String businessInterface
Constructor Detail

EjbType

public EjbType()
Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.spring.jee.EjbType instance.


EjbType

public EjbType(EjbType o)
Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.spring.jee.EjbType instance by copying a given instance.

Parameters:
o - The instance to copy or null.
Method Detail

isLookupHomeOnStartup

public boolean isLookupHomeOnStartup()
Gets the value of the lookupHomeOnStartup property.

Returns:
possible object is Boolean

setLookupHomeOnStartup

public void setLookupHomeOnStartup(Boolean value)
Sets the value of the lookupHomeOnStartup property.

Parameters:
value - allowed object is Boolean

isCacheHome

public boolean isCacheHome()
Gets the value of the cacheHome property.

Returns:
possible object is Boolean

setCacheHome

public void setCacheHome(Boolean value)
Sets the value of the cacheHome property.

Parameters:
value - allowed object is Boolean

getBusinessInterface

public String getBusinessInterface()
Gets the value of the businessInterface property.

Returns:
possible object is String

setBusinessInterface

public void setBusinessInterface(String value)
Sets the value of the businessInterface property.

Parameters:
value - allowed object is String

clone

public EjbType clone()
Creates and returns a copy of this object.

Specified by:
clone in class JndiLocatingType
Returns:
A clone of this instance.


Copyright © 2009 The CC-XJC Community. All Rights Reserved.