org.gcube.indexmanagement.storagehandling.stubs
Class GetDeltaFileListResponse

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

public class GetDeltaFileListResponse
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
GetDeltaFileListResponse()
           
GetDeltaFileListResponse(DeltaFileInfoType[] deltaFiles)
           
 
Method Summary
 boolean equals(Object obj)
           
 DeltaFileInfoType[] getDeltaFiles()
          Gets the deltaFiles value for this GetDeltaFileListResponse.
 DeltaFileInfoType getDeltaFiles(int i)
           
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 setDeltaFiles(DeltaFileInfoType[] deltaFiles)
          Sets the deltaFiles value for this GetDeltaFileListResponse.
 void setDeltaFiles(int i, DeltaFileInfoType _value)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetDeltaFileListResponse

public GetDeltaFileListResponse()

GetDeltaFileListResponse

public GetDeltaFileListResponse(DeltaFileInfoType[] deltaFiles)
Method Detail

getDeltaFiles

public DeltaFileInfoType[] getDeltaFiles()
Gets the deltaFiles value for this GetDeltaFileListResponse.

Returns:
deltaFiles

setDeltaFiles

public void setDeltaFiles(DeltaFileInfoType[] deltaFiles)
Sets the deltaFiles value for this GetDeltaFileListResponse.

Parameters:
deltaFiles -

getDeltaFiles

public DeltaFileInfoType getDeltaFiles(int i)

setDeltaFiles

public void setDeltaFiles(int i,
                          DeltaFileInfoType _value)

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.