net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.spring.webflow.config.impl
Class ExecutionListenersTypeImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pkg.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

Field Summary
protected  ListenerType[] listener
           
 
Constructor Summary
ExecutionListenersTypeImpl()
          Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.spring.webflow.config.impl.ExecutionListenersTypeImpl instance.
ExecutionListenersTypeImpl(ExecutionListenersTypeImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.spring.webflow.config.impl.ExecutionListenersTypeImpl instance by copying a given instance.
 
Method Summary
 ExecutionListenersTypeImpl clone()
          Creates and returns a copy of this object.
 ListenerType[] getListener()
           
 ListenerType getListener(int idx)
           
 int getListenerLength()
           
 ListenerType setListener(int idx, ListenerType value)
           
 void setListener(ListenerType[] values)
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

listener

protected ListenerType[] listener
Constructor Detail

ExecutionListenersTypeImpl

public ExecutionListenersTypeImpl()
Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.spring.webflow.config.impl.ExecutionListenersTypeImpl instance.


ExecutionListenersTypeImpl

public ExecutionListenersTypeImpl(ExecutionListenersTypeImpl o)
Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.spring.webflow.config.impl.ExecutionListenersTypeImpl instance by copying a given instance.

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

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

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.