net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.spring.webflow.config
Class Executor

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.spring.beans.IdentifiedType
      extended by net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.spring.webflow.config.Executor
All Implemented Interfaces:
Serializable, Cloneable

public class Executor
extends IdentifiedType
implements Serializable, Cloneable

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>
 

See Also:
Serialized Form

Field Summary
protected  ExecutionAttributesType executionAttributes
           
protected  ExecutionListenersType executionListeners
           
protected  String registryRef
           
protected  RepositoryType repository
           
protected  RepositoryTypeAttribute repositoryType
           
 
Fields inherited from class net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.spring.beans.IdentifiedType
id
 
Constructor Summary
Executor()
          Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.spring.webflow.config.Executor instance.
Executor(Executor o)
          Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.spring.webflow.config.Executor instance by copying a given instance.
 
Method Summary
 Executor clone()
          Creates and returns a copy of this object.
 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 class net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.spring.beans.IdentifiedType
getId, setId
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

repository

protected RepositoryType repository

executionAttributes

protected ExecutionAttributesType executionAttributes

executionListeners

protected ExecutionListenersType executionListeners

repositoryType

protected RepositoryTypeAttribute repositoryType

registryRef

protected String registryRef
Constructor Detail

Executor

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


Executor

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

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

getRepository

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

Returns:
possible object is RepositoryType

setRepository

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

Parameters:
value - allowed object is RepositoryType

getExecutionAttributes

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

Returns:
possible object is ExecutionAttributesType

setExecutionAttributes

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

Parameters:
value - allowed object is ExecutionAttributesType

getExecutionListeners

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

Returns:
possible object is ExecutionListenersType

setExecutionListeners

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

Parameters:
value - allowed object is ExecutionListenersType

getRepositoryType

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

Returns:
possible object is RepositoryTypeAttribute

setRepositoryType

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

Parameters:
value - allowed object is RepositoryTypeAttribute

getRegistryRef

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

Returns:
possible object is String

setRegistryRef

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

Parameters:
value - allowed object is String

clone

public Executor clone()
Creates and returns a copy of this object.

Specified by:
clone in class IdentifiedType
Returns:
A clone of this instance.


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