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

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.javaee.impl.ResourceRefTypeImpl
All Implemented Interfaces:
Serializable, Cloneable, ResourceRefType

public class ResourceRefTypeImpl
extends Object
implements Serializable, Cloneable, ResourceRefType

See Also:
Serialized Form

Field Summary
protected  DescriptionType[] description
           
protected  String id
           
protected  InjectionTargetType[] injectionTarget
           
protected  XsdStringTypeImpl mappedName
           
protected  ResAuthTypeImpl resAuth
           
protected  JndiNameTypeImpl resRefName
           
protected  ResSharingScopeTypeImpl resSharingScope
           
protected  FullyQualifiedClassTypeImpl resType
           
 
Constructor Summary
ResourceRefTypeImpl()
          Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.javaee.impl.ResourceRefTypeImpl instance.
ResourceRefTypeImpl(ResourceRefTypeImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.javaee.impl.ResourceRefTypeImpl instance by copying a given instance.
 
Method Summary
 ResourceRefTypeImpl 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.
 ResAuthType getResAuth()
          Gets the value of the resAuth property.
 JndiNameType getResRefName()
          Gets the value of the resRefName property.
 ResSharingScopeType getResSharingScope()
          Gets the value of the resSharingScope property.
 FullyQualifiedClassType getResType()
          Gets the value of the resType 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 setResAuth(ResAuthType value)
          Sets the value of the resAuth property.
 void setResRefName(JndiNameType value)
          Sets the value of the resRefName property.
 void setResSharingScope(ResSharingScopeType value)
          Sets the value of the resSharingScope property.
 void setResType(FullyQualifiedClassType value)
          Sets the value of the resType property.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

description

protected DescriptionType[] description

resRefName

protected JndiNameTypeImpl resRefName

resType

protected FullyQualifiedClassTypeImpl resType

resAuth

protected ResAuthTypeImpl resAuth

resSharingScope

protected ResSharingScopeTypeImpl resSharingScope

mappedName

protected XsdStringTypeImpl mappedName

injectionTarget

protected InjectionTargetType[] injectionTarget

id

protected String id
Constructor Detail

ResourceRefTypeImpl

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


ResourceRefTypeImpl

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

getDescription

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

getDescriptionLength

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

setDescription

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

setDescription

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

getResRefName

public JndiNameType getResRefName()
Description copied from interface: ResourceRefType
Gets the value of the resRefName property.

Specified by:
getResRefName in interface ResourceRefType
Returns:
possible object is JndiNameType

setResRefName

public void setResRefName(JndiNameType value)
Description copied from interface: ResourceRefType
Sets the value of the resRefName property.

Specified by:
setResRefName in interface ResourceRefType
Parameters:
value - allowed object is JndiNameType

getResType

public FullyQualifiedClassType getResType()
Description copied from interface: ResourceRefType
Gets the value of the resType property.

Specified by:
getResType in interface ResourceRefType
Returns:
possible object is FullyQualifiedClassType

setResType

public void setResType(FullyQualifiedClassType value)
Description copied from interface: ResourceRefType
Sets the value of the resType property.

Specified by:
setResType in interface ResourceRefType
Parameters:
value - allowed object is FullyQualifiedClassType

getResAuth

public ResAuthType getResAuth()
Description copied from interface: ResourceRefType
Gets the value of the resAuth property.

Specified by:
getResAuth in interface ResourceRefType
Returns:
possible object is ResAuthType

setResAuth

public void setResAuth(ResAuthType value)
Description copied from interface: ResourceRefType
Sets the value of the resAuth property.

Specified by:
setResAuth in interface ResourceRefType
Parameters:
value - allowed object is ResAuthType

getResSharingScope

public ResSharingScopeType getResSharingScope()
Description copied from interface: ResourceRefType
Gets the value of the resSharingScope property.

Specified by:
getResSharingScope in interface ResourceRefType
Returns:
possible object is ResSharingScopeType

setResSharingScope

public void setResSharingScope(ResSharingScopeType value)
Description copied from interface: ResourceRefType
Sets the value of the resSharingScope property.

Specified by:
setResSharingScope in interface ResourceRefType
Parameters:
value - allowed object is ResSharingScopeType

getMappedName

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

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

setMappedName

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

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

getInjectionTarget

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

getInjectionTarget

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

getInjectionTargetLength

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

setInjectionTarget

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

setInjectionTarget

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

getId

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

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

setId

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

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

clone

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