Class ScmFile2SoapRow

java.lang.Object
com.collabnet.ce.soap60.webservices.scm.ScmFile2SoapRow

public class ScmFile2SoapRow extends Object
A list of scm files per commit.
Since:
7.0.0.1
  • Constructor Details

    • ScmFile2SoapRow

      public ScmFile2SoapRow()
  • Method Details

    • getId

      public String getId()
      Returns 'id'. Id of the file
      Returns:
      Value of 'id'.
    • setId

      public void setId(String id)
      Sets 'id'. Id of the file
      Parameters:
      id - Value of 'id'.
    • getFilename

      public String getFilename()
      Returns 'filename'. The filename
      Returns:
      Value of 'filename'.
    • setFilename

      public void setFilename(String filename)
      Sets 'filename'. The filename
      Parameters:
      filename - Value of 'filename'.
    • getVersion

      public String getVersion()
      Returns 'version'. The version/revision of the file
      Returns:
      Value of 'version'.
    • setVersion

      public void setVersion(String version)
      Sets 'version'. The version/revision of the file
      Parameters:
      version - Value of 'version'.
    • getStatus

      public String getStatus()
      Returns 'status'. The status of this file (e.g. newly added, deleted, etc.) {
      Returns:
      Value of 'status'.
    • setStatus

      public void setStatus(String status)
      Sets 'status'. The status of this file (e.g. newly added, deleted, etc.) {
      Parameters:
      status - Value of 'status'.
    • getRefFilename

      public String getRefFilename()
      Returns 'refFilename'. The name of the file this one refers to (e.g., was copied or moved from) {
      Returns:
      Value of 'refFilename'.
    • setRefFilename

      public void setRefFilename(String refFilename)
      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)