|
||||||||||
| 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.novalueclass.javaee.impl.EnvEntryTypeImpl
public class EnvEntryTypeImpl
| Field Summary | |
|---|---|
protected List<DescriptionType> |
description
|
protected JndiNameTypeImpl |
envEntryName
|
protected EnvEntryTypeValuesTypeImpl |
envEntryType
|
protected XsdStringTypeImpl |
envEntryValue
|
protected String |
id
|
protected List<InjectionTargetType> |
injectionTarget
|
protected XsdStringTypeImpl |
mappedName
|
| Constructor Summary | |
|---|---|
EnvEntryTypeImpl()
Creates a new net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.javaee.impl.EnvEntryTypeImpl instance. |
|
EnvEntryTypeImpl(EnvEntryTypeImpl o)
Creates a new net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.javaee.impl.EnvEntryTypeImpl instance by copying a given instance. |
|
| Method Summary | |
|---|---|
EnvEntryTypeImpl |
clone()
Creates and returns a copy of this object. |
protected static void |
copyDescription(List<DescriptionType> source,
List<DescriptionType> target)
Copies all values of property Description. |
protected static void |
copyInjectionTarget(List<InjectionTargetType> source,
List<InjectionTargetType> target)
Copies all values of property InjectionTarget. |
List<DescriptionType> |
getDescription()
Gets the value of the description property. |
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. |
List<InjectionTargetType> |
getInjectionTarget()
Gets the value of the injectionTarget property. |
XsdStringType |
getMappedName()
Gets the value of the mappedName property. |
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 |
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 List<DescriptionType> description
protected JndiNameTypeImpl envEntryName
protected EnvEntryTypeValuesTypeImpl envEntryType
protected XsdStringTypeImpl envEntryValue
protected XsdStringTypeImpl mappedName
protected List<InjectionTargetType> injectionTarget
protected String id
| Constructor Detail |
|---|
public EnvEntryTypeImpl()
net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.javaee.impl.EnvEntryTypeImpl instance.
public EnvEntryTypeImpl(EnvEntryTypeImpl o)
net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.javaee.impl.EnvEntryTypeImpl instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public List<DescriptionType> getDescription()
EnvEntryType
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the description property.
For example, to add a new item, do as follows:
getDescription().add(newItem);
Objects of the following type(s) are allowed in the list
DescriptionType
getDescription in interface EnvEntryTypepublic 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 List<InjectionTargetType> getInjectionTarget()
EnvEntryType
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the injectionTarget property.
For example, to add a new item, do as follows:
getInjectionTarget().add(newItem);
Objects of the following type(s) are allowed in the list
InjectionTargetType
getInjectionTarget in interface EnvEntryTypepublic String getId()
EnvEntryType
getId in interface EnvEntryTypeStringpublic void setId(String value)
EnvEntryType
setId in interface EnvEntryTypevalue - allowed object is
String
protected static void copyDescription(List<DescriptionType> source,
List<DescriptionType> target)
Description.
target - The target to copy source to.source - The source to copy from.
NullPointerException - if source or target is null.
protected static void copyInjectionTarget(List<InjectionTargetType> source,
List<InjectionTargetType> target)
InjectionTarget.
target - The target to copy source to.source - The source to copy from.
NullPointerException - if source or target 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 | |||||||||