hudson.plugins.sfee.webservice
Class FrsFileSoapDO

java.lang.Object
  extended by hudson.plugins.sfee.webservice.ObjectSoapDO
      extended by hudson.plugins.sfee.webservice.ItemSoapDO
          extended by hudson.plugins.sfee.webservice.FrsFileSoapDO
All Implemented Interfaces:
java.io.Serializable

public class FrsFileSoapDO
extends ItemSoapDO
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
FrsFileSoapDO()
           
FrsFileSoapDO(java.lang.String createdBy, java.util.Calendar createdDate, java.lang.String id, java.lang.String lastModifiedBy, java.util.Calendar lastModifiedDate, int version, java.lang.String folderId, java.lang.String path, java.lang.String title, java.lang.String description, java.lang.String filename, java.lang.String mimeType, long size)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getDescription()
          Gets the description value for this FrsFileSoapDO.
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 FrsFileSoapDO.
 java.lang.String getMimeType()
          Gets the mimeType value for this FrsFileSoapDO.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 long getSize()
          Gets the size value for this FrsFileSoapDO.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setDescription(java.lang.String description)
          Sets the description value for this FrsFileSoapDO.
 void setFilename(java.lang.String filename)
          Sets the filename value for this FrsFileSoapDO.
 void setMimeType(java.lang.String mimeType)
          Sets the mimeType value for this FrsFileSoapDO.
 void setSize(long size)
          Sets the size value for this FrsFileSoapDO.
 
Methods inherited from class hudson.plugins.sfee.webservice.ItemSoapDO
getFolderId, getPath, getTitle, setFolderId, setPath, setTitle
 
Methods inherited from class hudson.plugins.sfee.webservice.ObjectSoapDO
getCreatedBy, getCreatedDate, getId, getLastModifiedBy, getLastModifiedDate, getVersion, setCreatedBy, setCreatedDate, setId, setLastModifiedBy, setLastModifiedDate, setVersion
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FrsFileSoapDO

public FrsFileSoapDO()

FrsFileSoapDO

public FrsFileSoapDO(java.lang.String createdBy,
                     java.util.Calendar createdDate,
                     java.lang.String id,
                     java.lang.String lastModifiedBy,
                     java.util.Calendar lastModifiedDate,
                     int version,
                     java.lang.String folderId,
                     java.lang.String path,
                     java.lang.String title,
                     java.lang.String description,
                     java.lang.String filename,
                     java.lang.String mimeType,
                     long size)
Method Detail

getDescription

public java.lang.String getDescription()
Gets the description value for this FrsFileSoapDO.

Returns:
description

setDescription

public void setDescription(java.lang.String description)
Sets the description value for this FrsFileSoapDO.

Parameters:
description -

getFilename

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

Returns:
filename

setFilename

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

Parameters:
filename -

getMimeType

public java.lang.String getMimeType()
Gets the mimeType value for this FrsFileSoapDO.

Returns:
mimeType

setMimeType

public void setMimeType(java.lang.String mimeType)
Sets the mimeType value for this FrsFileSoapDO.

Parameters:
mimeType -

getSize

public long getSize()
Gets the size value for this FrsFileSoapDO.

Returns:
size

setSize

public void setSize(long size)
Sets the size value for this FrsFileSoapDO.

Parameters:
size -

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class ItemSoapDO

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