public class Action
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
Action() |
Action(Reference actionReference,
java.lang.String id,
java.lang.String actionName,
java.lang.String title,
java.lang.String description,
NamedValue[] parameters,
Condition[] conditions,
Action compensatingAction,
Action[] actions) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getActionName()
Gets the actionName value for this Action.
|
Reference |
getActionReference()
Gets the actionReference value for this Action.
|
Action[] |
getActions()
Gets the actions value for this Action.
|
Action |
getActions(int i) |
Action |
getCompensatingAction()
Gets the compensatingAction value for this Action.
|
Condition[] |
getConditions()
Gets the conditions value for this Action.
|
Condition |
getConditions(int i) |
java.lang.String |
getDescription()
Gets the description value for this Action.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer
|
java.lang.String |
getId()
Gets the id value for this Action.
|
NamedValue[] |
getParameters()
Gets the parameters value for this Action.
|
NamedValue |
getParameters(int i) |
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer
|
java.lang.String |
getTitle()
Gets the title value for this Action.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setActionName(java.lang.String actionName)
Sets the actionName value for this Action.
|
void |
setActionReference(Reference actionReference)
Sets the actionReference value for this Action.
|
void |
setActions(Action[] actions)
Sets the actions value for this Action.
|
void |
setActions(int i,
Action _value) |
void |
setCompensatingAction(Action compensatingAction)
Sets the compensatingAction value for this Action.
|
void |
setConditions(Condition[] conditions)
Sets the conditions value for this Action.
|
void |
setConditions(int i,
Condition _value) |
void |
setDescription(java.lang.String description)
Sets the description value for this Action.
|
void |
setId(java.lang.String id)
Sets the id value for this Action.
|
void |
setParameters(int i,
NamedValue _value) |
void |
setParameters(NamedValue[] parameters)
Sets the parameters value for this Action.
|
void |
setTitle(java.lang.String title)
Sets the title value for this Action.
|
public Action()
public Action(Reference actionReference, java.lang.String id, java.lang.String actionName, java.lang.String title, java.lang.String description, NamedValue[] parameters, Condition[] conditions, Action compensatingAction, Action[] actions)
public Reference getActionReference()
public void setActionReference(Reference actionReference)
actionReference - public java.lang.String getId()
public void setId(java.lang.String id)
id - public java.lang.String getActionName()
public void setActionName(java.lang.String actionName)
actionName - public java.lang.String getTitle()
public void setTitle(java.lang.String title)
title - public java.lang.String getDescription()
public void setDescription(java.lang.String description)
description - public NamedValue[] getParameters()
public void setParameters(NamedValue[] parameters)
parameters - public NamedValue getParameters(int i)
public void setParameters(int i,
NamedValue _value)
public Condition[] getConditions()
public void setConditions(Condition[] conditions)
conditions - public Condition getConditions(int i)
public void setConditions(int i,
Condition _value)
public Action getCompensatingAction()
public void setCompensatingAction(Action compensatingAction)
compensatingAction - public Action[] getActions()
public void setActions(Action[] actions)
actions - public Action getActions(int i)
public void setActions(int i,
Action _value)
public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.