net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.spring.webflow.config.impl
Class ExecutionAttributesTypeImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.spring.webflow.config.impl.ExecutionAttributesTypeImpl
All Implemented Interfaces:
Serializable, Cloneable, ExecutionAttributesType

public class ExecutionAttributesTypeImpl
extends Object
implements Serializable, Cloneable, ExecutionAttributesType

See Also:
Serialized Form

Field Summary
protected  AlwaysRedirectOnPauseTypeImpl alwaysRedirectOnPause
           
protected  List<AttributeType> attribute
           
 
Constructor Summary
ExecutionAttributesTypeImpl()
          Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.spring.webflow.config.impl.ExecutionAttributesTypeImpl instance.
ExecutionAttributesTypeImpl(ExecutionAttributesTypeImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.spring.webflow.config.impl.ExecutionAttributesTypeImpl instance by copying a given instance.
 
Method Summary
 ExecutionAttributesTypeImpl clone()
          Creates and returns a copy of this object.
 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 AlwaysRedirectOnPauseTypeImpl alwaysRedirectOnPause

attribute

protected List<AttributeType> attribute
Constructor Detail

ExecutionAttributesTypeImpl

public ExecutionAttributesTypeImpl()
Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.spring.webflow.config.impl.ExecutionAttributesTypeImpl instance.


ExecutionAttributesTypeImpl

public ExecutionAttributesTypeImpl(ExecutionAttributesTypeImpl o)
Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.spring.webflow.config.impl.ExecutionAttributesTypeImpl instance by copying a given instance.

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

getAlwaysRedirectOnPause

public AlwaysRedirectOnPauseType getAlwaysRedirectOnPause()
Description copied from interface: ExecutionAttributesType
Gets the value of the alwaysRedirectOnPause property.

Specified by:
getAlwaysRedirectOnPause in interface ExecutionAttributesType
Returns:
possible object is AlwaysRedirectOnPauseType

setAlwaysRedirectOnPause

public void setAlwaysRedirectOnPause(AlwaysRedirectOnPauseType value)
Description copied from interface: ExecutionAttributesType
Sets the value of the alwaysRedirectOnPause property.

Specified by:
setAlwaysRedirectOnPause in interface ExecutionAttributesType
Parameters:
value - allowed object is AlwaysRedirectOnPauseType

getAttribute

public List<AttributeType> getAttribute()
Description copied from interface: ExecutionAttributesType
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

Specified by:
getAttribute in interface ExecutionAttributesType

clone

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