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

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
All Implemented Interfaces:
Serializable, Cloneable
Direct Known Subclasses:
EjbType, JndiLookup

public abstract class JndiLocatingType
extends IdentifiedType
implements Serializable, Cloneable

Java class for jndiLocatingType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="jndiLocatingType">
   <complexContent>
     <extension base="{http://www.springframework.org/schema/beans}identifiedType">
       <sequence>
         <element name="environment" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
             </restriction>
           </simpleType>
         </element>
       </sequence>
       <attribute name="environment-ref" type="{http://www.springframework.org/schema/jee}environmentRefType" />
       <attribute name="jndi-name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="resource-ref" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
       <attribute name="expose-access-context" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
     </extension>
   </complexContent>
 </complexType>
 

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.indexed.valueclass.spring.beans.IdentifiedType
id
 
Constructor Summary
JndiLocatingType()
          Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.spring.jee.JndiLocatingType instance.
JndiLocatingType(JndiLocatingType o)
          Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.spring.jee.JndiLocatingType instance by copying a given instance.
 
Method Summary
abstract  JndiLocatingType 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.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

environment

protected String environment

environmentRef

protected String environmentRef

jndiName

protected String jndiName

resourceRef

protected Boolean resourceRef

exposeAccessContext

protected Boolean exposeAccessContext
Constructor Detail

JndiLocatingType

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


JndiLocatingType

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

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

getEnvironment

public String getEnvironment()
Gets the value of the environment property.

Returns:
possible object is String

setEnvironment

public void setEnvironment(String value)
Sets the value of the environment property.

Parameters:
value - allowed object is String

getEnvironmentRef

public String getEnvironmentRef()
Gets the value of the environmentRef property.

Returns:
possible object is String

setEnvironmentRef

public void setEnvironmentRef(String value)
Sets the value of the environmentRef property.

Parameters:
value - allowed object is String

getJndiName

public String getJndiName()
Gets the value of the jndiName property.

Returns:
possible object is String

setJndiName

public void setJndiName(String value)
Sets the value of the jndiName property.

Parameters:
value - allowed object is String

isResourceRef

public boolean isResourceRef()
Gets the value of the resourceRef property.

Returns:
possible object is Boolean

setResourceRef

public void setResourceRef(Boolean value)
Sets the value of the resourceRef property.

Parameters:
value - allowed object is Boolean

isExposeAccessContext

public boolean isExposeAccessContext()
Gets the value of the exposeAccessContext property.

Returns:
possible object is Boolean

setExposeAccessContext

public void setExposeAccessContext(Boolean value)
Sets the value of the exposeAccessContext property.

Parameters:
value - allowed object is Boolean

clone

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

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


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