net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.spring.jee
Interface JndiLookup

All Superinterfaces:
IdentifiedType, JndiLocatingType
All Known Implementing Classes:
JndiLookupImpl

public interface JndiLookup
extends JndiLocatingType

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>
 


Method Summary
 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 interface net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.spring.jee.JndiLocatingType
getEnvironment, getEnvironmentRef, getJndiName, isExposeAccessContext, isResourceRef, setEnvironment, setEnvironmentRef, setExposeAccessContext, setJndiName, setResourceRef
 
Methods inherited from interface net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.spring.beans.IdentifiedType
getId, setId
 

Method Detail

isCache

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

Returns:
possible object is Boolean

setCache

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

Parameters:
value - allowed object is Boolean

getExpectedType

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

Returns:
possible object is String

setExpectedType

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

Parameters:
value - allowed object is String

isLookupOnStartup

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

Returns:
possible object is Boolean

setLookupOnStartup

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

Parameters:
value - allowed object is Boolean

getProxyInterface

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

Returns:
possible object is String

setProxyInterface

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

Parameters:
value - allowed object is String

getDefaultValue

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

Returns:
possible object is String

setDefaultValue

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

Parameters:
value - allowed object is String

getDefaultRef

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

Returns:
possible object is String

setDefaultRef

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

Parameters:
value - allowed object is String


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