Class CheckoutCommandSoapRow

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

public class CheckoutCommandSoapRow extends Object
List of checkout commands for various protocols.
Since:
8.1
  • Field Details

  • Constructor Details

    • CheckoutCommandSoapRow

      public CheckoutCommandSoapRow()
  • Method Details

    • getProtocol

      public String getProtocol()
      Returns 'protocol'.
      Returns:
      Value of 'protocol'.
    • setProtocol

      public void setProtocol(String protocol)
      Sets 'protocol'.
      Parameters:
      protocol - Value of 'protocol'.
    • getIsDefault

      public boolean getIsDefault()
      Returns 'isDefault'.
      Returns:
      Value of 'isDefault'.
    • setIsDefault

      public void setIsDefault(boolean isDefault)
      Sets 'isDefault'.
      Parameters:
      isDefault - Value of 'isDefault'.
    • getCommand

      public String getCommand()
      Returns 'command'.
      Returns:
      Value of 'command'.
    • setCommand

      public void setCommand(String command)
      Sets 'command'.
      Parameters:
      command - Value of 'command'.
    • registerTypeMappings

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