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

All Known Implementing Classes:
ExecutionAttributesTypeImpl

public interface ExecutionAttributesType

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>
 


Method Summary
 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.
 

Method Detail

getAlwaysRedirectOnPause

AlwaysRedirectOnPauseType getAlwaysRedirectOnPause()
Gets the value of the alwaysRedirectOnPause property.

Returns:
possible object is AlwaysRedirectOnPauseType

setAlwaysRedirectOnPause

void setAlwaysRedirectOnPause(AlwaysRedirectOnPauseType value)
Sets the value of the alwaysRedirectOnPause property.

Parameters:
value - allowed object is AlwaysRedirectOnPauseType

getAttribute

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



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