org.gcube.indexmanagement.storagehandling.stubs
Class StatusNotificationMessageType

java.lang.Object
  extended by org.gcube.indexmanagement.storagehandling.stubs.StatusNotificationMessageType
All Implemented Interfaces:
Serializable

public class StatusNotificationMessageType
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
StatusNotificationMessageType()
           
StatusNotificationMessageType(String status)
           
 
Method Summary
 boolean equals(Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
 String getStatus()
          Gets the status value for this StatusNotificationMessageType.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setStatus(String status)
          Sets the status value for this StatusNotificationMessageType.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StatusNotificationMessageType

public StatusNotificationMessageType()

StatusNotificationMessageType

public StatusNotificationMessageType(String status)
Method Detail

getStatus

public String getStatus()
Gets the status value for this StatusNotificationMessageType.

Returns:
status

setStatus

public void setStatus(String status)
Sets the status value for this StatusNotificationMessageType.

Parameters:
status -

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 © 2013. All Rights Reserved.