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

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

public class ExecutionAttributesType
extends Object
implements Serializable, Cloneable

Java class for execution-attributesType complex type.

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

 <complexType name="execution-attributesType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="alwaysRedirectOnPause" type="{http://www.springframework.org/schema/webflow-config}alwaysRedirectOnPauseType" minOccurs="0"/>
         <element name="attribute" type="{http://www.springframework.org/schema/webflow-config}attributeType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  AlwaysRedirectOnPauseType alwaysRedirectOnPause
           
protected  AttributeType[] attribute
           
 
Constructor Summary
ExecutionAttributesType()
          Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.spring.webflow.config.ExecutionAttributesType instance.
ExecutionAttributesType(ExecutionAttributesType o)
          Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.spring.webflow.config.ExecutionAttributesType instance by copying a given instance.
 
Method Summary
 ExecutionAttributesType clone()
          Creates and returns a copy of this object.
 void copyAttribute(AttributeType[] source)
          Copies all values of property Attribute.
 AlwaysRedirectOnPauseType getAlwaysRedirectOnPause()
          Gets the value of the alwaysRedirectOnPause property.
 AttributeType[] getAttribute()
           
 AttributeType getAttribute(int idx)
           
 int getAttributeLength()
           
 void setAlwaysRedirectOnPause(AlwaysRedirectOnPauseType value)
          Sets the value of the alwaysRedirectOnPause property.
 void setAttribute(AttributeType[] values)
           
 AttributeType setAttribute(int idx, AttributeType value)
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

alwaysRedirectOnPause

protected AlwaysRedirectOnPauseType alwaysRedirectOnPause

attribute

protected AttributeType[] attribute
Constructor Detail

ExecutionAttributesType

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


ExecutionAttributesType

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

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

getAlwaysRedirectOnPause

public AlwaysRedirectOnPauseType getAlwaysRedirectOnPause()
Gets the value of the alwaysRedirectOnPause property.

Returns:
possible object is AlwaysRedirectOnPauseType

setAlwaysRedirectOnPause

public void setAlwaysRedirectOnPause(AlwaysRedirectOnPauseType value)
Sets the value of the alwaysRedirectOnPause property.

Parameters:
value - allowed object is AlwaysRedirectOnPauseType

getAttribute

public AttributeType[] getAttribute()
Returns:
array of AttributeType

getAttribute

public AttributeType getAttribute(int idx)
Returns:
one of AttributeType

getAttributeLength

public int getAttributeLength()

setAttribute

public void setAttribute(AttributeType[] values)
Parameters:
values - allowed objects are AttributeType

setAttribute

public AttributeType setAttribute(int idx,
                                  AttributeType value)
Parameters:
value - allowed object is AttributeType

copyAttribute

public void copyAttribute(AttributeType[] source)
Copies all values of property Attribute.

Parameters:
source - The source to copy from.
Throws:
NullPointerException - if source is null.

clone

public ExecutionAttributesType 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.