Class FrsFile2SoapDO
java.lang.Object
com.collabnet.ce.soap60.webservices.cemain.ObjectSoapDO
com.collabnet.ce.soap60.webservices.cemain.ItemSoapDO
com.collabnet.ce.soap60.webservices.frs.FrsFile2SoapDO
This class represents the data associated with a FRS file.
- Since:
- 23.1
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns 'description'.int
Returns 'downloaded'.Returns 'filename'.Returns 'mimeType'.long
getSize()
Returns 'size'.static void
registerTypeMappings
(org.apache.axis.client.Call call) void
setDescription
(String description) Sets 'description'.void
setDownloaded
(int downloaded) Sets 'downloaded'.void
setFilename
(String filename) Sets 'filename'.void
setMimeType
(String mimeType) Sets 'mimeType'.void
setSize
(long size) Sets 'size'.Methods inherited from class com.collabnet.ce.soap60.webservices.cemain.ItemSoapDO
getFolderId, getPath, getTitle, setFolderId, setPath, setTitle
Methods inherited from class com.collabnet.ce.soap60.webservices.cemain.ObjectSoapDO
getCreatedBy, getCreatedDate, getId, getLastModifiedBy, getLastModifiedDate, getVersion, setCreatedBy, setCreatedDate, setId, setLastModifiedBy, setLastModifiedDate, setVersion
-
Constructor Details
-
FrsFile2SoapDO
public FrsFile2SoapDO()
-
-
Method Details
-
getDescription
Returns 'description'. Description of the file- Returns:
- Value of 'description'.
-
setDescription
Sets 'description'. Description of the file- Parameters:
description
- Value of 'description'.
-
getMimeType
Returns 'mimeType'. The mime type of the file- Returns:
- Value of 'mimeType'.
-
setMimeType
Sets 'mimeType'. The mime type of the file- Parameters:
mimeType
- Value of 'mimeType'.
-
getFilename
Returns 'filename'. The name of the file that will be used when the file is downloaded- Returns:
- Value of 'filename'.
-
setFilename
Sets 'filename'. The name of the file that will be used when the file is downloaded- Parameters:
filename
- Value of 'filename'.
-
getSize
public long getSize()Returns 'size'. The size of the file in bytes- Returns:
- Value of 'size'.
-
setSize
public void setSize(long size) Sets 'size'. The size of the file in bytes- Parameters:
size
- Value of 'size'.
-
getDownloaded
public int getDownloaded()Returns 'downloaded'. The downloaded count of the file- Returns:
- Value of 'downloaded'.
-
setDownloaded
public void setDownloaded(int downloaded) Sets 'downloaded'. The downloaded count of the file- Parameters:
downloaded
- Value of 'downloaded'.
-
registerTypeMappings
public static void registerTypeMappings(org.apache.axis.client.Call call)
-