Class FrsFileSoapRow
java.lang.Object
com.collabnet.ce.soap60.webservices.frs.FrsFileSoapRow
A list of FrsFiles in a release.
- Since:
- 4.1
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns 'contentId'.Returns 'dateCreated'.Returns 'description'.Returns 'filename'.long
Returns 'fileSize'.Returns 'folderPathString'.getId()
Returns 'id'.Returns 'mimeType'.Returns 'packageId'.Returns 'packageTitle'.Returns 'projectId'.Returns 'projectPathString'.Returns 'projectTitle'.Returns 'releaseId'.Returns 'releaseTitle'.getTitle()
Returns 'title'.static void
registerTypeMappings
(org.apache.axis.client.Call call) void
setContentId
(String contentId) Sets 'contentId'.void
setDateCreated
(Date dateCreated) Sets 'dateCreated'.void
setDescription
(String description) Sets 'description'.void
setFilename
(String filename) Sets 'filename'.void
setFileSize
(long fileSize) Sets 'fileSize'.void
setFolderPathString
(String folderPathString) Sets 'folderPathString'.void
Sets 'id'.void
setMimeType
(String mimeType) Sets 'mimeType'.void
setPackageId
(String packageId) Sets 'packageId'.void
setPackageTitle
(String packageTitle) Sets 'packageTitle'.void
setProjectId
(String projectId) Sets 'projectId'.void
setProjectPathString
(String projectPathString) Sets 'projectPathString'.void
setProjectTitle
(String projectTitle) Sets 'projectTitle'.void
setReleaseId
(String releaseId) Sets 'releaseId'.void
setReleaseTitle
(String releaseTitle) Sets 'releaseTitle'.void
Sets 'title'.
-
Constructor Details
-
FrsFileSoapRow
public FrsFileSoapRow()
-
-
Method Details
-
getId
Returns 'id'. The id of the file.- Returns:
- Value of 'id'.
-
setId
Sets 'id'. The id of the file.- Parameters:
id
- Value of 'id'.
-
getProjectPathString
Returns 'projectPathString'. The path of the project containing the file- Returns:
- Value of 'projectPathString'.
-
setProjectPathString
Sets 'projectPathString'. The path of the project containing the file- Parameters:
projectPathString
- Value of 'projectPathString'.
-
getFolderPathString
Returns 'folderPathString'.- Returns:
- Value of 'folderPathString'.
-
setFolderPathString
Sets 'folderPathString'.- Parameters:
folderPathString
- Value of 'folderPathString'.
-
getProjectTitle
Returns 'projectTitle'. The title of the project containing the file- Returns:
- Value of 'projectTitle'.
-
setProjectTitle
Sets 'projectTitle'. The title of the project containing the file- Parameters:
projectTitle
- Value of 'projectTitle'.
-
getProjectId
Returns 'projectId'. The id of the project containing the file- Returns:
- Value of 'projectId'.
-
setProjectId
Sets 'projectId'. The id of the project containing the file- Parameters:
projectId
- Value of 'projectId'.
-
getReleaseTitle
Returns 'releaseTitle'. If the file is part of a release, the release title- Returns:
- Value of 'releaseTitle'.
-
setReleaseTitle
Sets 'releaseTitle'. If the file is part of a release, the release title- Parameters:
releaseTitle
- Value of 'releaseTitle'.
-
getReleaseId
Returns 'releaseId'. If the file is part of a release, the release id- Returns:
- Value of 'releaseId'.
-
setReleaseId
Sets 'releaseId'. If the file is part of a release, the release id- Parameters:
releaseId
- Value of 'releaseId'.
-
getPackageTitle
Returns 'packageTitle'. If the file is part of a release package, the package title- Returns:
- Value of 'packageTitle'.
-
setPackageTitle
Sets 'packageTitle'. If the file is part of a release package, the package title- Parameters:
packageTitle
- Value of 'packageTitle'.
-
getPackageId
Returns 'packageId'. If the file is part of a release package, the package id- Returns:
- Value of 'packageId'.
-
setPackageId
Sets 'packageId'. If the file is part of a release package, the package id- Parameters:
packageId
- Value of 'packageId'.
-
getTitle
Returns 'title'.- Returns:
- Value of 'title'.
-
setTitle
Sets 'title'.- Parameters:
title
- Value of 'title'.
-
getDescription
Returns 'description'. A description of the file contents- Returns:
- Value of 'description'.
-
setDescription
Sets 'description'. A description of the file contents- Parameters:
description
- Value of 'description'.
-
getFilename
Returns 'filename'. The name of the file used when downloading the file- Returns:
- Value of 'filename'.
-
setFilename
Sets 'filename'. The name of the file used when downloading the file- Parameters:
filename
- Value of 'filename'.
-
getContentId
Returns 'contentId'.- Returns:
- Value of 'contentId'.
-
setContentId
Sets 'contentId'.- Parameters:
contentId
- Value of 'contentId'.
-
getFileSize
public long getFileSize()Returns 'fileSize'. The size of the file in bytes- Returns:
- Value of 'fileSize'.
-
setFileSize
public void setFileSize(long fileSize) Sets 'fileSize'. The size of the file in bytes- Parameters:
fileSize
- Value of 'fileSize'.
-
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'.
-
getDateCreated
Returns 'dateCreated'. The date the file was created.- Returns:
- Value of 'dateCreated'.
-
setDateCreated
Sets 'dateCreated'. The date the file was created.- Parameters:
dateCreated
- Value of 'dateCreated'.
-
registerTypeMappings
public static void registerTypeMappings(org.apache.axis.client.Call call)
-