public class EnvEntry extends Object implements JndiReference
Java class for env-entryType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="env-entryType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="description" type="{http://java.sun.com/xml/ns/javaee}descriptionType" maxOccurs="unbounded" minOccurs="0"/>
<element name="env-entry-name" type="{http://java.sun.com/xml/ns/javaee}jndi-nameType"/>
<element name="env-entry-type" type="{http://java.sun.com/xml/ns/javaee}env-entry-type-valuesType" minOccurs="0"/>
<element name="env-entry-value" type="{http://java.sun.com/xml/ns/javaee}xsdStringType" minOccurs="0"/>
<group ref="{http://java.sun.com/xml/ns/javaee}resourceGroup"/>
</sequence>
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected TextMap |
description |
protected String |
envEntryName |
protected String |
envEntryType |
protected String |
envEntryValue |
protected String |
id |
protected Set<InjectionTarget> |
injectionTarget |
protected String |
lookupName |
protected String |
mappedName |
| Constructor and Description |
|---|
EnvEntry() |
EnvEntry(String envEntryName,
Class<?> envEntryType,
String envEntryValue) |
EnvEntry(String envEntryName,
String envEntryType,
String envEntryValue) |
protected TextMap description
protected String envEntryName
protected String envEntryType
protected String envEntryValue
protected String mappedName
protected String lookupName
protected Set<InjectionTarget> injectionTarget
protected String id
public String getName()
getName in interface JndiReferencepublic String getType()
getType in interface JndiReferencepublic void setName(String name)
setName in interface JndiReferencepublic String getKey()
Keyablepublic void setType(String type)
setType in interface JndiReferencepublic Text[] getDescriptions()
public void setDescriptions(Text[] text)
public String getDescription()
public String getEnvEntryName()
public void setEnvEntryName(String value)
public String getEnvEntryType()
public void setEnvEntryType(String value)
public String getEnvEntryValue()
public void setEnvEntryValue(String value)
public String getMappedName()
getMappedName in interface JndiReferencepublic void setMappedName(String value)
setMappedName in interface JndiReferencepublic String getLookupName()
getLookupName in interface JndiReferencepublic void setLookupName(String lookupName)
setLookupName in interface JndiReferencepublic Set<InjectionTarget> getInjectionTarget()
getInjectionTarget in interface Injectablepublic String getId()
public void setId(String value)
Copyright © 1999–2014 The Apache Software Foundation. All rights reserved.