net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.spring.webflow.config.impl
Class ExecutionListenersTypeImpl
java.lang.Object
net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.spring.webflow.config.impl.ExecutionListenersTypeImpl
- All Implemented Interfaces:
- Serializable, Cloneable, ExecutionListenersType
public class ExecutionListenersTypeImpl
- extends Object
- implements Serializable, Cloneable, ExecutionListenersType
- See Also:
- Serialized Form
|
Constructor Summary |
ExecutionListenersTypeImpl()
Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.spring.webflow.config.impl.ExecutionListenersTypeImpl instance. |
ExecutionListenersTypeImpl(ExecutionListenersTypeImpl o)
Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.spring.webflow.config.impl.ExecutionListenersTypeImpl instance by copying a given instance. |
listener
protected ListenerType[] listener
ExecutionListenersTypeImpl
public ExecutionListenersTypeImpl()
- Creates a new
net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.spring.webflow.config.impl.ExecutionListenersTypeImpl instance.
ExecutionListenersTypeImpl
public ExecutionListenersTypeImpl(ExecutionListenersTypeImpl o)
- Creates a new
net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.spring.webflow.config.impl.ExecutionListenersTypeImpl instance by copying a given instance.
- Parameters:
o - The instance to copy or null.
getListener
public ListenerType[] getListener()
- Specified by:
getListener in interface ExecutionListenersType
- Returns:
- array of
ListenerType
getListener
public ListenerType getListener(int idx)
- Specified by:
getListener in interface ExecutionListenersType
- Returns:
- one of
ListenerType
getListenerLength
public int getListenerLength()
- Specified by:
getListenerLength in interface ExecutionListenersType
setListener
public void setListener(ListenerType[] values)
- Specified by:
setListener in interface ExecutionListenersType
- Parameters:
values - allowed objects are
ListenerType
setListener
public ListenerType setListener(int idx,
ListenerType value)
- Specified by:
setListener in interface ExecutionListenersType
value - allowed object is
ListenerType
copyListener
public void copyListener(ListenerType[] source)
- Copies all values of property
Listener.
- Parameters:
source - The source to copy from.
- Throws:
NullPointerException - if source is null.
clone
public ExecutionListenersTypeImpl 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.