net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.javaee.impl
Class EnvEntryTypeImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.javaee.impl.EnvEntryTypeImpl
All Implemented Interfaces:
Serializable, Cloneable, EnvEntryType

public class EnvEntryTypeImpl
extends Object
implements Serializable, Cloneable, EnvEntryType

See Also:
Serialized Form

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.priv.collections.novalueclass.javaee.impl.EnvEntryTypeImpl instance.
EnvEntryTypeImpl(EnvEntryTypeImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.javaee.impl.EnvEntryTypeImpl instance by copying a given instance.
 
Method Summary
 EnvEntryTypeImpl clone()
          Creates and returns a copy of this object.
 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

description

protected List<DescriptionType> description

envEntryName

protected JndiNameTypeImpl envEntryName

envEntryType

protected EnvEntryTypeValuesTypeImpl envEntryType

envEntryValue

protected XsdStringTypeImpl envEntryValue

mappedName

protected XsdStringTypeImpl mappedName

injectionTarget

protected List<InjectionTargetType> injectionTarget

id

protected String id
Constructor Detail

EnvEntryTypeImpl

public EnvEntryTypeImpl()
Creates a new net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.javaee.impl.EnvEntryTypeImpl instance.


EnvEntryTypeImpl

public EnvEntryTypeImpl(EnvEntryTypeImpl o)
Creates a new net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.javaee.impl.EnvEntryTypeImpl instance by copying a given instance.

Parameters:
o - The instance to copy or null.
Method Detail

getDescription

public List<DescriptionType> getDescription()
Description copied from interface: EnvEntryType
Gets the value of the description property.

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

Specified by:
getDescription in interface EnvEntryType

getEnvEntryName

public JndiNameType getEnvEntryName()
Description copied from interface: EnvEntryType
Gets the value of the envEntryName property.

Specified by:
getEnvEntryName in interface EnvEntryType
Returns:
possible object is JndiNameType

setEnvEntryName

public void setEnvEntryName(JndiNameType value)
Description copied from interface: EnvEntryType
Sets the value of the envEntryName property.

Specified by:
setEnvEntryName in interface EnvEntryType
Parameters:
value - allowed object is JndiNameType

getEnvEntryType

public EnvEntryTypeValuesType getEnvEntryType()
Description copied from interface: EnvEntryType
Gets the value of the envEntryType property.

Specified by:
getEnvEntryType in interface EnvEntryType
Returns:
possible object is EnvEntryTypeValuesType

setEnvEntryType

public void setEnvEntryType(EnvEntryTypeValuesType value)
Description copied from interface: EnvEntryType
Sets the value of the envEntryType property.

Specified by:
setEnvEntryType in interface EnvEntryType
Parameters:
value - allowed object is EnvEntryTypeValuesType

getEnvEntryValue

public XsdStringType getEnvEntryValue()
Description copied from interface: EnvEntryType
Gets the value of the envEntryValue property.

Specified by:
getEnvEntryValue in interface EnvEntryType
Returns:
possible object is XsdStringType

setEnvEntryValue

public void setEnvEntryValue(XsdStringType value)
Description copied from interface: EnvEntryType
Sets the value of the envEntryValue property.

Specified by:
setEnvEntryValue in interface EnvEntryType
Parameters:
value - allowed object is XsdStringType

getMappedName

public XsdStringType getMappedName()
Description copied from interface: EnvEntryType
Gets the value of the mappedName property.

Specified by:
getMappedName in interface EnvEntryType
Returns:
possible object is XsdStringType

setMappedName

public void setMappedName(XsdStringType value)
Description copied from interface: EnvEntryType
Sets the value of the mappedName property.

Specified by:
setMappedName in interface EnvEntryType
Parameters:
value - allowed object is XsdStringType

getInjectionTarget

public List<InjectionTargetType> getInjectionTarget()
Description copied from interface: EnvEntryType
Gets the value of the injectionTarget property.

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

Specified by:
getInjectionTarget in interface EnvEntryType

getId

public String getId()
Description copied from interface: EnvEntryType
Gets the value of the id property.

Specified by:
getId in interface EnvEntryType
Returns:
possible object is String

setId

public void setId(String value)
Description copied from interface: EnvEntryType
Sets the value of the id property.

Specified by:
setId in interface EnvEntryType
Parameters:
value - allowed object is String

clone

public EnvEntryTypeImpl clone()
Creates and returns a copy of this object.

Overrides:
clone in class Object
Returns:
A clone of this instance.


Copyright © 2009 The CC-XJC Community. All Rights Reserved.