|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.javaee.impl.EnvEntryTypeImpl
public class EnvEntryTypeImpl
| Field Summary | |
|---|---|
protected DescriptionType[] |
description
|
protected JndiNameTypeImpl |
envEntryName
|
protected EnvEntryTypeValuesTypeImpl |
envEntryType
|
protected XsdStringTypeImpl |
envEntryValue
|
protected String |
id
|
protected InjectionTargetType[] |
injectionTarget
|
protected XsdStringTypeImpl |
mappedName
|
| Constructor Summary | |
|---|---|
EnvEntryTypeImpl()
Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.javaee.impl.EnvEntryTypeImpl instance. |
|
EnvEntryTypeImpl(EnvEntryTypeImpl o)
Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.javaee.impl.EnvEntryTypeImpl instance by copying a given instance. |
|
| Method Summary | |
|---|---|
EnvEntryTypeImpl |
clone()
Creates and returns a copy of this object. |
protected void |
copyDescription(DescriptionType[] source)
Copies all values of property Description. |
protected void |
copyInjectionTarget(InjectionTargetType[] source)
Copies all values of property InjectionTarget. |
DescriptionType[] |
getDescription()
|
DescriptionType |
getDescription(int idx)
|
int |
getDescriptionLength()
|
JndiNameType |
getEnvEntryName()
Gets the value of the envEntryName property. |
EnvEntryTypeValuesType |
getEnvEntryType()
Gets the value of the envEntryType property. |
XsdStringType |
getEnvEntryValue()
Gets the value of the envEntryValue property. |
String |
getId()
Gets the value of the id property. |
InjectionTargetType[] |
getInjectionTarget()
|
InjectionTargetType |
getInjectionTarget(int idx)
|
int |
getInjectionTargetLength()
|
XsdStringType |
getMappedName()
Gets the value of the mappedName property. |
void |
setDescription(DescriptionType[] values)
|
DescriptionType |
setDescription(int idx,
DescriptionType value)
|
void |
setEnvEntryName(JndiNameType value)
Sets the value of the envEntryName property. |
void |
setEnvEntryType(EnvEntryTypeValuesType value)
Sets the value of the envEntryType property. |
void |
setEnvEntryValue(XsdStringType value)
Sets the value of the envEntryValue property. |
void |
setId(String value)
Sets the value of the id property. |
void |
setInjectionTarget(InjectionTargetType[] values)
|
InjectionTargetType |
setInjectionTarget(int idx,
InjectionTargetType value)
|
void |
setMappedName(XsdStringType value)
Sets the value of the mappedName property. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected DescriptionType[] description
protected JndiNameTypeImpl envEntryName
protected EnvEntryTypeValuesTypeImpl envEntryType
protected XsdStringTypeImpl envEntryValue
protected XsdStringTypeImpl mappedName
protected InjectionTargetType[] injectionTarget
protected String id
| Constructor Detail |
|---|
public EnvEntryTypeImpl()
net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.javaee.impl.EnvEntryTypeImpl instance.
public EnvEntryTypeImpl(EnvEntryTypeImpl o)
net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.javaee.impl.EnvEntryTypeImpl instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public DescriptionType[] getDescription()
getDescription in interface EnvEntryTypeDescriptionTypepublic DescriptionType getDescription(int idx)
getDescription in interface EnvEntryTypeDescriptionTypepublic int getDescriptionLength()
getDescriptionLength in interface EnvEntryTypepublic void setDescription(DescriptionType[] values)
setDescription in interface EnvEntryTypevalues - allowed objects are
DescriptionType
public DescriptionType setDescription(int idx,
DescriptionType value)
setDescription in interface EnvEntryTypevalue - allowed object is
DescriptionTypepublic JndiNameType getEnvEntryName()
EnvEntryType
getEnvEntryName in interface EnvEntryTypeJndiNameTypepublic void setEnvEntryName(JndiNameType value)
EnvEntryType
setEnvEntryName in interface EnvEntryTypevalue - allowed object is
JndiNameTypepublic EnvEntryTypeValuesType getEnvEntryType()
EnvEntryType
getEnvEntryType in interface EnvEntryTypeEnvEntryTypeValuesTypepublic void setEnvEntryType(EnvEntryTypeValuesType value)
EnvEntryType
setEnvEntryType in interface EnvEntryTypevalue - allowed object is
EnvEntryTypeValuesTypepublic XsdStringType getEnvEntryValue()
EnvEntryType
getEnvEntryValue in interface EnvEntryTypeXsdStringTypepublic void setEnvEntryValue(XsdStringType value)
EnvEntryType
setEnvEntryValue in interface EnvEntryTypevalue - allowed object is
XsdStringTypepublic XsdStringType getMappedName()
EnvEntryType
getMappedName in interface EnvEntryTypeXsdStringTypepublic void setMappedName(XsdStringType value)
EnvEntryType
setMappedName in interface EnvEntryTypevalue - allowed object is
XsdStringTypepublic InjectionTargetType[] getInjectionTarget()
getInjectionTarget in interface EnvEntryTypeInjectionTargetTypepublic InjectionTargetType getInjectionTarget(int idx)
getInjectionTarget in interface EnvEntryTypeInjectionTargetTypepublic int getInjectionTargetLength()
getInjectionTargetLength in interface EnvEntryTypepublic void setInjectionTarget(InjectionTargetType[] values)
setInjectionTarget in interface EnvEntryTypevalues - allowed objects are
InjectionTargetType
public InjectionTargetType setInjectionTarget(int idx,
InjectionTargetType value)
setInjectionTarget in interface EnvEntryTypevalue - allowed object is
InjectionTargetTypepublic String getId()
EnvEntryType
getId in interface EnvEntryTypeStringpublic void setId(String value)
EnvEntryType
setId in interface EnvEntryTypevalue - allowed object is
Stringprotected void copyDescription(DescriptionType[] source)
Description.
source - The source to copy from.
NullPointerException - if source is null.protected void copyInjectionTarget(InjectionTargetType[] source)
InjectionTarget.
source - The source to copy from.
NullPointerException - if source is null.public EnvEntryTypeImpl clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||