net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.spring.jee
Class JndiLookup

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.spring.beans.IdentifiedType
      extended by net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.spring.jee.JndiLocatingType
          extended by net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.spring.jee.JndiLookup
All Implemented Interfaces:
Serializable, Cloneable

public class JndiLookup
extends JndiLocatingType
implements Serializable, Cloneable

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <extension base="{http://www.springframework.org/schema/jee}jndiLocatingType">
       <attribute name="cache" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
       <attribute name="expected-type" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="lookup-on-startup" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
       <attribute name="proxy-interface" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="default-value" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="default-ref" type="{http://www.w3.org/2001/XMLSchema}string" />
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  Boolean cache
           
protected  String defaultRef
           
protected  String defaultValue
           
protected  String expectedType
           
protected  Boolean lookupOnStartup
           
protected  String proxyInterface
           
 
Fields inherited from class net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.spring.jee.JndiLocatingType
environment, environmentRef, exposeAccessContext, jndiName, resourceRef
 
Fields inherited from class net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.spring.beans.IdentifiedType
id
 
Constructor Summary
JndiLookup()
          Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.spring.jee.JndiLookup instance.
JndiLookup(JndiLookup o)
          Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.spring.jee.JndiLookup instance by copying a given instance.
 
Method Summary
 JndiLookup clone()
          Creates and returns a copy of this object.
 String getDefaultRef()
          Gets the value of the defaultRef property.
 String getDefaultValue()
          Gets the value of the defaultValue property.
 String getExpectedType()
          Gets the value of the expectedType property.
 String getProxyInterface()
          Gets the value of the proxyInterface property.
 boolean isCache()
          Gets the value of the cache property.
 boolean isLookupOnStartup()
          Gets the value of the lookupOnStartup property.
 void setCache(Boolean value)
          Sets the value of the cache property.
 void setDefaultRef(String value)
          Sets the value of the defaultRef property.
 void setDefaultValue(String value)
          Sets the value of the defaultValue property.
 void setExpectedType(String value)
          Sets the value of the expectedType property.
 void setLookupOnStartup(Boolean value)
          Sets the value of the lookupOnStartup property.
 void setProxyInterface(String value)
          Sets the value of the proxyInterface property.
 
Methods inherited from class net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.spring.jee.JndiLocatingType
getEnvironment, getEnvironmentRef, getJndiName, isExposeAccessContext, isResourceRef, setEnvironment, setEnvironmentRef, setExposeAccessContext, setJndiName, setResourceRef
 
Methods inherited from class net.sourceforge.ccxjc.it.model.pub.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

cache

protected Boolean cache

expectedType

protected String expectedType

lookupOnStartup

protected Boolean lookupOnStartup

proxyInterface

protected String proxyInterface

defaultValue

protected String defaultValue

defaultRef

protected String defaultRef
Constructor Detail

JndiLookup

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


JndiLookup

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

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

isCache

public boolean isCache()
Gets the value of the cache property.

Returns:
possible object is Boolean

setCache

public void setCache(Boolean value)
Sets the value of the cache property.

Parameters:
value - allowed object is Boolean

getExpectedType

public String getExpectedType()
Gets the value of the expectedType property.

Returns:
possible object is String

setExpectedType

public void setExpectedType(String value)
Sets the value of the expectedType property.

Parameters:
value - allowed object is String

isLookupOnStartup

public boolean isLookupOnStartup()
Gets the value of the lookupOnStartup property.

Returns:
possible object is Boolean

setLookupOnStartup

public void setLookupOnStartup(Boolean value)
Sets the value of the lookupOnStartup property.

Parameters:
value - allowed object is Boolean

getProxyInterface

public String getProxyInterface()
Gets the value of the proxyInterface property.

Returns:
possible object is String

setProxyInterface

public void setProxyInterface(String value)
Sets the value of the proxyInterface property.

Parameters:
value - allowed object is String

getDefaultValue

public String getDefaultValue()
Gets the value of the defaultValue property.

Returns:
possible object is String

setDefaultValue

public void setDefaultValue(String value)
Sets the value of the defaultValue property.

Parameters:
value - allowed object is String

getDefaultRef

public String getDefaultRef()
Gets the value of the defaultRef property.

Returns:
possible object is String

setDefaultRef

public void setDefaultRef(String value)
Sets the value of the defaultRef property.

Parameters:
value - allowed object is String

clone

public JndiLookup 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.