net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.javaee.impl
Class ResourceEnvRefTypeImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.javaee.impl.ResourceEnvRefTypeImpl
All Implemented Interfaces:
Serializable, Cloneable, ResourceEnvRefType

public class ResourceEnvRefTypeImpl
extends Object
implements Serializable, Cloneable, ResourceEnvRefType

See Also:
Serialized Form

Field Summary
protected  DescriptionType[] description
           
protected  String id
           
protected  InjectionTargetType[] injectionTarget
           
protected  XsdStringTypeImpl mappedName
           
protected  JndiNameTypeImpl resourceEnvRefName
           
protected  FullyQualifiedClassTypeImpl resourceEnvRefType
           
 
Constructor Summary
ResourceEnvRefTypeImpl()
          Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.javaee.impl.ResourceEnvRefTypeImpl instance.
ResourceEnvRefTypeImpl(ResourceEnvRefTypeImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.javaee.impl.ResourceEnvRefTypeImpl instance by copying a given instance.
 
Method Summary
 ResourceEnvRefTypeImpl clone()
          Creates and returns a copy of this object.
 DescriptionType[] getDescription()
           
 DescriptionType getDescription(int idx)
           
 int getDescriptionLength()
           
 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.
 JndiNameType getResourceEnvRefName()
          Gets the value of the resourceEnvRefName property.
 FullyQualifiedClassType getResourceEnvRefType()
          Gets the value of the resourceEnvRefType property.
 void setDescription(DescriptionType[] values)
           
 DescriptionType setDescription(int idx, DescriptionType value)
           
 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.
 void setResourceEnvRefName(JndiNameType value)
          Sets the value of the resourceEnvRefName property.
 void setResourceEnvRefType(FullyQualifiedClassType value)
          Sets the value of the resourceEnvRefType property.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

description

protected DescriptionType[] description

resourceEnvRefName

protected JndiNameTypeImpl resourceEnvRefName

resourceEnvRefType

protected FullyQualifiedClassTypeImpl resourceEnvRefType

mappedName

protected XsdStringTypeImpl mappedName

injectionTarget

protected InjectionTargetType[] injectionTarget

id

protected String id
Constructor Detail

ResourceEnvRefTypeImpl

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


ResourceEnvRefTypeImpl

public ResourceEnvRefTypeImpl(ResourceEnvRefTypeImpl o)
Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.javaee.impl.ResourceEnvRefTypeImpl 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 ResourceEnvRefType
Returns:
array of DescriptionType

getDescription

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

getDescriptionLength

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

setDescription

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

setDescription

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

getResourceEnvRefName

public JndiNameType getResourceEnvRefName()
Description copied from interface: ResourceEnvRefType
Gets the value of the resourceEnvRefName property.

Specified by:
getResourceEnvRefName in interface ResourceEnvRefType
Returns:
possible object is JndiNameType

setResourceEnvRefName

public void setResourceEnvRefName(JndiNameType value)
Description copied from interface: ResourceEnvRefType
Sets the value of the resourceEnvRefName property.

Specified by:
setResourceEnvRefName in interface ResourceEnvRefType
Parameters:
value - allowed object is JndiNameType

getResourceEnvRefType

public FullyQualifiedClassType getResourceEnvRefType()
Description copied from interface: ResourceEnvRefType
Gets the value of the resourceEnvRefType property.

Specified by:
getResourceEnvRefType in interface ResourceEnvRefType
Returns:
possible object is FullyQualifiedClassType

setResourceEnvRefType

public void setResourceEnvRefType(FullyQualifiedClassType value)
Description copied from interface: ResourceEnvRefType
Sets the value of the resourceEnvRefType property.

Specified by:
setResourceEnvRefType in interface ResourceEnvRefType
Parameters:
value - allowed object is FullyQualifiedClassType

getMappedName

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

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

setMappedName

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

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

getInjectionTarget

public InjectionTargetType[] getInjectionTarget()
Specified by:
getInjectionTarget in interface ResourceEnvRefType
Returns:
array of InjectionTargetType

getInjectionTarget

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

getInjectionTargetLength

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

setInjectionTarget

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

setInjectionTarget

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

getId

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

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

setId

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

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

clone

public ResourceEnvRefTypeImpl 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.