Class WorkflowAction
java.lang.Object
com.polarion.alm.ws.client.types.tracker.WorkflowAction
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorDescriptionWorkflowAction
(int actionId, String actionName, String[] cleanedFeatures, String nativeActionId, String[] requiredFeatures, String[] suggestedFeatures, EnumOptionId targetStatus, String unavailabilityMessage) -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
Gets the actionId value for this WorkflowAction.Gets the actionName value for this WorkflowAction.String[]
Gets the cleanedFeatures value for this WorkflowAction.static org.apache.axis.encoding.Deserializer
getDeserializer
(String mechType, Class _javaType, QName _xmlType) Get Custom DeserializerGets the nativeActionId value for this WorkflowAction.String[]
Gets the requiredFeatures value for this WorkflowAction.static org.apache.axis.encoding.Serializer
getSerializer
(String mechType, Class _javaType, QName _xmlType) Get Custom SerializerString[]
Gets the suggestedFeatures value for this WorkflowAction.Gets the targetStatus value for this WorkflowAction.static org.apache.axis.description.TypeDesc
Return type metadata objectGets the unavailabilityMessage value for this WorkflowAction.int
hashCode()
void
setActionId
(int actionId) Sets the actionId value for this WorkflowAction.void
setActionName
(String actionName) Sets the actionName value for this WorkflowAction.void
setCleanedFeatures
(String[] cleanedFeatures) Sets the cleanedFeatures value for this WorkflowAction.void
setNativeActionId
(String nativeActionId) Sets the nativeActionId value for this WorkflowAction.void
setRequiredFeatures
(String[] requiredFeatures) Sets the requiredFeatures value for this WorkflowAction.void
setSuggestedFeatures
(String[] suggestedFeatures) Sets the suggestedFeatures value for this WorkflowAction.void
setTargetStatus
(EnumOptionId targetStatus) Sets the targetStatus value for this WorkflowAction.void
setUnavailabilityMessage
(String unavailabilityMessage) Sets the unavailabilityMessage value for this WorkflowAction.
-
Constructor Details
-
WorkflowAction
public WorkflowAction() -
WorkflowAction
-
-
Method Details
-
getActionId
public int getActionId()Gets the actionId value for this WorkflowAction.- Returns:
- actionId
-
setActionId
public void setActionId(int actionId) Sets the actionId value for this WorkflowAction.- Parameters:
actionId
-
-
getActionName
Gets the actionName value for this WorkflowAction.- Returns:
- actionName
-
setActionName
Sets the actionName value for this WorkflowAction.- Parameters:
actionName
-
-
getCleanedFeatures
Gets the cleanedFeatures value for this WorkflowAction.- Returns:
- cleanedFeatures
-
setCleanedFeatures
Sets the cleanedFeatures value for this WorkflowAction.- Parameters:
cleanedFeatures
-
-
getNativeActionId
Gets the nativeActionId value for this WorkflowAction.- Returns:
- nativeActionId
-
setNativeActionId
Sets the nativeActionId value for this WorkflowAction.- Parameters:
nativeActionId
-
-
getRequiredFeatures
Gets the requiredFeatures value for this WorkflowAction.- Returns:
- requiredFeatures
-
setRequiredFeatures
Sets the requiredFeatures value for this WorkflowAction.- Parameters:
requiredFeatures
-
-
getSuggestedFeatures
Gets the suggestedFeatures value for this WorkflowAction.- Returns:
- suggestedFeatures
-
setSuggestedFeatures
Sets the suggestedFeatures value for this WorkflowAction.- Parameters:
suggestedFeatures
-
-
getTargetStatus
Gets the targetStatus value for this WorkflowAction.- Returns:
- targetStatus
-
setTargetStatus
Sets the targetStatus value for this WorkflowAction.- Parameters:
targetStatus
-
-
equals
-
hashCode
public int hashCode() -
getTypeDesc
public static org.apache.axis.description.TypeDesc getTypeDesc()Return type metadata object -
getSerializer
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType) Get Custom Serializer -
getDeserializer
public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType) Get Custom Deserializer
-