net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.spring.jee.impl
Class JndiLocatingTypeImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.spring.beans.impl.IdentifiedTypeImpl
      extended by net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.spring.jee.impl.JndiLocatingTypeImpl
All Implemented Interfaces:
Serializable, Cloneable, IdentifiedType, JndiLocatingType
Direct Known Subclasses:
EjbTypeImpl, JndiLookupImpl

public abstract class JndiLocatingTypeImpl
extends IdentifiedTypeImpl
implements Serializable, Cloneable, JndiLocatingType

See Also:
Serialized Form

Field Summary
protected  String environment
           
protected  String environmentRef
           
protected  Boolean exposeAccessContext
           
protected  String jndiName
           
protected  Boolean resourceRef
           
 
Fields inherited from class net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.spring.beans.impl.IdentifiedTypeImpl
id
 
Constructor Summary
JndiLocatingTypeImpl()
          Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.spring.jee.impl.JndiLocatingTypeImpl instance.
JndiLocatingTypeImpl(JndiLocatingTypeImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.spring.jee.impl.JndiLocatingTypeImpl instance by copying a given instance.
 
Method Summary
abstract  JndiLocatingTypeImpl clone()
          Creates and returns a copy of this object.
 String getEnvironment()
          Gets the value of the environment property.
 String getEnvironmentRef()
          Gets the value of the environmentRef property.
 String getJndiName()
          Gets the value of the jndiName property.
 boolean isExposeAccessContext()
          Gets the value of the exposeAccessContext property.
 boolean isResourceRef()
          Gets the value of the resourceRef property.
 void setEnvironment(String value)
          Sets the value of the environment property.
 void setEnvironmentRef(String value)
          Sets the value of the environmentRef property.
 void setExposeAccessContext(Boolean value)
          Sets the value of the exposeAccessContext property.
 void setJndiName(String value)
          Sets the value of the jndiName property.
 void setResourceRef(Boolean value)
          Sets the value of the resourceRef property.
 
Methods inherited from class net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.spring.beans.impl.IdentifiedTypeImpl
getId, setId
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.spring.beans.IdentifiedType
getId, setId
 

Field Detail

environment

protected String environment

environmentRef

protected String environmentRef

jndiName

protected String jndiName

resourceRef

protected Boolean resourceRef

exposeAccessContext

protected Boolean exposeAccessContext
Constructor Detail

JndiLocatingTypeImpl

public JndiLocatingTypeImpl()
Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.spring.jee.impl.JndiLocatingTypeImpl instance.


JndiLocatingTypeImpl

public JndiLocatingTypeImpl(JndiLocatingTypeImpl o)
Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.spring.jee.impl.JndiLocatingTypeImpl instance by copying a given instance.

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

getEnvironment

public String getEnvironment()
Description copied from interface: JndiLocatingType
Gets the value of the environment property.

Specified by:
getEnvironment in interface JndiLocatingType
Returns:
possible object is String

setEnvironment

public void setEnvironment(String value)
Description copied from interface: JndiLocatingType
Sets the value of the environment property.

Specified by:
setEnvironment in interface JndiLocatingType
Parameters:
value - allowed object is String

getEnvironmentRef

public String getEnvironmentRef()
Description copied from interface: JndiLocatingType
Gets the value of the environmentRef property.

Specified by:
getEnvironmentRef in interface JndiLocatingType
Returns:
possible object is String

setEnvironmentRef

public void setEnvironmentRef(String value)
Description copied from interface: JndiLocatingType
Sets the value of the environmentRef property.

Specified by:
setEnvironmentRef in interface JndiLocatingType
Parameters:
value - allowed object is String

getJndiName

public String getJndiName()
Description copied from interface: JndiLocatingType
Gets the value of the jndiName property.

Specified by:
getJndiName in interface JndiLocatingType
Returns:
possible object is String

setJndiName

public void setJndiName(String value)
Description copied from interface: JndiLocatingType
Sets the value of the jndiName property.

Specified by:
setJndiName in interface JndiLocatingType
Parameters:
value - allowed object is String

isResourceRef

public boolean isResourceRef()
Description copied from interface: JndiLocatingType
Gets the value of the resourceRef property.

Specified by:
isResourceRef in interface JndiLocatingType
Returns:
possible object is Boolean

setResourceRef

public void setResourceRef(Boolean value)
Description copied from interface: JndiLocatingType
Sets the value of the resourceRef property.

Specified by:
setResourceRef in interface JndiLocatingType
Parameters:
value - allowed object is Boolean

isExposeAccessContext

public boolean isExposeAccessContext()
Description copied from interface: JndiLocatingType
Gets the value of the exposeAccessContext property.

Specified by:
isExposeAccessContext in interface JndiLocatingType
Returns:
possible object is Boolean

setExposeAccessContext

public void setExposeAccessContext(Boolean value)
Description copied from interface: JndiLocatingType
Sets the value of the exposeAccessContext property.

Specified by:
setExposeAccessContext in interface JndiLocatingType
Parameters:
value - allowed object is Boolean

clone

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

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


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