org.gcube.contentmanagement.timeseriesservice.stubs
Class GetTransformationStatusResponse

java.lang.Object
  extended by org.gcube.contentmanagement.timeseriesservice.stubs.GetTransformationStatusResponse
All Implemented Interfaces:
Serializable

public class GetTransformationStatusResponse
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
GetTransformationStatusResponse()
           
GetTransformationStatusResponse(String cause, float percent, String[] resutLayers, Status status)
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetTransformationStatusResponse

public GetTransformationStatusResponse()

GetTransformationStatusResponse

public GetTransformationStatusResponse(String cause,
                                       float percent,
                                       String[] resutLayers,
                                       Status status)
Method Detail

getPercent

public float getPercent()
Gets the percent value for this GetTransformationStatusResponse.

Returns:
percent

setPercent

public void setPercent(float percent)
Sets the percent value for this GetTransformationStatusResponse.

Parameters:
percent -

getStatus

public Status getStatus()
Gets the status value for this GetTransformationStatusResponse.

Returns:
status

setStatus

public void setStatus(Status status)
Sets the status value for this GetTransformationStatusResponse.

Parameters:
status -

getResutLayers

public String[] getResutLayers()
Gets the resutLayers value for this GetTransformationStatusResponse.

Returns:
resutLayers

setResutLayers

public void setResutLayers(String[] resutLayers)
Sets the resutLayers value for this GetTransformationStatusResponse.

Parameters:
resutLayers -

getResutLayers

public String getResutLayers(int i)

setResutLayers

public void setResutLayers(int i,
                           String _value)

getCause

public String getCause()
Gets the cause value for this GetTransformationStatusResponse.

Returns:
cause

setCause

public void setCause(String cause)
Sets the cause value for this GetTransformationStatusResponse.

Parameters:
cause -

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.