public class Document2SoapDO extends ItemSoapDO
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
DRAFT
Possible value for the 'status' field.
|
static java.lang.String |
FILTER_REVIEW_CREATED_BY
Document review 'createdBy' filter.
|
static java.lang.String |
FILTER_REVIEW_STATUS
Document review 'status' filter.
|
static java.lang.String |
FINAL
Possible value for the 'status' field.
|
static java.lang.String |
MIME_TYPE_EXTERNAL_URL
The mime_type value for documents with an external file url.
|
static java.lang.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'.
|
java.util.Date |
getDateVersionCreated()
Returns 'dateVersionCreated'.
|
java.lang.String |
getDescription()
Returns 'description'.
|
int |
getDocumentVersion()
Returns 'documentVersion'.
|
boolean |
getDownloadRestricted()
Returns 'downloadRestricted'.
|
java.lang.String |
getFileName()
Returns 'fileName'.
|
long |
getFileSize()
Returns 'fileSize'.
|
java.lang.String |
getFileUrl()
Returns 'fileUrl'.
|
int |
getLatestVersion()
Returns 'latestVersion'.
|
java.lang.String |
getLocale()
Returns 'locale'.
|
java.lang.String |
getLockedBy()
Returns 'lockedBy'.
|
java.lang.String |
getMimeType()
Returns 'mimeType'.
|
java.lang.String |
getStatus()
Returns 'status'.
|
java.lang.String |
getVersionComment()
Returns 'versionComment'.
|
java.lang.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(java.util.Date dateVersionCreated)
Sets 'dateVersionCreated'.
|
void |
setDescription(java.lang.String description)
Sets 'description'.
|
void |
setDocumentVersion(int documentVersion)
Sets 'documentVersion'.
|
void |
setDownloadRestricted(boolean downloadRestricted)
Sets 'downloadRestricted'.
|
void |
setFileName(java.lang.String fileName)
Sets 'fileName'.
|
void |
setFileSize(long fileSize)
Sets 'fileSize'.
|
void |
setFileUrl(java.lang.String fileUrl)
Sets 'fileUrl'.
|
void |
setLatestVersion(int latestVersion)
Sets 'latestVersion'.
|
void |
setLocale(java.lang.String locale)
Sets 'locale'.
|
void |
setLockedBy(java.lang.String lockedBy)
Sets 'lockedBy'.
|
void |
setMimeType(java.lang.String mimeType)
Sets 'mimeType'.
|
void |
setStatus(java.lang.String status)
Sets 'status'.
|
void |
setVersionComment(java.lang.String versionComment)
Sets 'versionComment'.
|
void |
setVersionCreatedBy(java.lang.String versionCreatedBy)
Sets 'versionCreatedBy'.
|
getFolderId, getPath, getTitle, setFolderId, setPath, setTitle
getCreatedBy, getCreatedDate, getId, getLastModifiedBy, getLastModifiedDate, getVersion, setCreatedBy, setCreatedDate, setId, setLastModifiedBy, setLastModifiedDate, setVersion
public static final java.lang.String DRAFT
public static final java.lang.String FINAL
public static final java.lang.String REVIEW
public static final java.lang.String MIME_TYPE_EXTERNAL_URL
public static final java.lang.String FILTER_REVIEW_STATUS
public static final java.lang.String FILTER_REVIEW_CREATED_BY
public java.lang.String getDescription()
public void setDescription(java.lang.String description)
description
- Value of 'description'.public int getDocumentVersion()
public void setDocumentVersion(int documentVersion)
documentVersion
- Value of 'documentVersion'.public java.lang.String getVersionComment()
public void setVersionComment(java.lang.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 java.util.Date getDateVersionCreated()
public void setDateVersionCreated(java.util.Date dateVersionCreated)
dateVersionCreated
- Value of 'dateVersionCreated'.public java.lang.String getVersionCreatedBy()
public void setVersionCreatedBy(java.lang.String versionCreatedBy)
versionCreatedBy
- Value of 'versionCreatedBy'.public java.lang.String getLocale()
public void setLocale(java.lang.String locale)
locale
- Value of 'locale'.public java.lang.String getMimeType()
public void setMimeType(java.lang.String mimeType)
mimeType
- Value of 'mimeType'.public java.lang.String getFileName()
public void setFileName(java.lang.String fileName)
fileName
- Value of 'fileName'.public long getFileSize()
public void setFileSize(long fileSize)
fileSize
- Value of 'fileSize'.public java.lang.String getFileUrl()
public void setFileUrl(java.lang.String fileUrl)
fileUrl
- Value of 'fileUrl'.public java.lang.String getStatus()
public void setStatus(java.lang.String status)
status
- Value of 'status'.public java.lang.String getLockedBy()
public void setLockedBy(java.lang.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)