Class ScmFile2SoapRow
java.lang.Object
com.collabnet.ce.soap60.webservices.scm.ScmFile2SoapRow
A list of scm files per commit.
- Since:
- 7.0.0.1
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns 'filename'.getId()Returns 'id'.Returns 'refFilename'.Returns 'status'.Returns 'version'.static voidregisterTypeMappings(org.apache.axis.client.Call call) voidsetFilename(String filename) Sets 'filename'.voidSets 'id'.voidsetRefFilename(String refFilename) Sets 'refFilename'.voidSets 'status'.voidsetVersion(String version) Sets 'version'.
-
Constructor Details
-
ScmFile2SoapRow
public ScmFile2SoapRow()
-
-
Method Details
-
getId
Returns 'id'. Id of the file- Returns:
- Value of 'id'.
-
setId
Sets 'id'. Id of the file- Parameters:
id- Value of 'id'.
-
getFilename
Returns 'filename'. The filename- Returns:
- Value of 'filename'.
-
setFilename
Sets 'filename'. The filename- Parameters:
filename- Value of 'filename'.
-
getVersion
Returns 'version'. The version/revision of the file- Returns:
- Value of 'version'.
-
setVersion
Sets 'version'. The version/revision of the file- Parameters:
version- Value of 'version'.
-
getStatus
Returns 'status'. The status of this file (e.g. newly added, deleted, etc.) {- Returns:
- Value of 'status'.
-
setStatus
Sets 'status'. The status of this file (e.g. newly added, deleted, etc.) {- Parameters:
status- Value of 'status'.
-
getRefFilename
Returns 'refFilename'. The name of the file this one refers to (e.g., was copied or moved from) {- Returns:
- Value of 'refFilename'.
-
setRefFilename
Sets 'refFilename'. The name of the file this one refers to (e.g., was copied or moved from) {- Parameters:
refFilename- Value of 'refFilename'.
-
registerTypeMappings
public static void registerTypeMappings(org.apache.axis.client.Call call)
-