public class ExecutionExternalProgressEvent extends Object implements Serializable
| Constructor and Description |
|---|
ExecutionExternalProgressEvent() |
ExecutionExternalProgressEvent(int currentStep,
String emiterID,
String externalEmiterName,
String message,
boolean reportProgress,
int totalStep) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
getCurrentStep()
Gets the currentStep value for this ExecutionExternalProgressEvent.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
String |
getEmiterID()
Gets the emiterID value for this ExecutionExternalProgressEvent.
|
String |
getExternalEmiterName()
Gets the externalEmiterName value for this ExecutionExternalProgressEvent.
|
String |
getMessage()
Gets the message value for this ExecutionExternalProgressEvent.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
int |
getTotalStep()
Gets the totalStep value for this ExecutionExternalProgressEvent.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
boolean |
isReportProgress()
Gets the reportProgress value for this ExecutionExternalProgressEvent.
|
void |
setCurrentStep(int currentStep)
Sets the currentStep value for this ExecutionExternalProgressEvent.
|
void |
setEmiterID(String emiterID)
Sets the emiterID value for this ExecutionExternalProgressEvent.
|
void |
setExternalEmiterName(String externalEmiterName)
Sets the externalEmiterName value for this ExecutionExternalProgressEvent.
|
void |
setMessage(String message)
Sets the message value for this ExecutionExternalProgressEvent.
|
void |
setReportProgress(boolean reportProgress)
Sets the reportProgress value for this ExecutionExternalProgressEvent.
|
void |
setTotalStep(int totalStep)
Sets the totalStep value for this ExecutionExternalProgressEvent.
|
public boolean isReportProgress()
public void setReportProgress(boolean reportProgress)
reportProgress - public int getCurrentStep()
public void setCurrentStep(int currentStep)
currentStep - public int getTotalStep()
public void setTotalStep(int totalStep)
totalStep - public String getMessage()
public void setMessage(String message)
message - public String getEmiterID()
public void setEmiterID(String emiterID)
emiterID - public String getExternalEmiterName()
public void setExternalEmiterName(String externalEmiterName)
externalEmiterName - public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2016. All Rights Reserved.