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

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pkg.collections.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  List<DescriptionType> description
           
protected  String id
           
protected  List<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.collections.novalueclass.javaee.impl.ResourceRefTypeImpl instance.
ResourceRefTypeImpl(ResourceRefTypeImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.javaee.impl.ResourceRefTypeImpl instance by copying a given instance.
 
Method Summary
 ResourceRefTypeImpl clone()
          Creates and returns a copy of this object.
 List<DescriptionType> getDescription()
          Gets the value of the description 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.
 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 setId(String value)
          Sets the value of the id property.
 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 List<DescriptionType> description

resRefName

protected JndiNameTypeImpl resRefName

resType

protected FullyQualifiedClassTypeImpl resType

resAuth

protected ResAuthTypeImpl resAuth

resSharingScope

protected ResSharingScopeTypeImpl resSharingScope

mappedName

protected XsdStringTypeImpl mappedName

injectionTarget

protected List<InjectionTargetType> injectionTarget

id

protected String id
Constructor Detail

ResourceRefTypeImpl

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


ResourceRefTypeImpl

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

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 List<InjectionTargetType> getInjectionTarget()
Description copied from interface: ResourceRefType
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 ResourceRefType

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.