public class StatusRequest extends Object implements Serializable
| Constructor and Description |
|---|
StatusRequest() |
StatusRequest(String executionID,
Boolean includePlan) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public String getExecutionID()
public void setExecutionID(String executionID)
executionID - public Boolean getIncludePlan()
public void setIncludePlan(Boolean includePlan)
includePlan - public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2017. All Rights Reserved.