|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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. |
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)
|
| Method Detail |
|---|
AlwaysRedirectOnPauseType getAlwaysRedirectOnPause()
AlwaysRedirectOnPauseTypevoid setAlwaysRedirectOnPause(AlwaysRedirectOnPauseType value)
value - allowed object is
AlwaysRedirectOnPauseTypeAttributeType[] getAttribute()
AttributeTypeAttributeType getAttribute(int idx)
AttributeTypeint getAttributeLength()
void setAttribute(AttributeType[] values)
values - allowed objects are
AttributeType
AttributeType setAttribute(int idx,
AttributeType value)
value - allowed object is
AttributeType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||