com.trackstudio.soap.client
Class ReportDataBean

java.lang.Object
  extended by com.trackstudio.soap.client.ReportDataBean
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
ReportDataBean()
           
ReportDataBean(byte[] data, int size)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 byte[] getData()
          Gets the data value for this ReportDataBean.
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
 int getSize()
          Gets the size value for this ReportDataBean.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setData(byte[] data)
          Sets the data value for this ReportDataBean.
 void setSize(int size)
          Sets the size value for this ReportDataBean.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReportDataBean

public ReportDataBean()

ReportDataBean

public ReportDataBean(byte[] data,
                      int size)
Method Detail

getData

public byte[] getData()
Gets the data value for this ReportDataBean.

Returns:
data

setData

public void setData(byte[] data)
Sets the data value for this ReportDataBean.

Parameters:
data -

getSize

public int getSize()
Gets the size value for this ReportDataBean.

Returns:
size

setSize

public void setSize(int size)
Sets the size value for this ReportDataBean.

Parameters:
size -

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



Copyright © 2002-2005 TrackStudio, Ltd. All Rights Reserved.