net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.spring.webflow.config
Class AlwaysRedirectOnPauseType

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

public class AlwaysRedirectOnPauseType
extends Object
implements Serializable, Cloneable

Java class for alwaysRedirectOnPauseType complex type.

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

 <complexType name="alwaysRedirectOnPauseType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="value" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  boolean value
           
 
Constructor Summary
AlwaysRedirectOnPauseType()
          Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.spring.webflow.config.AlwaysRedirectOnPauseType instance.
AlwaysRedirectOnPauseType(AlwaysRedirectOnPauseType o)
          Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.spring.webflow.config.AlwaysRedirectOnPauseType instance by copying a given instance.
 
Method Summary
 AlwaysRedirectOnPauseType clone()
          Creates and returns a copy of this object.
 boolean isValue()
          Gets the value of the value property.
 void setValue(boolean value)
          Sets the value of the value property.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

protected boolean value
Constructor Detail

AlwaysRedirectOnPauseType

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


AlwaysRedirectOnPauseType

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

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

isValue

public boolean isValue()
Gets the value of the value property.


setValue

public void setValue(boolean value)
Sets the value of the value property.


clone

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