org.gcube.indexmanagement.storagehandling.stubs
Class UpdateNotificationMessageType

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

public class UpdateNotificationMessageType
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
UpdateNotificationMessageType()
           
UpdateNotificationMessageType(int deltaFileIdx, DeltaFileInfoType deltaFileInfo)
           
 
Method Summary
 boolean equals(Object obj)
           
 int getDeltaFileIdx()
          Gets the deltaFileIdx value for this UpdateNotificationMessageType.
 DeltaFileInfoType getDeltaFileInfo()
          Gets the deltaFileInfo value for this UpdateNotificationMessageType.
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
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setDeltaFileIdx(int deltaFileIdx)
          Sets the deltaFileIdx value for this UpdateNotificationMessageType.
 void setDeltaFileInfo(DeltaFileInfoType deltaFileInfo)
          Sets the deltaFileInfo value for this UpdateNotificationMessageType.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UpdateNotificationMessageType

public UpdateNotificationMessageType()

UpdateNotificationMessageType

public UpdateNotificationMessageType(int deltaFileIdx,
                                     DeltaFileInfoType deltaFileInfo)
Method Detail

getDeltaFileInfo

public DeltaFileInfoType getDeltaFileInfo()
Gets the deltaFileInfo value for this UpdateNotificationMessageType.

Returns:
deltaFileInfo

setDeltaFileInfo

public void setDeltaFileInfo(DeltaFileInfoType deltaFileInfo)
Sets the deltaFileInfo value for this UpdateNotificationMessageType.

Parameters:
deltaFileInfo -

getDeltaFileIdx

public int getDeltaFileIdx()
Gets the deltaFileIdx value for this UpdateNotificationMessageType.

Returns:
deltaFileIdx

setDeltaFileIdx

public void setDeltaFileIdx(int deltaFileIdx)
Sets the deltaFileIdx value for this UpdateNotificationMessageType.

Parameters:
deltaFileIdx -

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.