hudson.plugins.sfee.webservice
Class AttachmentSoapRow

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

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

See Also:
Serialized Form

Constructor Summary
AttachmentSoapRow()
           
AttachmentSoapRow(java.lang.String attachmentId, java.util.Calendar dateCreated, java.lang.String fileName, java.lang.String fileSize, java.lang.String mimetype, java.lang.String rawFileId, java.lang.String storedFileId)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getAttachmentId()
          Gets the attachmentId value for this AttachmentSoapRow.
 java.util.Calendar getDateCreated()
          Gets the dateCreated value for this AttachmentSoapRow.
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 AttachmentSoapRow.
 java.lang.String getFileSize()
          Gets the fileSize value for this AttachmentSoapRow.
 java.lang.String getMimetype()
          Gets the mimetype value for this AttachmentSoapRow.
 java.lang.String getRawFileId()
          Gets the rawFileId value for this AttachmentSoapRow.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 java.lang.String getStoredFileId()
          Gets the storedFileId value for this AttachmentSoapRow.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setAttachmentId(java.lang.String attachmentId)
          Sets the attachmentId value for this AttachmentSoapRow.
 void setDateCreated(java.util.Calendar dateCreated)
          Sets the dateCreated value for this AttachmentSoapRow.
 void setFileName(java.lang.String fileName)
          Sets the fileName value for this AttachmentSoapRow.
 void setFileSize(java.lang.String fileSize)
          Sets the fileSize value for this AttachmentSoapRow.
 void setMimetype(java.lang.String mimetype)
          Sets the mimetype value for this AttachmentSoapRow.
 void setRawFileId(java.lang.String rawFileId)
          Sets the rawFileId value for this AttachmentSoapRow.
 void setStoredFileId(java.lang.String storedFileId)
          Sets the storedFileId value for this AttachmentSoapRow.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttachmentSoapRow

public AttachmentSoapRow()

AttachmentSoapRow

public AttachmentSoapRow(java.lang.String attachmentId,
                         java.util.Calendar dateCreated,
                         java.lang.String fileName,
                         java.lang.String fileSize,
                         java.lang.String mimetype,
                         java.lang.String rawFileId,
                         java.lang.String storedFileId)
Method Detail

getAttachmentId

public java.lang.String getAttachmentId()
Gets the attachmentId value for this AttachmentSoapRow.

Returns:
attachmentId

setAttachmentId

public void setAttachmentId(java.lang.String attachmentId)
Sets the attachmentId value for this AttachmentSoapRow.

Parameters:
attachmentId -

getDateCreated

public java.util.Calendar getDateCreated()
Gets the dateCreated value for this AttachmentSoapRow.

Returns:
dateCreated

setDateCreated

public void setDateCreated(java.util.Calendar dateCreated)
Sets the dateCreated value for this AttachmentSoapRow.

Parameters:
dateCreated -

getFileName

public java.lang.String getFileName()
Gets the fileName value for this AttachmentSoapRow.

Returns:
fileName

setFileName

public void setFileName(java.lang.String fileName)
Sets the fileName value for this AttachmentSoapRow.

Parameters:
fileName -

getFileSize

public java.lang.String getFileSize()
Gets the fileSize value for this AttachmentSoapRow.

Returns:
fileSize

setFileSize

public void setFileSize(java.lang.String fileSize)
Sets the fileSize value for this AttachmentSoapRow.

Parameters:
fileSize -

getMimetype

public java.lang.String getMimetype()
Gets the mimetype value for this AttachmentSoapRow.

Returns:
mimetype

setMimetype

public void setMimetype(java.lang.String mimetype)
Sets the mimetype value for this AttachmentSoapRow.

Parameters:
mimetype -

getRawFileId

public java.lang.String getRawFileId()
Gets the rawFileId value for this AttachmentSoapRow.

Returns:
rawFileId

setRawFileId

public void setRawFileId(java.lang.String rawFileId)
Sets the rawFileId value for this AttachmentSoapRow.

Parameters:
rawFileId -

getStoredFileId

public java.lang.String getStoredFileId()
Gets the storedFileId value for this AttachmentSoapRow.

Returns:
storedFileId

setStoredFileId

public void setStoredFileId(java.lang.String storedFileId)
Sets the storedFileId value for this AttachmentSoapRow.

Parameters:
storedFileId -

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