net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.spring.webflow.config.impl
Class ExecutionAttributesTypeImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.prot.indexed.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  AttributeType[] attribute
           
 
Constructor Summary
ExecutionAttributesTypeImpl()
          Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.spring.webflow.config.impl.ExecutionAttributesTypeImpl instance.
ExecutionAttributesTypeImpl(ExecutionAttributesTypeImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.spring.webflow.config.impl.ExecutionAttributesTypeImpl instance by copying a given instance.
 
Method Summary
 ExecutionAttributesTypeImpl clone()
          Creates and returns a copy of this object.
protected  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 AlwaysRedirectOnPauseTypeImpl alwaysRedirectOnPause

attribute

protected AttributeType[] attribute
Constructor Detail

ExecutionAttributesTypeImpl

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


ExecutionAttributesTypeImpl

public ExecutionAttributesTypeImpl(ExecutionAttributesTypeImpl o)
Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.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 AttributeType[] getAttribute()
Specified by:
getAttribute in interface ExecutionAttributesType
Returns:
array of AttributeType

getAttribute

public AttributeType getAttribute(int idx)
Specified by:
getAttribute in interface ExecutionAttributesType
Returns:
one of AttributeType

getAttributeLength

public int getAttributeLength()
Specified by:
getAttributeLength in interface ExecutionAttributesType

setAttribute

public void setAttribute(AttributeType[] values)
Specified by:
setAttribute in interface ExecutionAttributesType
Parameters:
values - allowed objects are AttributeType

setAttribute

public AttributeType setAttribute(int idx,
                                  AttributeType value)
Specified by:
setAttribute in interface ExecutionAttributesType
value - allowed object is AttributeType

copyAttribute

protected 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 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.