public class FileArray extends Object implements Serializable
| Modifier and Type | Method and Description |
|---|---|
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) |
public FileArray()
public FileArray(File[] fileList)
public File[] getFileList()
public void setFileList(File[] fileList)
fileList - public File getFileList(int i)
public void setFileList(int i,
File _value)
public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2014. All Rights Reserved.