net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.spring.webflow.config
Interface Executor

All Superinterfaces:
IdentifiedType
All Known Implementing Classes:
ExecutorImpl

public interface Executor
extends IdentifiedType

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <extension base="{http://www.springframework.org/schema/beans}identifiedType">
       <sequence>
         <element name="repository" type="{http://www.springframework.org/schema/webflow-config}repositoryType" minOccurs="0"/>
         <element name="execution-attributes" type="{http://www.springframework.org/schema/webflow-config}execution-attributesType" minOccurs="0"/>
         <element name="execution-listeners" type="{http://www.springframework.org/schema/webflow-config}execution-listenersType" minOccurs="0"/>
       </sequence>
       <attribute name="repository-type" type="{http://www.springframework.org/schema/webflow-config}repositoryTypeAttribute" />
       <attribute name="registry-ref" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     </extension>
   </complexContent>
 </complexType>
 


Method Summary
 ExecutionAttributesType getExecutionAttributes()
          Gets the value of the executionAttributes property.
 ExecutionListenersType getExecutionListeners()
          Gets the value of the executionListeners property.
 String getRegistryRef()
          Gets the value of the registryRef property.
 RepositoryType getRepository()
          Gets the value of the repository property.
 RepositoryTypeAttribute getRepositoryType()
          Gets the value of the repositoryType property.
 void setExecutionAttributes(ExecutionAttributesType value)
          Sets the value of the executionAttributes property.
 void setExecutionListeners(ExecutionListenersType value)
          Sets the value of the executionListeners property.
 void setRegistryRef(String value)
          Sets the value of the registryRef property.
 void setRepository(RepositoryType value)
          Sets the value of the repository property.
 void setRepositoryType(RepositoryTypeAttribute value)
          Sets the value of the repositoryType property.
 
Methods inherited from interface net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.spring.beans.IdentifiedType
getId, setId
 

Method Detail

getRepository

RepositoryType getRepository()
Gets the value of the repository property.

Returns:
possible object is RepositoryType

setRepository

void setRepository(RepositoryType value)
Sets the value of the repository property.

Parameters:
value - allowed object is RepositoryType

getExecutionAttributes

ExecutionAttributesType getExecutionAttributes()
Gets the value of the executionAttributes property.

Returns:
possible object is ExecutionAttributesType

setExecutionAttributes

void setExecutionAttributes(ExecutionAttributesType value)
Sets the value of the executionAttributes property.

Parameters:
value - allowed object is ExecutionAttributesType

getExecutionListeners

ExecutionListenersType getExecutionListeners()
Gets the value of the executionListeners property.

Returns:
possible object is ExecutionListenersType

setExecutionListeners

void setExecutionListeners(ExecutionListenersType value)
Sets the value of the executionListeners property.

Parameters:
value - allowed object is ExecutionListenersType

getRepositoryType

RepositoryTypeAttribute getRepositoryType()
Gets the value of the repositoryType property.

Returns:
possible object is RepositoryTypeAttribute

setRepositoryType

void setRepositoryType(RepositoryTypeAttribute value)
Sets the value of the repositoryType property.

Parameters:
value - allowed object is RepositoryTypeAttribute

getRegistryRef

String getRegistryRef()
Gets the value of the registryRef property.

Returns:
possible object is String

setRegistryRef

void setRegistryRef(String value)
Sets the value of the registryRef property.

Parameters:
value - allowed object is String


Copyright © 2009 The CC-XJC Community. All Rights Reserved.