public class Document2SoapDO
extends com.collabnet.ce.soap60.webservices.cemain.ItemSoapDO
Modifier and Type | Field and Description |
---|---|
static String |
DRAFT
Possible value for the 'status' field.
|
static String |
FILTER_REVIEW_CREATED_BY
Document review 'createdBy' filter.
|
static String |
FILTER_REVIEW_STATUS
Document review 'status' filter.
|
static String |
FINAL
Possible value for the 'status' field.
|
static String |
MIME_TYPE_EXTERNAL_URL
The mime_type value for documents with an external file url.
|
static String |
REVIEW
Possible value for the 'status' field.
|
Constructor and Description |
---|
Document2SoapDO() |
Modifier and Type | Method and Description |
---|---|
boolean |
getAllowForceUnlock()
Returns 'allowForceUnlock'.
|
int |
getCurrentVersion()
Returns 'currentVersion'.
|
Date |
getDateVersionCreated()
Returns 'dateVersionCreated'.
|
String |
getDescription()
Returns 'description'.
|
int |
getDocumentVersion()
Returns 'documentVersion'.
|
boolean |
getDownloadRestricted()
Returns 'downloadRestricted'.
|
String |
getFileName()
Returns 'fileName'.
|
long |
getFileSize()
Returns 'fileSize'.
|
String |
getFileUrl()
Returns 'fileUrl'.
|
int |
getLatestVersion()
Returns 'latestVersion'.
|
String |
getLocale()
Returns 'locale'.
|
String |
getLockedBy()
Returns 'lockedBy'.
|
String |
getMimeType()
Returns 'mimeType'.
|
String |
getStatus()
Returns 'status'.
|
String |
getVersionComment()
Returns 'versionComment'.
|
String |
getVersionCreatedBy()
Returns 'versionCreatedBy'.
|
static void |
registerTypeMappings(org.apache.axis.client.Call call) |
void |
setAllowForceUnlock(boolean allowForceUnlock)
Sets 'allowForceUnlock'.
|
void |
setCurrentVersion(int currentVersion)
Sets 'currentVersion'.
|
void |
setDateVersionCreated(Date dateVersionCreated)
Sets 'dateVersionCreated'.
|
void |
setDescription(String description)
Sets 'description'.
|
void |
setDocumentVersion(int documentVersion)
Sets 'documentVersion'.
|
void |
setDownloadRestricted(boolean downloadRestricted)
Sets 'downloadRestricted'.
|
void |
setFileName(String fileName)
Sets 'fileName'.
|
void |
setFileSize(long fileSize)
Sets 'fileSize'.
|
void |
setFileUrl(String fileUrl)
Sets 'fileUrl'.
|
void |
setLatestVersion(int latestVersion)
Sets 'latestVersion'.
|
void |
setLocale(String locale)
Sets 'locale'.
|
void |
setLockedBy(String lockedBy)
Sets 'lockedBy'.
|
void |
setMimeType(String mimeType)
Sets 'mimeType'.
|
void |
setStatus(String status)
Sets 'status'.
|
void |
setVersionComment(String versionComment)
Sets 'versionComment'.
|
void |
setVersionCreatedBy(String versionCreatedBy)
Sets 'versionCreatedBy'.
|
getFolderId, getPath, getTitle, setFolderId, setPath, setTitle
public static final String DRAFT
public static final String FINAL
public static final String REVIEW
public static final String MIME_TYPE_EXTERNAL_URL
public static final String FILTER_REVIEW_STATUS
public static final String FILTER_REVIEW_CREATED_BY
public String getDescription()
public void setDescription(String description)
description
- Value of 'description'.public int getDocumentVersion()
public void setDocumentVersion(int documentVersion)
documentVersion
- Value of 'documentVersion'.public String getVersionComment()
public void setVersionComment(String versionComment)
versionComment
- Value of 'versionComment'.public int getCurrentVersion()
public void setCurrentVersion(int currentVersion)
currentVersion
- Value of 'currentVersion'.public int getLatestVersion()
public void setLatestVersion(int latestVersion)
latestVersion
- Value of 'latestVersion'.public Date getDateVersionCreated()
public void setDateVersionCreated(Date dateVersionCreated)
dateVersionCreated
- Value of 'dateVersionCreated'.public String getVersionCreatedBy()
public void setVersionCreatedBy(String versionCreatedBy)
versionCreatedBy
- Value of 'versionCreatedBy'.public String getLocale()
public void setLocale(String locale)
locale
- Value of 'locale'.public String getMimeType()
public void setMimeType(String mimeType)
mimeType
- Value of 'mimeType'.public String getFileName()
public void setFileName(String fileName)
fileName
- Value of 'fileName'.public long getFileSize()
public void setFileSize(long fileSize)
fileSize
- Value of 'fileSize'.public String getFileUrl()
public void setFileUrl(String fileUrl)
fileUrl
- Value of 'fileUrl'.public String getStatus()
public void setStatus(String status)
status
- Value of 'status'.public String getLockedBy()
public void setLockedBy(String lockedBy)
lockedBy
- Value of 'lockedBy'.public boolean getDownloadRestricted()
public void setDownloadRestricted(boolean downloadRestricted)
downloadRestricted
- Value of 'downloadRestricted'.public boolean getAllowForceUnlock()
public void setAllowForceUnlock(boolean allowForceUnlock)
allowForceUnlock
- Value of 'allowForceUnlock'.public static void registerTypeMappings(org.apache.axis.client.Call call)
Copyright © 2016 CollabNet. All Rights Reserved.