com.easylink.webtools.services.SendFaxManagement.Types
Class FaxDataFiles

java.lang.Object
  extended by com.easylink.webtools.services.SendFaxManagement.Types.FaxDataFiles
All Implemented Interfaces:
java.io.Serializable

public class FaxDataFiles
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
FaxDataFiles()
           
FaxDataFiles(Data[] data)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 Data[] getData()
          Gets the data value for this FaxDataFiles.
 Data getData(int i)
           
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setData(Data[] data)
          Sets the data value for this FaxDataFiles.
 void setData(int i, Data _value)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FaxDataFiles

public FaxDataFiles()

FaxDataFiles

public FaxDataFiles(Data[] data)
Method Detail

getData

public Data[] getData()
Gets the data value for this FaxDataFiles.

Returns:
data

setData

public void setData(Data[] data)
Sets the data value for this FaxDataFiles.

Parameters:
data -

getData

public Data getData(int i)

setData

public void setData(int i,
                    Data _value)

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer