net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.spring.webflow.config
Interface AlwaysRedirectOnPauseType

All Known Implementing Classes:
AlwaysRedirectOnPauseTypeImpl

public interface AlwaysRedirectOnPauseType

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>
 


Method Summary
 boolean isValue()
          Gets the value of the value property.
 void setValue(boolean value)
          Sets the value of the value property.
 

Method Detail

isValue

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


setValue

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



Copyright © 2009 The CC-XJC Community. All Rights Reserved.