Class ReplicableScmExternalSystemSoapRow

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

public class ReplicableScmExternalSystemSoapRow extends Object
This class represents a list of external systems. Each row within this list is represented by a ReplicableScmExternalSystemSoapRow class.
Since:
6.0
  • Constructor Details

    • ReplicableScmExternalSystemSoapRow

      public ReplicableScmExternalSystemSoapRow()
  • Method Details

    • getId

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

      public void setId(String id)
      Sets 'id'.
      Parameters:
      id - Value of 'id'.
    • getTitle

      public String getTitle()
      Returns 'title'.
      Returns:
      Value of 'title'.
    • setTitle

      public void setTitle(String title)
      Sets 'title'.
      Parameters:
      title - Value of 'title'.
    • getDescription

      public String getDescription()
      Returns 'description'.
      Returns:
      Value of 'description'.
    • setDescription

      public void setDescription(String description)
      Sets 'description'.
      Parameters:
      description - Value of 'description'.
    • getIsSvnEdge

      public boolean getIsSvnEdge()
      Returns 'isSvnEdge'.
      Returns:
      Value of 'isSvnEdge'.
    • setIsSvnEdge

      public void setIsSvnEdge(boolean isSvnEdge)
      Sets 'isSvnEdge'.
      Parameters:
      isSvnEdge - Value of 'isSvnEdge'.
    • registerTypeMappings

      public static void registerTypeMappings(org.apache.axis.client.Call call)