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

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.priv.indexed.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  AroundInvokeType[] aroundInvoke
           
protected  DescriptionType[] description
           
protected  EjbLocalRefType[] ejbLocalRef
           
protected  EjbRefType[] ejbRef
           
protected  EnvEntryType[] envEntry
           
protected  String id
           
protected  FullyQualifiedClassTypeImpl interceptorClass
           
protected  MessageDestinationRefType[] messageDestinationRef
           
protected  PersistenceContextRefType[] persistenceContextRef
           
protected  PersistenceUnitRefType[] persistenceUnitRef
           
protected  LifecycleCallbackType[] postActivate
           
protected  LifecycleCallbackType[] postConstruct
           
protected  LifecycleCallbackType[] preDestroy
           
protected  LifecycleCallbackType[] prePassivate
           
protected  ResourceEnvRefType[] resourceEnvRef
           
protected  ResourceRefType[] resourceRef
           
protected  ServiceRefType[] serviceRef
           
 
Constructor Summary
InterceptorTypeImpl()
          Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.javaee.impl.InterceptorTypeImpl instance.
InterceptorTypeImpl(InterceptorTypeImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.javaee.impl.InterceptorTypeImpl instance by copying a given instance.
 
Method Summary
 InterceptorTypeImpl clone()
          Creates and returns a copy of this object.
 AroundInvokeType[] getAroundInvoke()
           
 AroundInvokeType getAroundInvoke(int idx)
           
 int getAroundInvokeLength()
           
 DescriptionType[] getDescription()
           
 DescriptionType getDescription(int idx)
           
 int getDescriptionLength()
           
 EjbLocalRefType[] getEjbLocalRef()
           
 EjbLocalRefType getEjbLocalRef(int idx)
           
 int getEjbLocalRefLength()
           
 EjbRefType[] getEjbRef()
           
 EjbRefType getEjbRef(int idx)
           
 int getEjbRefLength()
           
 EnvEntryType[] getEnvEntry()
           
 EnvEntryType getEnvEntry(int idx)
           
 int getEnvEntryLength()
           
 String getId()
          Gets the value of the id property.
 FullyQualifiedClassType getInterceptorClass()
          Gets the value of the interceptorClass property.
 MessageDestinationRefType[] getMessageDestinationRef()
           
 MessageDestinationRefType getMessageDestinationRef(int idx)
           
 int getMessageDestinationRefLength()
           
 PersistenceContextRefType[] getPersistenceContextRef()
           
 PersistenceContextRefType getPersistenceContextRef(int idx)
           
 int getPersistenceContextRefLength()
           
 PersistenceUnitRefType[] getPersistenceUnitRef()
           
 PersistenceUnitRefType getPersistenceUnitRef(int idx)
           
 int getPersistenceUnitRefLength()
           
 LifecycleCallbackType[] getPostActivate()
           
 LifecycleCallbackType getPostActivate(int idx)
           
 int getPostActivateLength()
           
 LifecycleCallbackType[] getPostConstruct()
           
 LifecycleCallbackType getPostConstruct(int idx)
           
 int getPostConstructLength()
           
 LifecycleCallbackType[] getPreDestroy()
           
 LifecycleCallbackType getPreDestroy(int idx)
           
 int getPreDestroyLength()
           
 LifecycleCallbackType[] getPrePassivate()
           
 LifecycleCallbackType getPrePassivate(int idx)
           
 int getPrePassivateLength()
           
 ResourceEnvRefType[] getResourceEnvRef()
           
 ResourceEnvRefType getResourceEnvRef(int idx)
           
 int getResourceEnvRefLength()
           
 ResourceRefType[] getResourceRef()
           
 ResourceRefType getResourceRef(int idx)
           
 int getResourceRefLength()
           
 ServiceRefType[] getServiceRef()
           
 ServiceRefType getServiceRef(int idx)
           
 int getServiceRefLength()
           
 void setAroundInvoke(AroundInvokeType[] values)
           
 AroundInvokeType setAroundInvoke(int idx, AroundInvokeType value)
           
 void setDescription(DescriptionType[] values)
           
 DescriptionType setDescription(int idx, DescriptionType value)
           
 void setEjbLocalRef(EjbLocalRefType[] values)
           
 EjbLocalRefType setEjbLocalRef(int idx, EjbLocalRefType value)
           
 void setEjbRef(EjbRefType[] values)
           
 EjbRefType setEjbRef(int idx, EjbRefType value)
           
 void setEnvEntry(EnvEntryType[] values)
           
 EnvEntryType setEnvEntry(int idx, EnvEntryType value)
           
 void setId(String value)
          Sets the value of the id property.
 void setInterceptorClass(FullyQualifiedClassType value)
          Sets the value of the interceptorClass property.
 MessageDestinationRefType setMessageDestinationRef(int idx, MessageDestinationRefType value)
           
 void setMessageDestinationRef(MessageDestinationRefType[] values)
           
 PersistenceContextRefType setPersistenceContextRef(int idx, PersistenceContextRefType value)
           
 void setPersistenceContextRef(PersistenceContextRefType[] values)
           
 PersistenceUnitRefType setPersistenceUnitRef(int idx, PersistenceUnitRefType value)
           
 void setPersistenceUnitRef(PersistenceUnitRefType[] values)
           
 LifecycleCallbackType setPostActivate(int idx, LifecycleCallbackType value)
           
 void setPostActivate(LifecycleCallbackType[] values)
           
 LifecycleCallbackType setPostConstruct(int idx, LifecycleCallbackType value)
           
 void setPostConstruct(LifecycleCallbackType[] values)
           
 LifecycleCallbackType setPreDestroy(int idx, LifecycleCallbackType value)
           
 void setPreDestroy(LifecycleCallbackType[] values)
           
 LifecycleCallbackType setPrePassivate(int idx, LifecycleCallbackType value)
           
 void setPrePassivate(LifecycleCallbackType[] values)
           
 ResourceEnvRefType setResourceEnvRef(int idx, ResourceEnvRefType value)
           
 void setResourceEnvRef(ResourceEnvRefType[] values)
           
 ResourceRefType setResourceRef(int idx, ResourceRefType value)
           
 void setResourceRef(ResourceRefType[] values)
           
 ServiceRefType setServiceRef(int idx, ServiceRefType value)
           
 void setServiceRef(ServiceRefType[] values)
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

description

protected DescriptionType[] description

interceptorClass

protected FullyQualifiedClassTypeImpl interceptorClass

aroundInvoke

protected AroundInvokeType[] aroundInvoke

envEntry

protected EnvEntryType[] envEntry

ejbRef

protected EjbRefType[] ejbRef

ejbLocalRef

protected EjbLocalRefType[] ejbLocalRef

serviceRef

protected ServiceRefType[] serviceRef

resourceRef

protected ResourceRefType[] resourceRef

resourceEnvRef

protected ResourceEnvRefType[] resourceEnvRef

messageDestinationRef

protected MessageDestinationRefType[] messageDestinationRef

persistenceContextRef

protected PersistenceContextRefType[] persistenceContextRef

persistenceUnitRef

protected PersistenceUnitRefType[] persistenceUnitRef

postConstruct

protected LifecycleCallbackType[] postConstruct

preDestroy

protected LifecycleCallbackType[] preDestroy

postActivate

protected LifecycleCallbackType[] postActivate

prePassivate

protected LifecycleCallbackType[] prePassivate

id

protected String id
Constructor Detail

InterceptorTypeImpl

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


InterceptorTypeImpl

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

getDescription

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

getDescriptionLength

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

setDescription

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

setDescription

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

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 AroundInvokeType[] getAroundInvoke()
Specified by:
getAroundInvoke in interface InterceptorType
Returns:
array of AroundInvokeType

getAroundInvoke

public AroundInvokeType getAroundInvoke(int idx)
Specified by:
getAroundInvoke in interface InterceptorType
Returns:
one of AroundInvokeType

getAroundInvokeLength

public int getAroundInvokeLength()
Specified by:
getAroundInvokeLength in interface InterceptorType

setAroundInvoke

public void setAroundInvoke(AroundInvokeType[] values)
Specified by:
setAroundInvoke in interface InterceptorType
Parameters:
values - allowed objects are AroundInvokeType

setAroundInvoke

public AroundInvokeType setAroundInvoke(int idx,
                                        AroundInvokeType value)
Specified by:
setAroundInvoke in interface InterceptorType
value - allowed object is AroundInvokeType

getEnvEntry

public EnvEntryType[] getEnvEntry()
Specified by:
getEnvEntry in interface InterceptorType
Returns:
array of EnvEntryType

getEnvEntry

public EnvEntryType getEnvEntry(int idx)
Specified by:
getEnvEntry in interface InterceptorType
Returns:
one of EnvEntryType

getEnvEntryLength

public int getEnvEntryLength()
Specified by:
getEnvEntryLength in interface InterceptorType

setEnvEntry

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

setEnvEntry

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

getEjbRef

public EjbRefType[] getEjbRef()
Specified by:
getEjbRef in interface InterceptorType
Returns:
array of EjbRefType

getEjbRef

public EjbRefType getEjbRef(int idx)
Specified by:
getEjbRef in interface InterceptorType
Returns:
one of EjbRefType

getEjbRefLength

public int getEjbRefLength()
Specified by:
getEjbRefLength in interface InterceptorType

setEjbRef

public void setEjbRef(EjbRefType[] values)
Specified by:
setEjbRef in interface InterceptorType
Parameters:
values - allowed objects are EjbRefType

setEjbRef

public EjbRefType setEjbRef(int idx,
                            EjbRefType value)
Specified by:
setEjbRef in interface InterceptorType
value - allowed object is EjbRefType

getEjbLocalRef

public EjbLocalRefType[] getEjbLocalRef()
Specified by:
getEjbLocalRef in interface InterceptorType
Returns:
array of EjbLocalRefType

getEjbLocalRef

public EjbLocalRefType getEjbLocalRef(int idx)
Specified by:
getEjbLocalRef in interface InterceptorType
Returns:
one of EjbLocalRefType

getEjbLocalRefLength

public int getEjbLocalRefLength()
Specified by:
getEjbLocalRefLength in interface InterceptorType

setEjbLocalRef

public void setEjbLocalRef(EjbLocalRefType[] values)
Specified by:
setEjbLocalRef in interface InterceptorType
Parameters:
values - allowed objects are EjbLocalRefType

setEjbLocalRef

public EjbLocalRefType setEjbLocalRef(int idx,
                                      EjbLocalRefType value)
Specified by:
setEjbLocalRef in interface InterceptorType
value - allowed object is EjbLocalRefType

getServiceRef

public ServiceRefType[] getServiceRef()
Specified by:
getServiceRef in interface InterceptorType
Returns:
array of ServiceRefType

getServiceRef

public ServiceRefType getServiceRef(int idx)
Specified by:
getServiceRef in interface InterceptorType
Returns:
one of ServiceRefType

getServiceRefLength

public int getServiceRefLength()
Specified by:
getServiceRefLength in interface InterceptorType

setServiceRef

public void setServiceRef(ServiceRefType[] values)
Specified by:
setServiceRef in interface InterceptorType
Parameters:
values - allowed objects are ServiceRefType

setServiceRef

public ServiceRefType setServiceRef(int idx,
                                    ServiceRefType value)
Specified by:
setServiceRef in interface InterceptorType
value - allowed object is ServiceRefType

getResourceRef

public ResourceRefType[] getResourceRef()
Specified by:
getResourceRef in interface InterceptorType
Returns:
array of ResourceRefType

getResourceRef

public ResourceRefType getResourceRef(int idx)
Specified by:
getResourceRef in interface InterceptorType
Returns:
one of ResourceRefType

getResourceRefLength

public int getResourceRefLength()
Specified by:
getResourceRefLength in interface InterceptorType

setResourceRef

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

setResourceRef

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

getResourceEnvRef

public ResourceEnvRefType[] getResourceEnvRef()
Specified by:
getResourceEnvRef in interface InterceptorType
Returns:
array of ResourceEnvRefType

getResourceEnvRef

public ResourceEnvRefType getResourceEnvRef(int idx)
Specified by:
getResourceEnvRef in interface InterceptorType
Returns:
one of ResourceEnvRefType

getResourceEnvRefLength

public int getResourceEnvRefLength()
Specified by:
getResourceEnvRefLength in interface InterceptorType

setResourceEnvRef

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

setResourceEnvRef

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

getMessageDestinationRef

public MessageDestinationRefType[] getMessageDestinationRef()
Specified by:
getMessageDestinationRef in interface InterceptorType
Returns:
array of MessageDestinationRefType

getMessageDestinationRef

public MessageDestinationRefType getMessageDestinationRef(int idx)
Specified by:
getMessageDestinationRef in interface InterceptorType
Returns:
one of MessageDestinationRefType

getMessageDestinationRefLength

public int getMessageDestinationRefLength()
Specified by:
getMessageDestinationRefLength in interface InterceptorType

setMessageDestinationRef

public void setMessageDestinationRef(MessageDestinationRefType[] values)
Specified by:
setMessageDestinationRef in interface InterceptorType
Parameters:
values - allowed objects are MessageDestinationRefType

setMessageDestinationRef

public MessageDestinationRefType setMessageDestinationRef(int idx,
                                                          MessageDestinationRefType value)
Specified by:
setMessageDestinationRef in interface InterceptorType
value - allowed object is MessageDestinationRefType

getPersistenceContextRef

public PersistenceContextRefType[] getPersistenceContextRef()
Specified by:
getPersistenceContextRef in interface InterceptorType
Returns:
array of PersistenceContextRefType

getPersistenceContextRef

public PersistenceContextRefType getPersistenceContextRef(int idx)
Specified by:
getPersistenceContextRef in interface InterceptorType
Returns:
one of PersistenceContextRefType

getPersistenceContextRefLength

public int getPersistenceContextRefLength()
Specified by:
getPersistenceContextRefLength in interface InterceptorType

setPersistenceContextRef

public void setPersistenceContextRef(PersistenceContextRefType[] values)
Specified by:
setPersistenceContextRef in interface InterceptorType
Parameters:
values - allowed objects are PersistenceContextRefType

setPersistenceContextRef

public PersistenceContextRefType setPersistenceContextRef(int idx,
                                                          PersistenceContextRefType value)
Specified by:
setPersistenceContextRef in interface InterceptorType
value - allowed object is PersistenceContextRefType

getPersistenceUnitRef

public PersistenceUnitRefType[] getPersistenceUnitRef()
Specified by:
getPersistenceUnitRef in interface InterceptorType
Returns:
array of PersistenceUnitRefType

getPersistenceUnitRef

public PersistenceUnitRefType getPersistenceUnitRef(int idx)
Specified by:
getPersistenceUnitRef in interface InterceptorType
Returns:
one of PersistenceUnitRefType

getPersistenceUnitRefLength

public int getPersistenceUnitRefLength()
Specified by:
getPersistenceUnitRefLength in interface InterceptorType

setPersistenceUnitRef

public void setPersistenceUnitRef(PersistenceUnitRefType[] values)
Specified by:
setPersistenceUnitRef in interface InterceptorType
Parameters:
values - allowed objects are PersistenceUnitRefType

setPersistenceUnitRef

public PersistenceUnitRefType setPersistenceUnitRef(int idx,
                                                    PersistenceUnitRefType value)
Specified by:
setPersistenceUnitRef in interface InterceptorType
value - allowed object is PersistenceUnitRefType

getPostConstruct

public LifecycleCallbackType[] getPostConstruct()
Specified by:
getPostConstruct in interface InterceptorType
Returns:
array of LifecycleCallbackType

getPostConstruct

public LifecycleCallbackType getPostConstruct(int idx)
Specified by:
getPostConstruct in interface InterceptorType
Returns:
one of LifecycleCallbackType

getPostConstructLength

public int getPostConstructLength()
Specified by:
getPostConstructLength in interface InterceptorType

setPostConstruct

public void setPostConstruct(LifecycleCallbackType[] values)
Specified by:
setPostConstruct in interface InterceptorType
Parameters:
values - allowed objects are LifecycleCallbackType

setPostConstruct

public LifecycleCallbackType setPostConstruct(int idx,
                                              LifecycleCallbackType value)
Specified by:
setPostConstruct in interface InterceptorType
value - allowed object is LifecycleCallbackType

getPreDestroy

public LifecycleCallbackType[] getPreDestroy()
Specified by:
getPreDestroy in interface InterceptorType
Returns:
array of LifecycleCallbackType

getPreDestroy

public LifecycleCallbackType getPreDestroy(int idx)
Specified by:
getPreDestroy in interface InterceptorType
Returns:
one of LifecycleCallbackType

getPreDestroyLength

public int getPreDestroyLength()
Specified by:
getPreDestroyLength in interface InterceptorType

setPreDestroy

public void setPreDestroy(LifecycleCallbackType[] values)
Specified by:
setPreDestroy in interface InterceptorType
Parameters:
values - allowed objects are LifecycleCallbackType

setPreDestroy

public LifecycleCallbackType setPreDestroy(int idx,
                                           LifecycleCallbackType value)
Specified by:
setPreDestroy in interface InterceptorType
value - allowed object is LifecycleCallbackType

getPostActivate

public LifecycleCallbackType[] getPostActivate()
Specified by:
getPostActivate in interface InterceptorType
Returns:
array of LifecycleCallbackType

getPostActivate

public LifecycleCallbackType getPostActivate(int idx)
Specified by:
getPostActivate in interface InterceptorType
Returns:
one of LifecycleCallbackType

getPostActivateLength

public int getPostActivateLength()
Specified by:
getPostActivateLength in interface InterceptorType

setPostActivate

public void setPostActivate(LifecycleCallbackType[] values)
Specified by:
setPostActivate in interface InterceptorType
Parameters:
values - allowed objects are LifecycleCallbackType

setPostActivate

public LifecycleCallbackType setPostActivate(int idx,
                                             LifecycleCallbackType value)
Specified by:
setPostActivate in interface InterceptorType
value - allowed object is LifecycleCallbackType

getPrePassivate

public LifecycleCallbackType[] getPrePassivate()
Specified by:
getPrePassivate in interface InterceptorType
Returns:
array of LifecycleCallbackType

getPrePassivate

public LifecycleCallbackType getPrePassivate(int idx)
Specified by:
getPrePassivate in interface InterceptorType
Returns:
one of LifecycleCallbackType

getPrePassivateLength

public int getPrePassivateLength()
Specified by:
getPrePassivateLength in interface InterceptorType

setPrePassivate

public void setPrePassivate(LifecycleCallbackType[] values)
Specified by:
setPrePassivate in interface InterceptorType
Parameters:
values - allowed objects are LifecycleCallbackType

setPrePassivate

public LifecycleCallbackType setPrePassivate(int idx,
                                             LifecycleCallbackType value)
Specified by:
setPrePassivate in interface InterceptorType
value - allowed object is LifecycleCallbackType

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

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.