|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface JndiLocatingType
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.pkg.indexed.novalueclass.spring.beans.IdentifiedType |
|---|
getId, setId |
| Method Detail |
|---|
String getEnvironment()
Stringvoid setEnvironment(String value)
value - allowed object is
StringString getEnvironmentRef()
Stringvoid setEnvironmentRef(String value)
value - allowed object is
StringString getJndiName()
Stringvoid setJndiName(String value)
value - allowed object is
Stringboolean isResourceRef()
Booleanvoid setResourceRef(Boolean value)
value - allowed object is
Booleanboolean isExposeAccessContext()
Booleanvoid setExposeAccessContext(Boolean value)
value - allowed object is
Boolean
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||