net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.javaee.impl
Class LifecycleCallbackTypeImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.javaee.impl.LifecycleCallbackTypeImpl
All Implemented Interfaces:
Serializable, Cloneable, LifecycleCallbackType

public class LifecycleCallbackTypeImpl
extends Object
implements Serializable, Cloneable, LifecycleCallbackType

See Also:
Serialized Form

Field Summary
protected  FullyQualifiedClassTypeImpl lifecycleCallbackClass
           
protected  JavaIdentifierTypeImpl lifecycleCallbackMethod
           
 
Constructor Summary
LifecycleCallbackTypeImpl()
          Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.javaee.impl.LifecycleCallbackTypeImpl instance.
LifecycleCallbackTypeImpl(LifecycleCallbackTypeImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.javaee.impl.LifecycleCallbackTypeImpl instance by copying a given instance.
 
Method Summary
 LifecycleCallbackTypeImpl clone()
          Creates and returns a copy of this object.
 FullyQualifiedClassType getLifecycleCallbackClass()
          Gets the value of the lifecycleCallbackClass property.
 JavaIdentifierType getLifecycleCallbackMethod()
          Gets the value of the lifecycleCallbackMethod property.
 void setLifecycleCallbackClass(FullyQualifiedClassType value)
          Sets the value of the lifecycleCallbackClass property.
 void setLifecycleCallbackMethod(JavaIdentifierType value)
          Sets the value of the lifecycleCallbackMethod property.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

lifecycleCallbackClass

protected FullyQualifiedClassTypeImpl lifecycleCallbackClass

lifecycleCallbackMethod

protected JavaIdentifierTypeImpl lifecycleCallbackMethod
Constructor Detail

LifecycleCallbackTypeImpl

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


LifecycleCallbackTypeImpl

public LifecycleCallbackTypeImpl(LifecycleCallbackTypeImpl o)
Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.javaee.impl.LifecycleCallbackTypeImpl instance by copying a given instance.

Parameters:
o - The instance to copy or null.
Method Detail

getLifecycleCallbackClass

public FullyQualifiedClassType getLifecycleCallbackClass()
Description copied from interface: LifecycleCallbackType
Gets the value of the lifecycleCallbackClass property.

Specified by:
getLifecycleCallbackClass in interface LifecycleCallbackType
Returns:
possible object is FullyQualifiedClassType

setLifecycleCallbackClass

public void setLifecycleCallbackClass(FullyQualifiedClassType value)
Description copied from interface: LifecycleCallbackType
Sets the value of the lifecycleCallbackClass property.

Specified by:
setLifecycleCallbackClass in interface LifecycleCallbackType
Parameters:
value - allowed object is FullyQualifiedClassType

getLifecycleCallbackMethod

public JavaIdentifierType getLifecycleCallbackMethod()
Description copied from interface: LifecycleCallbackType
Gets the value of the lifecycleCallbackMethod property.

Specified by:
getLifecycleCallbackMethod in interface LifecycleCallbackType
Returns:
possible object is JavaIdentifierType

setLifecycleCallbackMethod

public void setLifecycleCallbackMethod(JavaIdentifierType value)
Description copied from interface: LifecycleCallbackType
Sets the value of the lifecycleCallbackMethod property.

Specified by:
setLifecycleCallbackMethod in interface LifecycleCallbackType
Parameters:
value - allowed object is JavaIdentifierType

clone

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