org.gcube.indexmanagement.storagehandling.stubs
Class DeltaFileInfoType

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

public class DeltaFileInfoType
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
DeltaFileInfoType()
           
DeltaFileInfoType(DeltaActionType deltaAction, String deltaFileID, int documentCount, String indexTypeID)
           
 
Method Summary
 boolean equals(Object obj)
           
 DeltaActionType getDeltaAction()
          Gets the deltaAction value for this DeltaFileInfoType.
 String getDeltaFileID()
          Gets the deltaFileID value for this DeltaFileInfoType.
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 int getDocumentCount()
          Gets the documentCount value for this DeltaFileInfoType.
 String getIndexTypeID()
          Gets the indexTypeID value for this DeltaFileInfoType.
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 setDeltaAction(DeltaActionType deltaAction)
          Sets the deltaAction value for this DeltaFileInfoType.
 void setDeltaFileID(String deltaFileID)
          Sets the deltaFileID value for this DeltaFileInfoType.
 void setDocumentCount(int documentCount)
          Sets the documentCount value for this DeltaFileInfoType.
 void setIndexTypeID(String indexTypeID)
          Sets the indexTypeID value for this DeltaFileInfoType.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeltaFileInfoType

public DeltaFileInfoType()

DeltaFileInfoType

public DeltaFileInfoType(DeltaActionType deltaAction,
                         String deltaFileID,
                         int documentCount,
                         String indexTypeID)
Method Detail

getDeltaFileID

public String getDeltaFileID()
Gets the deltaFileID value for this DeltaFileInfoType.

Returns:
deltaFileID

setDeltaFileID

public void setDeltaFileID(String deltaFileID)
Sets the deltaFileID value for this DeltaFileInfoType.

Parameters:
deltaFileID -

getDeltaAction

public DeltaActionType getDeltaAction()
Gets the deltaAction value for this DeltaFileInfoType.

Returns:
deltaAction

setDeltaAction

public void setDeltaAction(DeltaActionType deltaAction)
Sets the deltaAction value for this DeltaFileInfoType.

Parameters:
deltaAction -

getDocumentCount

public int getDocumentCount()
Gets the documentCount value for this DeltaFileInfoType.

Returns:
documentCount

setDocumentCount

public void setDocumentCount(int documentCount)
Sets the documentCount value for this DeltaFileInfoType.

Parameters:
documentCount -

getIndexTypeID

public String getIndexTypeID()
Gets the indexTypeID value for this DeltaFileInfoType.

Returns:
indexTypeID

setIndexTypeID

public void setIndexTypeID(String indexTypeID)
Sets the indexTypeID value for this DeltaFileInfoType.

Parameters:
indexTypeID -

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.