public class GetTransformationStatusResponse extends Object implements Serializable
| Constructor and Description |
|---|
GetTransformationStatusResponse() |
GetTransformationStatusResponse(String cause,
float percent,
String[] resutLayers,
Status status) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getCause()
Gets the cause value for this GetTransformationStatusResponse.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
float |
getPercent()
Gets the percent value for this GetTransformationStatusResponse.
|
String[] |
getResutLayers()
Gets the resutLayers value for this GetTransformationStatusResponse.
|
String |
getResutLayers(int i) |
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
Status |
getStatus()
Gets the status value for this GetTransformationStatusResponse.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setCause(String cause)
Sets the cause value for this GetTransformationStatusResponse.
|
void |
setPercent(float percent)
Sets the percent value for this GetTransformationStatusResponse.
|
void |
setResutLayers(int i,
String _value) |
void |
setResutLayers(String[] resutLayers)
Sets the resutLayers value for this GetTransformationStatusResponse.
|
void |
setStatus(Status status)
Sets the status value for this GetTransformationStatusResponse.
|
public float getPercent()
public void setPercent(float percent)
percent - public Status getStatus()
public void setStatus(Status status)
status - public String[] getResutLayers()
public void setResutLayers(String[] resutLayers)
resutLayers - public String getResutLayers(int i)
public void setResutLayers(int i,
String _value)
public String getCause()
public void setCause(String cause)
cause - public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2015. All Rights Reserved.