|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.webservice.action.ActionItemDefinition
public class ActionItemDefinition
Constructor Summary | |
---|---|
ActionItemDefinition()
|
|
ActionItemDefinition(java.lang.String name,
ActionItemDefinitionType type,
java.lang.String title,
java.lang.String description,
boolean adHocPropertiesAllowed,
ParameterDefinition[] parameterDefinition)
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getDescription()
Gets the description value for this ActionItemDefinition. |
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 |
getName()
Gets the name value for this ActionItemDefinition. |
ParameterDefinition[] |
getParameterDefinition()
Gets the parameterDefinition value for this ActionItemDefinition. |
ParameterDefinition |
getParameterDefinition(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 ActionItemDefinition. |
ActionItemDefinitionType |
getType()
Gets the type value for this ActionItemDefinition. |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
int |
hashCode()
|
boolean |
isAdHocPropertiesAllowed()
Gets the adHocPropertiesAllowed value for this ActionItemDefinition. |
void |
setAdHocPropertiesAllowed(boolean adHocPropertiesAllowed)
Sets the adHocPropertiesAllowed value for this ActionItemDefinition. |
void |
setDescription(java.lang.String description)
Sets the description value for this ActionItemDefinition. |
void |
setName(java.lang.String name)
Sets the name value for this ActionItemDefinition. |
void |
setParameterDefinition(int i,
ParameterDefinition _value)
|
void |
setParameterDefinition(ParameterDefinition[] parameterDefinition)
Sets the parameterDefinition value for this ActionItemDefinition. |
void |
setTitle(java.lang.String title)
Sets the title value for this ActionItemDefinition. |
void |
setType(ActionItemDefinitionType type)
Sets the type value for this ActionItemDefinition. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ActionItemDefinition()
public ActionItemDefinition(java.lang.String name, ActionItemDefinitionType type, java.lang.String title, java.lang.String description, boolean adHocPropertiesAllowed, ParameterDefinition[] parameterDefinition)
Method Detail |
---|
public java.lang.String getName()
public void setName(java.lang.String name)
name
- public ActionItemDefinitionType getType()
public void setType(ActionItemDefinitionType type)
type
- 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 boolean isAdHocPropertiesAllowed()
public void setAdHocPropertiesAllowed(boolean adHocPropertiesAllowed)
adHocPropertiesAllowed
- public ParameterDefinition[] getParameterDefinition()
public void setParameterDefinition(ParameterDefinition[] parameterDefinition)
parameterDefinition
- public ParameterDefinition getParameterDefinition(int i)
public void setParameterDefinition(int i, ParameterDefinition _value)
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public 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)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |