net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.spring.jee
Interface JndiLocatingType

All Superinterfaces:
IdentifiedType
All Known Subinterfaces:
EjbType, JndiLookup, RemoteSlsb
All Known Implementing Classes:
EjbTypeImpl, JndiLocatingTypeImpl, JndiLookupImpl, RemoteSlsbImpl

public interface JndiLocatingType
extends IdentifiedType

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>
 


Method Summary
 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 interface net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.spring.beans.IdentifiedType
getId, setId
 

Method Detail

getEnvironment

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

Returns:
possible object is String

setEnvironment

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

Parameters:
value - allowed object is String

getEnvironmentRef

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

Returns:
possible object is String

setEnvironmentRef

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

Parameters:
value - allowed object is String

getJndiName

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

Returns:
possible object is String

setJndiName

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

Parameters:
value - allowed object is String

isResourceRef

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

Returns:
possible object is Boolean

setResourceRef

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

Parameters:
value - allowed object is Boolean

isExposeAccessContext

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

Returns:
possible object is Boolean

setExposeAccessContext

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

Parameters:
value - allowed object is Boolean


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