org.gcube_system.namespaces.data.analysis.statisticalmanager.types
Class SMError

java.lang.Object
  extended by org.gcube_system.namespaces.data.analysis.statisticalmanager.types.SMResource
      extended by org.gcube_system.namespaces.data.analysis.statisticalmanager.types.SMError
All Implemented Interfaces:
Serializable

public class SMError
extends SMResource
implements Serializable

See Also:
Serialized Form

Constructor Summary
SMError()
           
SMError(String message)
           
 
Method Summary
 boolean equals(Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 String getMessage()
          Gets the message value for this SMError.
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 setMessage(String message)
          Sets the message value for this SMError.
 
Methods inherited from class org.gcube_system.namespaces.data.analysis.statisticalmanager.types.SMResource
getAlgorithm, getCreationDate, getDescription, getName, getOperationId, getPortalLogin, getProvenance, getResourceId, getResourceType, setAlgorithm, setCreationDate, setDescription, setName, setOperationId, setPortalLogin, setProvenance, setResourceId, setResourceType
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SMError

public SMError()

SMError

public SMError(String message)
Method Detail

getMessage

public String getMessage()
Gets the message value for this SMError.

Returns:
message

setMessage

public void setMessage(String message)
Sets the message value for this SMError.

Parameters:
message -

equals

public boolean equals(Object obj)
Overrides:
equals in class SMResource

hashCode

public int hashCode()
Overrides:
hashCode in class SMResource

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.