net.sourceforge.ccxjc.it.model.prot.collections.valueclass.spring.webflow.config
Class ExecutionAttributesType

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.prot.collections.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  List<AttributeType> attribute
           
 
Constructor Summary
ExecutionAttributesType()
          Creates a new net.sourceforge.ccxjc.it.model.prot.collections.valueclass.spring.webflow.config.ExecutionAttributesType instance.
ExecutionAttributesType(ExecutionAttributesType o)
          Creates a new net.sourceforge.ccxjc.it.model.prot.collections.valueclass.spring.webflow.config.ExecutionAttributesType instance by copying a given instance.
 
Method Summary
 ExecutionAttributesType clone()
          Creates and returns a copy of this object.
protected static void copyAttribute(List<AttributeType> source, List<AttributeType> target)
          Copies all values of property Attribute.
 AlwaysRedirectOnPauseType getAlwaysRedirectOnPause()
          Gets the value of the alwaysRedirectOnPause property.
 List<AttributeType> getAttribute()
          Gets the value of the attribute property.
 void setAlwaysRedirectOnPause(AlwaysRedirectOnPauseType value)
          Sets the value of the alwaysRedirectOnPause property.
 
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 List<AttributeType> attribute
Constructor Detail

ExecutionAttributesType

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


ExecutionAttributesType

public ExecutionAttributesType(ExecutionAttributesType o)
Creates a new net.sourceforge.ccxjc.it.model.prot.collections.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 List<AttributeType> getAttribute()
Gets the value of the attribute property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the attribute property.

For example, to add a new item, do as follows:

    getAttribute().add(newItem);
 

Objects of the following type(s) are allowed in the list AttributeType


copyAttribute

protected static void copyAttribute(List<AttributeType> source,
                                    List<AttributeType> target)
Copies all values of property Attribute.

Parameters:
target - The target to copy source to.
source - The source to copy from.
Throws:
NullPointerException - if source or target 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.