gov.nih.nci.cagrid.workflow.stubs.types
Class WorkflowStatusEventType

java.lang.Object
  extended by gov.nih.nci.cagrid.workflow.stubs.types.WorkflowStatusEventType
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
WorkflowStatusEventType()
           
WorkflowStatusEventType(java.lang.String currentOperation, WorkflowStateType state, java.lang.String timestamp)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getCurrentOperation()
          Gets the currentOperation value for this WorkflowStatusEventType.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 WorkflowStateType getState()
          Gets the state value for this WorkflowStatusEventType.
 java.lang.String getTimestamp()
          Gets the timestamp value for this WorkflowStatusEventType.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setCurrentOperation(java.lang.String currentOperation)
          Sets the currentOperation value for this WorkflowStatusEventType.
 void setState(WorkflowStateType state)
          Sets the state value for this WorkflowStatusEventType.
 void setTimestamp(java.lang.String timestamp)
          Sets the timestamp value for this WorkflowStatusEventType.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WorkflowStatusEventType

public WorkflowStatusEventType()

WorkflowStatusEventType

public WorkflowStatusEventType(java.lang.String currentOperation,
                               WorkflowStateType state,
                               java.lang.String timestamp)
Method Detail

getTimestamp

public java.lang.String getTimestamp()
Gets the timestamp value for this WorkflowStatusEventType.

Returns:
timestamp

setTimestamp

public void setTimestamp(java.lang.String timestamp)
Sets the timestamp value for this WorkflowStatusEventType.

Parameters:
timestamp -

getState

public WorkflowStateType getState()
Gets the state value for this WorkflowStatusEventType.

Returns:
state

setState

public void setState(WorkflowStateType state)
Sets the state value for this WorkflowStatusEventType.

Parameters:
state -

getCurrentOperation

public java.lang.String getCurrentOperation()
Gets the currentOperation value for this WorkflowStatusEventType.

Returns:
currentOperation

setCurrentOperation

public void setCurrentOperation(java.lang.String currentOperation)
Sets the currentOperation value for this WorkflowStatusEventType.

Parameters:
currentOperation -

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