net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.javaee.impl
Class InterceptorTypeImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.javaee.impl.InterceptorTypeImpl
All Implemented Interfaces:
Serializable, Cloneable, InterceptorType

public class InterceptorTypeImpl
extends Object
implements Serializable, Cloneable, InterceptorType

See Also:
Serialized Form

Field Summary
protected  List<AroundInvokeType> aroundInvoke
           
protected  List<DescriptionType> description
           
protected  List<EjbLocalRefType> ejbLocalRef
           
protected  List<EjbRefType> ejbRef
           
protected  List<EnvEntryType> envEntry
           
protected  String id
           
protected  FullyQualifiedClassTypeImpl interceptorClass
           
protected  List<MessageDestinationRefType> messageDestinationRef
           
protected  List<PersistenceContextRefType> persistenceContextRef
           
protected  List<PersistenceUnitRefType> persistenceUnitRef
           
protected  List<LifecycleCallbackType> postActivate
           
protected  List<LifecycleCallbackType> postConstruct
           
protected  List<LifecycleCallbackType> preDestroy
           
protected  List<LifecycleCallbackType> prePassivate
           
protected  List<ResourceEnvRefType> resourceEnvRef
           
protected  List<ResourceRefType> resourceRef
           
protected  List<ServiceRefType> serviceRef
           
 
Constructor Summary
InterceptorTypeImpl()
          Creates a new net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.javaee.impl.InterceptorTypeImpl instance.
InterceptorTypeImpl(InterceptorTypeImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.javaee.impl.InterceptorTypeImpl instance by copying a given instance.
 
Method Summary
 InterceptorTypeImpl clone()
          Creates and returns a copy of this object.
protected static void copyAroundInvoke(List<AroundInvokeType> source, List<AroundInvokeType> target)
          Copies all values of property AroundInvoke.
protected static void copyDescription(List<DescriptionType> source, List<DescriptionType> target)
          Copies all values of property Description.
protected static void copyEjbLocalRef(List<EjbLocalRefType> source, List<EjbLocalRefType> target)
          Copies all values of property EjbLocalRef.
protected static void copyEjbRef(List<EjbRefType> source, List<EjbRefType> target)
          Copies all values of property EjbRef.
protected static void copyEnvEntry(List<EnvEntryType> source, List<EnvEntryType> target)
          Copies all values of property EnvEntry.
protected static void copyMessageDestinationRef(List<MessageDestinationRefType> source, List<MessageDestinationRefType> target)
          Copies all values of property MessageDestinationRef.
protected static void copyPersistenceContextRef(List<PersistenceContextRefType> source, List<PersistenceContextRefType> target)
          Copies all values of property PersistenceContextRef.
protected static void copyPersistenceUnitRef(List<PersistenceUnitRefType> source, List<PersistenceUnitRefType> target)
          Copies all values of property PersistenceUnitRef.
protected static void copyPostActivate(List<LifecycleCallbackType> source, List<LifecycleCallbackType> target)
          Copies all values of property PostActivate.
protected static void copyPostConstruct(List<LifecycleCallbackType> source, List<LifecycleCallbackType> target)
          Copies all values of property PostConstruct.
protected static void copyPreDestroy(List<LifecycleCallbackType> source, List<LifecycleCallbackType> target)
          Copies all values of property PreDestroy.
protected static void copyPrePassivate(List<LifecycleCallbackType> source, List<LifecycleCallbackType> target)
          Copies all values of property PrePassivate.
protected static void copyResourceEnvRef(List<ResourceEnvRefType> source, List<ResourceEnvRefType> target)
          Copies all values of property ResourceEnvRef.
protected static void copyResourceRef(List<ResourceRefType> source, List<ResourceRefType> target)
          Copies all values of property ResourceRef.
protected static void copyServiceRef(List<ServiceRefType> source, List<ServiceRefType> target)
          Copies all values of property ServiceRef.
 List<AroundInvokeType> getAroundInvoke()
          Gets the value of the aroundInvoke property.
 List<DescriptionType> getDescription()
          Gets the value of the description property.
 List<EjbLocalRefType> getEjbLocalRef()
          Gets the value of the ejbLocalRef property.
 List<EjbRefType> getEjbRef()
          Gets the value of the ejbRef property.
 List<EnvEntryType> getEnvEntry()
          Gets the value of the envEntry property.
 String getId()
          Gets the value of the id property.
 FullyQualifiedClassType getInterceptorClass()
          Gets the value of the interceptorClass property.
 List<MessageDestinationRefType> getMessageDestinationRef()
          Gets the value of the messageDestinationRef property.
 List<PersistenceContextRefType> getPersistenceContextRef()
          Gets the value of the persistenceContextRef property.
 List<PersistenceUnitRefType> getPersistenceUnitRef()
          Gets the value of the persistenceUnitRef property.
 List<LifecycleCallbackType> getPostActivate()
          Gets the value of the postActivate property.
 List<LifecycleCallbackType> getPostConstruct()
          Gets the value of the postConstruct property.
 List<LifecycleCallbackType> getPreDestroy()
          Gets the value of the preDestroy property.
 List<LifecycleCallbackType> getPrePassivate()
          Gets the value of the prePassivate property.
 List<ResourceEnvRefType> getResourceEnvRef()
          Gets the value of the resourceEnvRef property.
 List<ResourceRefType> getResourceRef()
          Gets the value of the resourceRef property.
 List<ServiceRefType> getServiceRef()
          Gets the value of the serviceRef property.
 void setId(String value)
          Sets the value of the id property.
 void setInterceptorClass(FullyQualifiedClassType value)
          Sets the value of the interceptorClass 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

interceptorClass

protected FullyQualifiedClassTypeImpl interceptorClass

aroundInvoke

protected List<AroundInvokeType> aroundInvoke

envEntry

protected List<EnvEntryType> envEntry

ejbRef

protected List<EjbRefType> ejbRef

ejbLocalRef

protected List<EjbLocalRefType> ejbLocalRef

serviceRef

protected List<ServiceRefType> serviceRef

resourceRef

protected List<ResourceRefType> resourceRef

resourceEnvRef

protected List<ResourceEnvRefType> resourceEnvRef

messageDestinationRef

protected List<MessageDestinationRefType> messageDestinationRef

persistenceContextRef

protected List<PersistenceContextRefType> persistenceContextRef

persistenceUnitRef

protected List<PersistenceUnitRefType> persistenceUnitRef

postConstruct

protected List<LifecycleCallbackType> postConstruct

preDestroy

protected List<LifecycleCallbackType> preDestroy

postActivate

protected List<LifecycleCallbackType> postActivate

prePassivate

protected List<LifecycleCallbackType> prePassivate

id

protected String id
Constructor Detail

InterceptorTypeImpl

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


InterceptorTypeImpl

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

getInterceptorClass

public FullyQualifiedClassType getInterceptorClass()
Description copied from interface: InterceptorType
Gets the value of the interceptorClass property.

Specified by:
getInterceptorClass in interface InterceptorType
Returns:
possible object is FullyQualifiedClassType

setInterceptorClass

public void setInterceptorClass(FullyQualifiedClassType value)
Description copied from interface: InterceptorType
Sets the value of the interceptorClass property.

Specified by:
setInterceptorClass in interface InterceptorType
Parameters:
value - allowed object is FullyQualifiedClassType

getAroundInvoke

public List<AroundInvokeType> getAroundInvoke()
Description copied from interface: InterceptorType
Gets the value of the aroundInvoke 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 aroundInvoke property.

For example, to add a new item, do as follows:

    getAroundInvoke().add(newItem);
 

Objects of the following type(s) are allowed in the list AroundInvokeType

Specified by:
getAroundInvoke in interface InterceptorType

getEnvEntry

public List<EnvEntryType> getEnvEntry()
Description copied from interface: InterceptorType
Gets the value of the envEntry 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 envEntry property.

For example, to add a new item, do as follows:

    getEnvEntry().add(newItem);
 

Objects of the following type(s) are allowed in the list EnvEntryType

Specified by:
getEnvEntry in interface InterceptorType

getEjbRef

public List<EjbRefType> getEjbRef()
Description copied from interface: InterceptorType
Gets the value of the ejbRef 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 ejbRef property.

For example, to add a new item, do as follows:

    getEjbRef().add(newItem);
 

Objects of the following type(s) are allowed in the list EjbRefType

Specified by:
getEjbRef in interface InterceptorType

getEjbLocalRef

public List<EjbLocalRefType> getEjbLocalRef()
Description copied from interface: InterceptorType
Gets the value of the ejbLocalRef 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 ejbLocalRef property.

For example, to add a new item, do as follows:

    getEjbLocalRef().add(newItem);
 

Objects of the following type(s) are allowed in the list EjbLocalRefType

Specified by:
getEjbLocalRef in interface InterceptorType

getServiceRef

public List<ServiceRefType> getServiceRef()
Description copied from interface: InterceptorType
Gets the value of the serviceRef 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 serviceRef property.

For example, to add a new item, do as follows:

    getServiceRef().add(newItem);
 

Objects of the following type(s) are allowed in the list ServiceRefType

Specified by:
getServiceRef in interface InterceptorType

getResourceRef

public List<ResourceRefType> getResourceRef()
Description copied from interface: InterceptorType
Gets the value of the resourceRef 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 resourceRef property.

For example, to add a new item, do as follows:

    getResourceRef().add(newItem);
 

Objects of the following type(s) are allowed in the list ResourceRefType

Specified by:
getResourceRef in interface InterceptorType

getResourceEnvRef

public List<ResourceEnvRefType> getResourceEnvRef()
Description copied from interface: InterceptorType
Gets the value of the resourceEnvRef 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 resourceEnvRef property.

For example, to add a new item, do as follows:

    getResourceEnvRef().add(newItem);
 

Objects of the following type(s) are allowed in the list ResourceEnvRefType

Specified by:
getResourceEnvRef in interface InterceptorType

getMessageDestinationRef

public List<MessageDestinationRefType> getMessageDestinationRef()
Description copied from interface: InterceptorType
Gets the value of the messageDestinationRef 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 messageDestinationRef property.

For example, to add a new item, do as follows:

    getMessageDestinationRef().add(newItem);
 

Objects of the following type(s) are allowed in the list MessageDestinationRefType

Specified by:
getMessageDestinationRef in interface InterceptorType

getPersistenceContextRef

public List<PersistenceContextRefType> getPersistenceContextRef()
Description copied from interface: InterceptorType
Gets the value of the persistenceContextRef 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 persistenceContextRef property.

For example, to add a new item, do as follows:

    getPersistenceContextRef().add(newItem);
 

Objects of the following type(s) are allowed in the list PersistenceContextRefType

Specified by:
getPersistenceContextRef in interface InterceptorType

getPersistenceUnitRef

public List<PersistenceUnitRefType> getPersistenceUnitRef()
Description copied from interface: InterceptorType
Gets the value of the persistenceUnitRef 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 persistenceUnitRef property.

For example, to add a new item, do as follows:

    getPersistenceUnitRef().add(newItem);
 

Objects of the following type(s) are allowed in the list PersistenceUnitRefType

Specified by:
getPersistenceUnitRef in interface InterceptorType

getPostConstruct

public List<LifecycleCallbackType> getPostConstruct()
Description copied from interface: InterceptorType
Gets the value of the postConstruct 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 postConstruct property.

For example, to add a new item, do as follows:

    getPostConstruct().add(newItem);
 

Objects of the following type(s) are allowed in the list LifecycleCallbackType

Specified by:
getPostConstruct in interface InterceptorType

getPreDestroy

public List<LifecycleCallbackType> getPreDestroy()
Description copied from interface: InterceptorType
Gets the value of the preDestroy 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 preDestroy property.

For example, to add a new item, do as follows:

    getPreDestroy().add(newItem);
 

Objects of the following type(s) are allowed in the list LifecycleCallbackType

Specified by:
getPreDestroy in interface InterceptorType

getPostActivate

public List<LifecycleCallbackType> getPostActivate()
Description copied from interface: InterceptorType
Gets the value of the postActivate 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 postActivate property.

For example, to add a new item, do as follows:

    getPostActivate().add(newItem);
 

Objects of the following type(s) are allowed in the list LifecycleCallbackType

Specified by:
getPostActivate in interface InterceptorType

getPrePassivate

public List<LifecycleCallbackType> getPrePassivate()
Description copied from interface: InterceptorType
Gets the value of the prePassivate 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 prePassivate property.

For example, to add a new item, do as follows:

    getPrePassivate().add(newItem);
 

Objects of the following type(s) are allowed in the list LifecycleCallbackType

Specified by:
getPrePassivate in interface InterceptorType

getId

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

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

setId

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

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

copyDescription

protected static void copyDescription(List<DescriptionType> source,
                                      List<DescriptionType> target)
Copies all values of property Description.

Parameters:
target - The target to copy source to.
source - The source to copy from.
Throws:
NullPointerException - if source or target is null.

copyAroundInvoke

protected static void copyAroundInvoke(List<AroundInvokeType> source,
                                       List<AroundInvokeType> target)
Copies all values of property AroundInvoke.

Parameters:
target - The target to copy source to.
source - The source to copy from.
Throws:
NullPointerException - if source or target is null.

copyEnvEntry

protected static void copyEnvEntry(List<EnvEntryType> source,
                                   List<EnvEntryType> target)
Copies all values of property EnvEntry.

Parameters:
target - The target to copy source to.
source - The source to copy from.
Throws:
NullPointerException - if source or target is null.

copyEjbRef

protected static void copyEjbRef(List<EjbRefType> source,
                                 List<EjbRefType> target)
Copies all values of property EjbRef.

Parameters:
target - The target to copy source to.
source - The source to copy from.
Throws:
NullPointerException - if source or target is null.

copyEjbLocalRef

protected static void copyEjbLocalRef(List<EjbLocalRefType> source,
                                      List<EjbLocalRefType> target)
Copies all values of property EjbLocalRef.

Parameters:
target - The target to copy source to.
source - The source to copy from.
Throws:
NullPointerException - if source or target is null.

copyServiceRef

protected static void copyServiceRef(List<ServiceRefType> source,
                                     List<ServiceRefType> target)
Copies all values of property ServiceRef.

Parameters:
target - The target to copy source to.
source - The source to copy from.
Throws:
NullPointerException - if source or target is null.

copyResourceRef

protected static void copyResourceRef(List<ResourceRefType> source,
                                      List<ResourceRefType> target)
Copies all values of property ResourceRef.

Parameters:
target - The target to copy source to.
source - The source to copy from.
Throws:
NullPointerException - if source or target is null.

copyResourceEnvRef

protected static void copyResourceEnvRef(List<ResourceEnvRefType> source,
                                         List<ResourceEnvRefType> target)
Copies all values of property ResourceEnvRef.

Parameters:
target - The target to copy source to.
source - The source to copy from.
Throws:
NullPointerException - if source or target is null.

copyMessageDestinationRef

protected static void copyMessageDestinationRef(List<MessageDestinationRefType> source,
                                                List<MessageDestinationRefType> target)
Copies all values of property MessageDestinationRef.

Parameters:
target - The target to copy source to.
source - The source to copy from.
Throws:
NullPointerException - if source or target is null.

copyPersistenceContextRef

protected static void copyPersistenceContextRef(List<PersistenceContextRefType> source,
                                                List<PersistenceContextRefType> target)
Copies all values of property PersistenceContextRef.

Parameters:
target - The target to copy source to.
source - The source to copy from.
Throws:
NullPointerException - if source or target is null.

copyPersistenceUnitRef

protected static void copyPersistenceUnitRef(List<PersistenceUnitRefType> source,
                                             List<PersistenceUnitRefType> target)
Copies all values of property PersistenceUnitRef.

Parameters:
target - The target to copy source to.
source - The source to copy from.
Throws:
NullPointerException - if source or target is null.

copyPostConstruct

protected static void copyPostConstruct(List<LifecycleCallbackType> source,
                                        List<LifecycleCallbackType> target)
Copies all values of property PostConstruct.

Parameters:
target - The target to copy source to.
source - The source to copy from.
Throws:
NullPointerException - if source or target is null.

copyPreDestroy

protected static void copyPreDestroy(List<LifecycleCallbackType> source,
                                     List<LifecycleCallbackType> target)
Copies all values of property PreDestroy.

Parameters:
target - The target to copy source to.
source - The source to copy from.
Throws:
NullPointerException - if source or target is null.

copyPostActivate

protected static void copyPostActivate(List<LifecycleCallbackType> source,
                                       List<LifecycleCallbackType> target)
Copies all values of property PostActivate.

Parameters:
target - The target to copy source to.
source - The source to copy from.
Throws:
NullPointerException - if source or target is null.

copyPrePassivate

protected static void copyPrePassivate(List<LifecycleCallbackType> source,
                                       List<LifecycleCallbackType> target)
Copies all values of property PrePassivate.

Parameters:
target - The target to copy source to.
source - The source to copy from.
Throws:
NullPointerException - if source or target is null.

clone

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