Class WorkflowAction
java.lang.Object
com.polarion.alm.ws.client.types.tracker.WorkflowAction
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionWorkflowAction(int actionId, String actionName, String[] cleanedFeatures, String nativeActionId, String[] requiredFeatures, String[] suggestedFeatures, EnumOptionId targetStatus, String unavailabilityMessage) -
Method Summary
Modifier and TypeMethodDescriptionbooleanintGets 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.DeserializergetDeserializer(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.SerializergetSerializer(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.TypeDescReturn type metadata objectGets the unavailabilityMessage value for this WorkflowAction.inthashCode()voidsetActionId(int actionId) Sets the actionId value for this WorkflowAction.voidsetActionName(String actionName) Sets the actionName value for this WorkflowAction.voidsetCleanedFeatures(String[] cleanedFeatures) Sets the cleanedFeatures value for this WorkflowAction.voidsetNativeActionId(String nativeActionId) Sets the nativeActionId value for this WorkflowAction.voidsetRequiredFeatures(String[] requiredFeatures) Sets the requiredFeatures value for this WorkflowAction.voidsetSuggestedFeatures(String[] suggestedFeatures) Sets the suggestedFeatures value for this WorkflowAction.voidsetTargetStatus(EnumOptionId targetStatus) Sets the targetStatus value for this WorkflowAction.voidsetUnavailabilityMessage(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
-