net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.spring.webflow.config
Class ExecutionListenersType

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.spring.webflow.config.ExecutionListenersType
All Implemented Interfaces:
Serializable, Cloneable

public class ExecutionListenersType
extends Object
implements Serializable, Cloneable

Java class for execution-listenersType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="execution-listenersType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="listener" type="{http://www.springframework.org/schema/webflow-config}listenerType" maxOccurs="unbounded"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  ListenerType[] listener
           
 
Constructor Summary
ExecutionListenersType()
          Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.spring.webflow.config.ExecutionListenersType instance.
ExecutionListenersType(ExecutionListenersType o)
          Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.spring.webflow.config.ExecutionListenersType instance by copying a given instance.
 
Method Summary
 ExecutionListenersType clone()
          Creates and returns a copy of this object.
protected  void copyListener(ListenerType[] source)
          Copies all values of property Listener.
 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

ExecutionListenersType

public ExecutionListenersType()
Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.spring.webflow.config.ExecutionListenersType instance.


ExecutionListenersType

public ExecutionListenersType(ExecutionListenersType o)
Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.spring.webflow.config.ExecutionListenersType instance by copying a given instance.

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

getListener

public ListenerType[] getListener()
Returns:
array of ListenerType

getListener

public ListenerType getListener(int idx)
Returns:
one of ListenerType

getListenerLength

public int getListenerLength()

setListener

public void setListener(ListenerType[] values)
Parameters:
values - allowed objects are ListenerType

setListener

public ListenerType setListener(int idx,
                                ListenerType value)
Parameters:
value - allowed object is ListenerType

copyListener

protected 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 ExecutionListenersType 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.