public class SMOperationInfo extends Object implements Serializable
| Constructor and Description |
|---|
SMOperationInfo() |
SMOperationInfo(String percentage,
int status) |
| 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 |
getPercentage()
Gets the percentage value for this SMOperationInfo.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
int |
getStatus()
Gets the status value for this SMOperationInfo.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setPercentage(String percentage)
Sets the percentage value for this SMOperationInfo.
|
void |
setStatus(int status)
Sets the status value for this SMOperationInfo.
|
public SMOperationInfo()
public SMOperationInfo(String percentage, int status)
public int getStatus()
public void setStatus(int status)
status - public String getPercentage()
public void setPercentage(String percentage)
percentage - public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2014. All Rights Reserved.