|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.prot.collections.valueclass.spring.beans.IdentifiedType
net.sourceforge.ccxjc.it.model.prot.collections.valueclass.spring.jee.JndiLocatingType
public abstract class 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>
| 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.prot.collections.valueclass.spring.beans.IdentifiedType |
|---|
id |
| Constructor Summary | |
|---|---|
JndiLocatingType()
Creates a new net.sourceforge.ccxjc.it.model.prot.collections.valueclass.spring.jee.JndiLocatingType instance. |
|
JndiLocatingType(JndiLocatingType o)
Creates a new net.sourceforge.ccxjc.it.model.prot.collections.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.prot.collections.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 |
|---|
protected String environment
protected String environmentRef
protected String jndiName
protected Boolean resourceRef
protected Boolean exposeAccessContext
| Constructor Detail |
|---|
public JndiLocatingType()
net.sourceforge.ccxjc.it.model.prot.collections.valueclass.spring.jee.JndiLocatingType instance.
public JndiLocatingType(JndiLocatingType o)
net.sourceforge.ccxjc.it.model.prot.collections.valueclass.spring.jee.JndiLocatingType instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public String getEnvironment()
Stringpublic void setEnvironment(String value)
value - allowed object is
Stringpublic String getEnvironmentRef()
Stringpublic void setEnvironmentRef(String value)
value - allowed object is
Stringpublic String getJndiName()
Stringpublic void setJndiName(String value)
value - allowed object is
Stringpublic boolean isResourceRef()
Booleanpublic void setResourceRef(Boolean value)
value - allowed object is
Booleanpublic boolean isExposeAccessContext()
Booleanpublic void setExposeAccessContext(Boolean value)
value - allowed object is
Booleanpublic abstract JndiLocatingType clone()
clone in class IdentifiedType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||