net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.javaee.impl
Class EnvEntryTypeImpl

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

description

protected DescriptionType[] description

envEntryName

protected JndiNameTypeImpl envEntryName

envEntryType

protected EnvEntryTypeValuesTypeImpl envEntryType

envEntryValue

protected XsdStringTypeImpl envEntryValue

mappedName

protected XsdStringTypeImpl mappedName

injectionTarget

protected InjectionTargetType[] injectionTarget

id

protected String id
Constructor Detail

EnvEntryTypeImpl

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


EnvEntryTypeImpl

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

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

getDescription

public DescriptionType[] getDescription()
Specified by:
getDescription in interface EnvEntryType
Returns:
array of DescriptionType

getDescription

public DescriptionType getDescription(int idx)
Specified by:
getDescription in interface EnvEntryType
Returns:
one of DescriptionType

getDescriptionLength

public int getDescriptionLength()
Specified by:
getDescriptionLength in interface EnvEntryType

setDescription

public void setDescription(DescriptionType[] values)
Specified by:
setDescription in interface EnvEntryType
Parameters:
values - allowed objects are DescriptionType

setDescription

public DescriptionType setDescription(int idx,
                                      DescriptionType value)
Specified by:
setDescription in interface EnvEntryType
value - allowed object is DescriptionType

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 InjectionTargetType[] getInjectionTarget()
Specified by:
getInjectionTarget in interface EnvEntryType
Returns:
array of InjectionTargetType

getInjectionTarget

public InjectionTargetType getInjectionTarget(int idx)
Specified by:
getInjectionTarget in interface EnvEntryType
Returns:
one of InjectionTargetType

getInjectionTargetLength

public int getInjectionTargetLength()
Specified by:
getInjectionTargetLength in interface EnvEntryType

setInjectionTarget

public void setInjectionTarget(InjectionTargetType[] values)
Specified by:
setInjectionTarget in interface EnvEntryType
Parameters:
values - allowed objects are InjectionTargetType

setInjectionTarget

public InjectionTargetType setInjectionTarget(int idx,
                                              InjectionTargetType value)
Specified by:
setInjectionTarget in interface EnvEntryType
value - allowed object is InjectionTargetType

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.