|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.priv.collections.novalueclass.javaee.impl.InterceptorTypeImpl
public class InterceptorTypeImpl
| 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.priv.collections.novalueclass.javaee.impl.InterceptorTypeImpl instance. |
|
InterceptorTypeImpl(InterceptorTypeImpl o)
Creates a new net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.javaee.impl.InterceptorTypeImpl instance by copying a given instance. |
|
| Method Summary | |
|---|---|
InterceptorTypeImpl |
clone()
Creates and returns a copy of this object. |
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 |
|---|
protected List<DescriptionType> description
protected FullyQualifiedClassTypeImpl interceptorClass
protected List<AroundInvokeType> aroundInvoke
protected List<EnvEntryType> envEntry
protected List<EjbRefType> ejbRef
protected List<EjbLocalRefType> ejbLocalRef
protected List<ServiceRefType> serviceRef
protected List<ResourceRefType> resourceRef
protected List<ResourceEnvRefType> resourceEnvRef
protected List<MessageDestinationRefType> messageDestinationRef
protected List<PersistenceContextRefType> persistenceContextRef
protected List<PersistenceUnitRefType> persistenceUnitRef
protected List<LifecycleCallbackType> postConstruct
protected List<LifecycleCallbackType> preDestroy
protected List<LifecycleCallbackType> postActivate
protected List<LifecycleCallbackType> prePassivate
protected String id
| Constructor Detail |
|---|
public InterceptorTypeImpl()
net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.javaee.impl.InterceptorTypeImpl instance.
public InterceptorTypeImpl(InterceptorTypeImpl o)
net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.javaee.impl.InterceptorTypeImpl instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public List<DescriptionType> getDescription()
InterceptorType
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
getDescription in interface InterceptorTypepublic FullyQualifiedClassType getInterceptorClass()
InterceptorType
getInterceptorClass in interface InterceptorTypeFullyQualifiedClassTypepublic void setInterceptorClass(FullyQualifiedClassType value)
InterceptorType
setInterceptorClass in interface InterceptorTypevalue - allowed object is
FullyQualifiedClassTypepublic List<AroundInvokeType> getAroundInvoke()
InterceptorType
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
getAroundInvoke in interface InterceptorTypepublic List<EnvEntryType> getEnvEntry()
InterceptorType
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
getEnvEntry in interface InterceptorTypepublic List<EjbRefType> getEjbRef()
InterceptorType
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
getEjbRef in interface InterceptorTypepublic List<EjbLocalRefType> getEjbLocalRef()
InterceptorType
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
getEjbLocalRef in interface InterceptorTypepublic List<ServiceRefType> getServiceRef()
InterceptorType
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
getServiceRef in interface InterceptorTypepublic List<ResourceRefType> getResourceRef()
InterceptorType
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
getResourceRef in interface InterceptorTypepublic List<ResourceEnvRefType> getResourceEnvRef()
InterceptorType
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
getResourceEnvRef in interface InterceptorTypepublic List<MessageDestinationRefType> getMessageDestinationRef()
InterceptorType
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
getMessageDestinationRef in interface InterceptorTypepublic List<PersistenceContextRefType> getPersistenceContextRef()
InterceptorType
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
getPersistenceContextRef in interface InterceptorTypepublic List<PersistenceUnitRefType> getPersistenceUnitRef()
InterceptorType
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
getPersistenceUnitRef in interface InterceptorTypepublic List<LifecycleCallbackType> getPostConstruct()
InterceptorType
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
getPostConstruct in interface InterceptorTypepublic List<LifecycleCallbackType> getPreDestroy()
InterceptorType
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
getPreDestroy in interface InterceptorTypepublic List<LifecycleCallbackType> getPostActivate()
InterceptorType
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
getPostActivate in interface InterceptorTypepublic List<LifecycleCallbackType> getPrePassivate()
InterceptorType
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
getPrePassivate in interface InterceptorTypepublic String getId()
InterceptorType
getId in interface InterceptorTypeStringpublic void setId(String value)
InterceptorType
setId in interface InterceptorTypevalue - allowed object is
Stringpublic InterceptorTypeImpl clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||