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

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

public class StatusReport
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
StatusReport()
           
StatusReport(String error, String errorDetails, ExecutionEvent[] events, boolean isCompleted, JobOutput[] output, String plan)
           
 
Method Summary
 boolean equals(Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 String getError()
          Gets the error value for this StatusReport.
 String getErrorDetails()
          Gets the errorDetails value for this StatusReport.
 ExecutionEvent[] getEvents()
          Gets the events value for this StatusReport.
 ExecutionEvent getEvents(int i)
           
 JobOutput[] getOutput()
          Gets the output value for this StatusReport.
 JobOutput getOutput(int i)
           
 String getPlan()
          Gets the plan value for this StatusReport.
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()
           
 boolean isIsCompleted()
          Gets the isCompleted value for this StatusReport.
 void setError(String error)
          Sets the error value for this StatusReport.
 void setErrorDetails(String errorDetails)
          Sets the errorDetails value for this StatusReport.
 void setEvents(ExecutionEvent[] events)
          Sets the events value for this StatusReport.
 void setEvents(int i, ExecutionEvent _value)
           
 void setIsCompleted(boolean isCompleted)
          Sets the isCompleted value for this StatusReport.
 void setOutput(int i, JobOutput _value)
           
 void setOutput(JobOutput[] output)
          Sets the output value for this StatusReport.
 void setPlan(String plan)
          Sets the plan value for this StatusReport.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StatusReport

public StatusReport()

StatusReport

public StatusReport(String error,
                    String errorDetails,
                    ExecutionEvent[] events,
                    boolean isCompleted,
                    JobOutput[] output,
                    String plan)
Method Detail

isIsCompleted

public boolean isIsCompleted()
Gets the isCompleted value for this StatusReport.

Returns:
isCompleted

setIsCompleted

public void setIsCompleted(boolean isCompleted)
Sets the isCompleted value for this StatusReport.

Parameters:
isCompleted -

getPlan

public String getPlan()
Gets the plan value for this StatusReport.

Returns:
plan

setPlan

public void setPlan(String plan)
Sets the plan value for this StatusReport.

Parameters:
plan -

getEvents

public ExecutionEvent[] getEvents()
Gets the events value for this StatusReport.

Returns:
events

setEvents

public void setEvents(ExecutionEvent[] events)
Sets the events value for this StatusReport.

Parameters:
events -

getEvents

public ExecutionEvent getEvents(int i)

setEvents

public void setEvents(int i,
                      ExecutionEvent _value)

getOutput

public JobOutput[] getOutput()
Gets the output value for this StatusReport.

Returns:
output

setOutput

public void setOutput(JobOutput[] output)
Sets the output value for this StatusReport.

Parameters:
output -

getOutput

public JobOutput getOutput(int i)

setOutput

public void setOutput(int i,
                      JobOutput _value)

getError

public String getError()
Gets the error value for this StatusReport.

Returns:
error

setError

public void setError(String error)
Sets the error value for this StatusReport.

Parameters:
error -

getErrorDetails

public String getErrorDetails()
Gets the errorDetails value for this StatusReport.

Returns:
errorDetails

setErrorDetails

public void setErrorDetails(String errorDetails)
Sets the errorDetails value for this StatusReport.

Parameters:
errorDetails -

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.