org.gcube.execution.workflowengine.service.stubs
Class StatusRequest

java.lang.Object
  extended by org.gcube.execution.workflowengine.service.stubs.StatusRequest
All Implemented Interfaces:
Serializable

public class StatusRequest
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
StatusRequest()
           
StatusRequest(String executionID, Boolean includePlan)
           
 
Method Summary
 boolean equals(Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 String getExecutionID()
          Gets the executionID value for this StatusRequest.
 Boolean getIncludePlan()
          Gets the includePlan value for this StatusRequest.
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setExecutionID(String executionID)
          Sets the executionID value for this StatusRequest.
 void setIncludePlan(Boolean includePlan)
          Sets the includePlan value for this StatusRequest.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StatusRequest

public StatusRequest()

StatusRequest

public StatusRequest(String executionID,
                     Boolean includePlan)
Method Detail

getExecutionID

public String getExecutionID()
Gets the executionID value for this StatusRequest.

Returns:
executionID

setExecutionID

public void setExecutionID(String executionID)
Sets the executionID value for this StatusRequest.

Parameters:
executionID -

getIncludePlan

public Boolean getIncludePlan()
Gets the includePlan value for this StatusRequest.

Returns:
includePlan

setIncludePlan

public void setIncludePlan(Boolean includePlan)
Sets the includePlan value for this StatusRequest.

Parameters:
includePlan -

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

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



Copyright © 2012. All Rights Reserved.