org.gcube_system.namespaces.application.aquamaps.types
Class FileArray

java.lang.Object
  extended by org.gcube_system.namespaces.application.aquamaps.types.FileArray
All Implemented Interfaces:
Serializable

public class FileArray
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
FileArray()
           
FileArray(File[] fileList)
           
 
Method Summary
 boolean equals(Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 File[] getFileList()
          Gets the fileList value for this FileArray.
 File getFileList(int i)
           
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 setFileList(File[] fileList)
          Sets the fileList value for this FileArray.
 void setFileList(int i, File _value)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileArray

public FileArray()

FileArray

public FileArray(File[] fileList)
Method Detail

getFileList

public File[] getFileList()
Gets the fileList value for this FileArray.

Returns:
fileList

setFileList

public void setFileList(File[] fileList)
Sets the fileList value for this FileArray.

Parameters:
fileList -

getFileList

public File getFileList(int i)

setFileList

public void setFileList(int i,
                        File _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.