org.alfresco.webservice.action
Class Action

java.lang.Object
  extended by org.alfresco.webservice.action.Action
All Implemented Interfaces:
java.io.Serializable

public class Action
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
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)
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Action

public Action()

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)
Method Detail

getActionReference

public Reference getActionReference()
Gets the actionReference value for this Action.

Returns:
actionReference

setActionReference

public void setActionReference(Reference actionReference)
Sets the actionReference value for this Action.

Parameters:
actionReference -

getId

public java.lang.String getId()
Gets the id value for this Action.

Returns:
id

setId

public void setId(java.lang.String id)
Sets the id value for this Action.

Parameters:
id -

getActionName

public java.lang.String getActionName()
Gets the actionName value for this Action.

Returns:
actionName

setActionName

public void setActionName(java.lang.String actionName)
Sets the actionName value for this Action.

Parameters:
actionName -

getTitle

public java.lang.String getTitle()
Gets the title value for this Action.

Returns:
title

setTitle

public void setTitle(java.lang.String title)
Sets the title value for this Action.

Parameters:
title -

getDescription

public java.lang.String getDescription()
Gets the description value for this Action.

Returns:
description

setDescription

public void setDescription(java.lang.String description)
Sets the description value for this Action.

Parameters:
description -

getParameters

public NamedValue[] getParameters()
Gets the parameters value for this Action.

Returns:
parameters

setParameters

public void setParameters(NamedValue[] parameters)
Sets the parameters value for this Action.

Parameters:
parameters -

getParameters

public NamedValue getParameters(int i)

setParameters

public void setParameters(int i,
                          NamedValue _value)

getConditions

public Condition[] getConditions()
Gets the conditions value for this Action.

Returns:
conditions

setConditions

public void setConditions(Condition[] conditions)
Sets the conditions value for this Action.

Parameters:
conditions -

getConditions

public Condition getConditions(int i)

setConditions

public void setConditions(int i,
                          Condition _value)

getCompensatingAction

public Action getCompensatingAction()
Gets the compensatingAction value for this Action.

Returns:
compensatingAction

setCompensatingAction

public void setCompensatingAction(Action compensatingAction)
Sets the compensatingAction value for this Action.

Parameters:
compensatingAction -

getActions

public Action[] getActions()
Gets the actions value for this Action.

Returns:
actions

setActions

public void setActions(Action[] actions)
Sets the actions value for this Action.

Parameters:
actions -

getActions

public Action getActions(int i)

setActions

public void setActions(int i,
                       Action _value)

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer



Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.