|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.pub.indexed.valueclass.spring.webflow.config.ExecutionAttributesType
public class 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>
| Field Summary | |
|---|---|
protected AlwaysRedirectOnPauseType |
alwaysRedirectOnPause
|
protected AttributeType[] |
attribute
|
| Constructor Summary | |
|---|---|
ExecutionAttributesType()
Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.spring.webflow.config.ExecutionAttributesType instance. |
|
ExecutionAttributesType(ExecutionAttributesType o)
Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.spring.webflow.config.ExecutionAttributesType instance by copying a given instance. |
|
| Method Summary | |
|---|---|
ExecutionAttributesType |
clone()
Creates and returns a copy of this object. |
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 |
|---|
protected AlwaysRedirectOnPauseType alwaysRedirectOnPause
protected AttributeType[] attribute
| Constructor Detail |
|---|
public ExecutionAttributesType()
net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.spring.webflow.config.ExecutionAttributesType instance.
public ExecutionAttributesType(ExecutionAttributesType o)
net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.spring.webflow.config.ExecutionAttributesType instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public AlwaysRedirectOnPauseType getAlwaysRedirectOnPause()
AlwaysRedirectOnPauseTypepublic void setAlwaysRedirectOnPause(AlwaysRedirectOnPauseType value)
value - allowed object is
AlwaysRedirectOnPauseTypepublic AttributeType[] getAttribute()
AttributeTypepublic AttributeType getAttribute(int idx)
AttributeTypepublic int getAttributeLength()
public void setAttribute(AttributeType[] values)
values - allowed objects are
AttributeType
public AttributeType setAttribute(int idx,
AttributeType value)
value - allowed object is
AttributeTypepublic void copyAttribute(AttributeType[] source)
Attribute.
source - The source to copy from.
NullPointerException - if source is null.public ExecutionAttributesType clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||