hudson.plugins.sfee.webservice
Class DocumentSoapDO

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

public class DocumentSoapDO
extends ItemSoapDO
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
DocumentSoapDO()
           
DocumentSoapDO(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, int currentVersion, java.util.Calendar dateVersionCreated, java.lang.String description, int documentVersion, java.lang.String fileName, long fileSize, int latestVersion, java.lang.String locale, java.lang.String lockedBy, java.lang.String mimeType, java.lang.String status, java.lang.String versionComment, java.lang.String versionCreatedBy)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 int getCurrentVersion()
          Gets the currentVersion value for this DocumentSoapDO.
 java.util.Calendar getDateVersionCreated()
          Gets the dateVersionCreated value for this DocumentSoapDO.
 java.lang.String getDescription()
          Gets the description value for this DocumentSoapDO.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 int getDocumentVersion()
          Gets the documentVersion value for this DocumentSoapDO.
 java.lang.String getFileName()
          Gets the fileName value for this DocumentSoapDO.
 long getFileSize()
          Gets the fileSize value for this DocumentSoapDO.
 int getLatestVersion()
          Gets the latestVersion value for this DocumentSoapDO.
 java.lang.String getLocale()
          Gets the locale value for this DocumentSoapDO.
 java.lang.String getLockedBy()
          Gets the lockedBy value for this DocumentSoapDO.
 java.lang.String getMimeType()
          Gets the mimeType value for this DocumentSoapDO.
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 getStatus()
          Gets the status value for this DocumentSoapDO.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 java.lang.String getVersionComment()
          Gets the versionComment value for this DocumentSoapDO.
 java.lang.String getVersionCreatedBy()
          Gets the versionCreatedBy value for this DocumentSoapDO.
 int hashCode()
           
 void setCurrentVersion(int currentVersion)
          Sets the currentVersion value for this DocumentSoapDO.
 void setDateVersionCreated(java.util.Calendar dateVersionCreated)
          Sets the dateVersionCreated value for this DocumentSoapDO.
 void setDescription(java.lang.String description)
          Sets the description value for this DocumentSoapDO.
 void setDocumentVersion(int documentVersion)
          Sets the documentVersion value for this DocumentSoapDO.
 void setFileName(java.lang.String fileName)
          Sets the fileName value for this DocumentSoapDO.
 void setFileSize(long fileSize)
          Sets the fileSize value for this DocumentSoapDO.
 void setLatestVersion(int latestVersion)
          Sets the latestVersion value for this DocumentSoapDO.
 void setLocale(java.lang.String locale)
          Sets the locale value for this DocumentSoapDO.
 void setLockedBy(java.lang.String lockedBy)
          Sets the lockedBy value for this DocumentSoapDO.
 void setMimeType(java.lang.String mimeType)
          Sets the mimeType value for this DocumentSoapDO.
 void setStatus(java.lang.String status)
          Sets the status value for this DocumentSoapDO.
 void setVersionComment(java.lang.String versionComment)
          Sets the versionComment value for this DocumentSoapDO.
 void setVersionCreatedBy(java.lang.String versionCreatedBy)
          Sets the versionCreatedBy value for this DocumentSoapDO.
 
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

DocumentSoapDO

public DocumentSoapDO()

DocumentSoapDO

public DocumentSoapDO(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,
                      int currentVersion,
                      java.util.Calendar dateVersionCreated,
                      java.lang.String description,
                      int documentVersion,
                      java.lang.String fileName,
                      long fileSize,
                      int latestVersion,
                      java.lang.String locale,
                      java.lang.String lockedBy,
                      java.lang.String mimeType,
                      java.lang.String status,
                      java.lang.String versionComment,
                      java.lang.String versionCreatedBy)
Method Detail

getCurrentVersion

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

Returns:
currentVersion

setCurrentVersion

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

Parameters:
currentVersion -

getDateVersionCreated

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

Returns:
dateVersionCreated

setDateVersionCreated

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

Parameters:
dateVersionCreated -

getDescription

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

Returns:
description

setDescription

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

Parameters:
description -

getDocumentVersion

public int getDocumentVersion()
Gets the documentVersion value for this DocumentSoapDO.

Returns:
documentVersion

setDocumentVersion

public void setDocumentVersion(int documentVersion)
Sets the documentVersion value for this DocumentSoapDO.

Parameters:
documentVersion -

getFileName

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

Returns:
fileName

setFileName

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

Parameters:
fileName -

getFileSize

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

Returns:
fileSize

setFileSize

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

Parameters:
fileSize -

getLatestVersion

public int getLatestVersion()
Gets the latestVersion value for this DocumentSoapDO.

Returns:
latestVersion

setLatestVersion

public void setLatestVersion(int latestVersion)
Sets the latestVersion value for this DocumentSoapDO.

Parameters:
latestVersion -

getLocale

public java.lang.String getLocale()
Gets the locale value for this DocumentSoapDO.

Returns:
locale

setLocale

public void setLocale(java.lang.String locale)
Sets the locale value for this DocumentSoapDO.

Parameters:
locale -

getLockedBy

public java.lang.String getLockedBy()
Gets the lockedBy value for this DocumentSoapDO.

Returns:
lockedBy

setLockedBy

public void setLockedBy(java.lang.String lockedBy)
Sets the lockedBy value for this DocumentSoapDO.

Parameters:
lockedBy -

getMimeType

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

Returns:
mimeType

setMimeType

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

Parameters:
mimeType -

getStatus

public java.lang.String getStatus()
Gets the status value for this DocumentSoapDO.

Returns:
status

setStatus

public void setStatus(java.lang.String status)
Sets the status value for this DocumentSoapDO.

Parameters:
status -

getVersionComment

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

Returns:
versionComment

setVersionComment

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

Parameters:
versionComment -

getVersionCreatedBy

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

Returns:
versionCreatedBy

setVersionCreatedBy

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

Parameters:
versionCreatedBy -

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.