net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.spring.webflow.config
Interface ExecutionListenersType
- All Known Implementing Classes:
- ExecutionListenersTypeImpl
public interface ExecutionListenersType
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>
getListener
ListenerType[] getListener()
- Returns:
- array of
ListenerType
getListener
ListenerType getListener(int idx)
- Returns:
- one of
ListenerType
getListenerLength
int getListenerLength()
setListener
void setListener(ListenerType[] values)
- Parameters:
values - allowed objects are
ListenerType
setListener
ListenerType setListener(int idx,
ListenerType value)
- Parameters:
value - allowed object is
ListenerType
Copyright © 2009 The CC-XJC Community. All Rights Reserved.