org.evolvis
Class DocumentFile

java.lang.Object
  extended by org.evolvis.DocumentFile
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
DocumentFile()
           
DocumentFile(java.lang.String filename, java.lang.String filetype, java.lang.String data)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getData()
          Gets the data value for this DocumentFile.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 java.lang.String getFilename()
          Gets the filename value for this DocumentFile.
 java.lang.String getFiletype()
          Gets the filetype value for this DocumentFile.
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(java.lang.String data)
          Sets the data value for this DocumentFile.
 void setFilename(java.lang.String filename)
          Sets the filename value for this DocumentFile.
 void setFiletype(java.lang.String filetype)
          Sets the filetype value for this DocumentFile.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DocumentFile

public DocumentFile()

DocumentFile

public DocumentFile(java.lang.String filename,
                    java.lang.String filetype,
                    java.lang.String data)
Method Detail

getFilename

public java.lang.String getFilename()
Gets the filename value for this DocumentFile.

Returns:
filename

setFilename

public void setFilename(java.lang.String filename)
Sets the filename value for this DocumentFile.

Parameters:
filename -

getFiletype

public java.lang.String getFiletype()
Gets the filetype value for this DocumentFile.

Returns:
filetype

setFiletype

public void setFiletype(java.lang.String filetype)
Sets the filetype value for this DocumentFile.

Parameters:
filetype -

getData

public java.lang.String getData()
Gets the data value for this DocumentFile.

Returns:
data

setData

public void setData(java.lang.String data)
Sets the data value for this DocumentFile.

Parameters:
data -

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 © 2007. All Rights Reserved.