hudson.plugins.sfee.webservice
Class DocumentSoapRow

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

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

See Also:
Serialized Form

Constructor Summary
DocumentSoapRow()
           
DocumentSoapRow(java.lang.String createdBy, int currentVersion, java.util.Calendar dateCreated, java.util.Calendar dateLastModified, java.util.Calendar dateVersionCreated, java.lang.String description, java.lang.String fileName, long fileSize, java.lang.String folderId, java.lang.String folderPathString, java.lang.String folderTitle, java.lang.String id, java.lang.String lastModifiedBy, java.lang.String lastModifiedByFullName, java.lang.String mimeType, java.lang.String projectId, java.lang.String projectPathString, java.lang.String projectTitle, java.lang.String title, java.lang.String versionComment, java.lang.String versionCreatedBy, java.lang.String versionCreatedByFullname, java.lang.String versionId, int versionNumber, java.lang.String versionStatus)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getCreatedBy()
          Gets the createdBy value for this DocumentSoapRow.
 int getCurrentVersion()
          Gets the currentVersion value for this DocumentSoapRow.
 java.util.Calendar getDateCreated()
          Gets the dateCreated value for this DocumentSoapRow.
 java.util.Calendar getDateLastModified()
          Gets the dateLastModified value for this DocumentSoapRow.
 java.util.Calendar getDateVersionCreated()
          Gets the dateVersionCreated value for this DocumentSoapRow.
 java.lang.String getDescription()
          Gets the description value for this DocumentSoapRow.
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 DocumentSoapRow.
 long getFileSize()
          Gets the fileSize value for this DocumentSoapRow.
 java.lang.String getFolderId()
          Gets the folderId value for this DocumentSoapRow.
 java.lang.String getFolderPathString()
          Gets the folderPathString value for this DocumentSoapRow.
 java.lang.String getFolderTitle()
          Gets the folderTitle value for this DocumentSoapRow.
 java.lang.String getId()
          Gets the id value for this DocumentSoapRow.
 java.lang.String getLastModifiedBy()
          Gets the lastModifiedBy value for this DocumentSoapRow.
 java.lang.String getLastModifiedByFullName()
          Gets the lastModifiedByFullName value for this DocumentSoapRow.
 java.lang.String getMimeType()
          Gets the mimeType value for this DocumentSoapRow.
 java.lang.String getProjectId()
          Gets the projectId value for this DocumentSoapRow.
 java.lang.String getProjectPathString()
          Gets the projectPathString value for this DocumentSoapRow.
 java.lang.String getProjectTitle()
          Gets the projectTitle value for this DocumentSoapRow.
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 getTitle()
          Gets the title value for this DocumentSoapRow.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 java.lang.String getVersionComment()
          Gets the versionComment value for this DocumentSoapRow.
 java.lang.String getVersionCreatedBy()
          Gets the versionCreatedBy value for this DocumentSoapRow.
 java.lang.String getVersionCreatedByFullname()
          Gets the versionCreatedByFullname value for this DocumentSoapRow.
 java.lang.String getVersionId()
          Gets the versionId value for this DocumentSoapRow.
 int getVersionNumber()
          Gets the versionNumber value for this DocumentSoapRow.
 java.lang.String getVersionStatus()
          Gets the versionStatus value for this DocumentSoapRow.
 int hashCode()
           
 void setCreatedBy(java.lang.String createdBy)
          Sets the createdBy value for this DocumentSoapRow.
 void setCurrentVersion(int currentVersion)
          Sets the currentVersion value for this DocumentSoapRow.
 void setDateCreated(java.util.Calendar dateCreated)
          Sets the dateCreated value for this DocumentSoapRow.
 void setDateLastModified(java.util.Calendar dateLastModified)
          Sets the dateLastModified value for this DocumentSoapRow.
 void setDateVersionCreated(java.util.Calendar dateVersionCreated)
          Sets the dateVersionCreated value for this DocumentSoapRow.
 void setDescription(java.lang.String description)
          Sets the description value for this DocumentSoapRow.
 void setFileName(java.lang.String fileName)
          Sets the fileName value for this DocumentSoapRow.
 void setFileSize(long fileSize)
          Sets the fileSize value for this DocumentSoapRow.
 void setFolderId(java.lang.String folderId)
          Sets the folderId value for this DocumentSoapRow.
 void setFolderPathString(java.lang.String folderPathString)
          Sets the folderPathString value for this DocumentSoapRow.
 void setFolderTitle(java.lang.String folderTitle)
          Sets the folderTitle value for this DocumentSoapRow.
 void setId(java.lang.String id)
          Sets the id value for this DocumentSoapRow.
 void setLastModifiedBy(java.lang.String lastModifiedBy)
          Sets the lastModifiedBy value for this DocumentSoapRow.
 void setLastModifiedByFullName(java.lang.String lastModifiedByFullName)
          Sets the lastModifiedByFullName value for this DocumentSoapRow.
 void setMimeType(java.lang.String mimeType)
          Sets the mimeType value for this DocumentSoapRow.
 void setProjectId(java.lang.String projectId)
          Sets the projectId value for this DocumentSoapRow.
 void setProjectPathString(java.lang.String projectPathString)
          Sets the projectPathString value for this DocumentSoapRow.
 void setProjectTitle(java.lang.String projectTitle)
          Sets the projectTitle value for this DocumentSoapRow.
 void setTitle(java.lang.String title)
          Sets the title value for this DocumentSoapRow.
 void setVersionComment(java.lang.String versionComment)
          Sets the versionComment value for this DocumentSoapRow.
 void setVersionCreatedBy(java.lang.String versionCreatedBy)
          Sets the versionCreatedBy value for this DocumentSoapRow.
 void setVersionCreatedByFullname(java.lang.String versionCreatedByFullname)
          Sets the versionCreatedByFullname value for this DocumentSoapRow.
 void setVersionId(java.lang.String versionId)
          Sets the versionId value for this DocumentSoapRow.
 void setVersionNumber(int versionNumber)
          Sets the versionNumber value for this DocumentSoapRow.
 void setVersionStatus(java.lang.String versionStatus)
          Sets the versionStatus value for this DocumentSoapRow.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DocumentSoapRow

public DocumentSoapRow()

DocumentSoapRow

public DocumentSoapRow(java.lang.String createdBy,
                       int currentVersion,
                       java.util.Calendar dateCreated,
                       java.util.Calendar dateLastModified,
                       java.util.Calendar dateVersionCreated,
                       java.lang.String description,
                       java.lang.String fileName,
                       long fileSize,
                       java.lang.String folderId,
                       java.lang.String folderPathString,
                       java.lang.String folderTitle,
                       java.lang.String id,
                       java.lang.String lastModifiedBy,
                       java.lang.String lastModifiedByFullName,
                       java.lang.String mimeType,
                       java.lang.String projectId,
                       java.lang.String projectPathString,
                       java.lang.String projectTitle,
                       java.lang.String title,
                       java.lang.String versionComment,
                       java.lang.String versionCreatedBy,
                       java.lang.String versionCreatedByFullname,
                       java.lang.String versionId,
                       int versionNumber,
                       java.lang.String versionStatus)
Method Detail

getCreatedBy

public java.lang.String getCreatedBy()
Gets the createdBy value for this DocumentSoapRow.

Returns:
createdBy

setCreatedBy

public void setCreatedBy(java.lang.String createdBy)
Sets the createdBy value for this DocumentSoapRow.

Parameters:
createdBy -

getCurrentVersion

public int getCurrentVersion()
Gets the currentVersion value for this DocumentSoapRow.

Returns:
currentVersion

setCurrentVersion

public void setCurrentVersion(int currentVersion)
Sets the currentVersion value for this DocumentSoapRow.

Parameters:
currentVersion -

getDateCreated

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

Returns:
dateCreated

setDateCreated

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

Parameters:
dateCreated -

getDateLastModified

public java.util.Calendar getDateLastModified()
Gets the dateLastModified value for this DocumentSoapRow.

Returns:
dateLastModified

setDateLastModified

public void setDateLastModified(java.util.Calendar dateLastModified)
Sets the dateLastModified value for this DocumentSoapRow.

Parameters:
dateLastModified -

getDateVersionCreated

public java.util.Calendar getDateVersionCreated()
Gets the dateVersionCreated value for this DocumentSoapRow.

Returns:
dateVersionCreated

setDateVersionCreated

public void setDateVersionCreated(java.util.Calendar dateVersionCreated)
Sets the dateVersionCreated value for this DocumentSoapRow.

Parameters:
dateVersionCreated -

getDescription

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

Returns:
description

setDescription

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

Parameters:
description -

getFileName

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

Returns:
fileName

setFileName

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

Parameters:
fileName -

getFileSize

public long getFileSize()
Gets the fileSize value for this DocumentSoapRow.

Returns:
fileSize

setFileSize

public void setFileSize(long fileSize)
Sets the fileSize value for this DocumentSoapRow.

Parameters:
fileSize -

getFolderId

public java.lang.String getFolderId()
Gets the folderId value for this DocumentSoapRow.

Returns:
folderId

setFolderId

public void setFolderId(java.lang.String folderId)
Sets the folderId value for this DocumentSoapRow.

Parameters:
folderId -

getFolderPathString

public java.lang.String getFolderPathString()
Gets the folderPathString value for this DocumentSoapRow.

Returns:
folderPathString

setFolderPathString

public void setFolderPathString(java.lang.String folderPathString)
Sets the folderPathString value for this DocumentSoapRow.

Parameters:
folderPathString -

getFolderTitle

public java.lang.String getFolderTitle()
Gets the folderTitle value for this DocumentSoapRow.

Returns:
folderTitle

setFolderTitle

public void setFolderTitle(java.lang.String folderTitle)
Sets the folderTitle value for this DocumentSoapRow.

Parameters:
folderTitle -

getId

public java.lang.String getId()
Gets the id value for this DocumentSoapRow.

Returns:
id

setId

public void setId(java.lang.String id)
Sets the id value for this DocumentSoapRow.

Parameters:
id -

getLastModifiedBy

public java.lang.String getLastModifiedBy()
Gets the lastModifiedBy value for this DocumentSoapRow.

Returns:
lastModifiedBy

setLastModifiedBy

public void setLastModifiedBy(java.lang.String lastModifiedBy)
Sets the lastModifiedBy value for this DocumentSoapRow.

Parameters:
lastModifiedBy -

getLastModifiedByFullName

public java.lang.String getLastModifiedByFullName()
Gets the lastModifiedByFullName value for this DocumentSoapRow.

Returns:
lastModifiedByFullName

setLastModifiedByFullName

public void setLastModifiedByFullName(java.lang.String lastModifiedByFullName)
Sets the lastModifiedByFullName value for this DocumentSoapRow.

Parameters:
lastModifiedByFullName -

getMimeType

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

Returns:
mimeType

setMimeType

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

Parameters:
mimeType -

getProjectId

public java.lang.String getProjectId()
Gets the projectId value for this DocumentSoapRow.

Returns:
projectId

setProjectId

public void setProjectId(java.lang.String projectId)
Sets the projectId value for this DocumentSoapRow.

Parameters:
projectId -

getProjectPathString

public java.lang.String getProjectPathString()
Gets the projectPathString value for this DocumentSoapRow.

Returns:
projectPathString

setProjectPathString

public void setProjectPathString(java.lang.String projectPathString)
Sets the projectPathString value for this DocumentSoapRow.

Parameters:
projectPathString -

getProjectTitle

public java.lang.String getProjectTitle()
Gets the projectTitle value for this DocumentSoapRow.

Returns:
projectTitle

setProjectTitle

public void setProjectTitle(java.lang.String projectTitle)
Sets the projectTitle value for this DocumentSoapRow.

Parameters:
projectTitle -

getTitle

public java.lang.String getTitle()
Gets the title value for this DocumentSoapRow.

Returns:
title

setTitle

public void setTitle(java.lang.String title)
Sets the title value for this DocumentSoapRow.

Parameters:
title -

getVersionComment

public java.lang.String getVersionComment()
Gets the versionComment value for this DocumentSoapRow.

Returns:
versionComment

setVersionComment

public void setVersionComment(java.lang.String versionComment)
Sets the versionComment value for this DocumentSoapRow.

Parameters:
versionComment -

getVersionCreatedBy

public java.lang.String getVersionCreatedBy()
Gets the versionCreatedBy value for this DocumentSoapRow.

Returns:
versionCreatedBy

setVersionCreatedBy

public void setVersionCreatedBy(java.lang.String versionCreatedBy)
Sets the versionCreatedBy value for this DocumentSoapRow.

Parameters:
versionCreatedBy -

getVersionCreatedByFullname

public java.lang.String getVersionCreatedByFullname()
Gets the versionCreatedByFullname value for this DocumentSoapRow.

Returns:
versionCreatedByFullname

setVersionCreatedByFullname

public void setVersionCreatedByFullname(java.lang.String versionCreatedByFullname)
Sets the versionCreatedByFullname value for this DocumentSoapRow.

Parameters:
versionCreatedByFullname -

getVersionId

public java.lang.String getVersionId()
Gets the versionId value for this DocumentSoapRow.

Returns:
versionId

setVersionId

public void setVersionId(java.lang.String versionId)
Sets the versionId value for this DocumentSoapRow.

Parameters:
versionId -

getVersionNumber

public int getVersionNumber()
Gets the versionNumber value for this DocumentSoapRow.

Returns:
versionNumber

setVersionNumber

public void setVersionNumber(int versionNumber)
Sets the versionNumber value for this DocumentSoapRow.

Parameters:
versionNumber -

getVersionStatus

public java.lang.String getVersionStatus()
Gets the versionStatus value for this DocumentSoapRow.

Returns:
versionStatus

setVersionStatus

public void setVersionStatus(java.lang.String versionStatus)
Sets the versionStatus value for this DocumentSoapRow.

Parameters:
versionStatus -

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