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 Summary
Fields Modifier and Type Field Description static StringANONYMOUSstatic StringHTTPstatic StringHTTP_ADVANCEDstatic StringSSHstatic StringSSH_ADVANCED
-
Constructor Summary
Constructors Constructor Description CheckoutCommandSoapRow()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCommand()Returns 'command'.booleangetIsDefault()Returns 'isDefault'.StringgetProtocol()Returns 'protocol'.static voidregisterTypeMappings(org.apache.axis.client.Call call)voidsetCommand(String command)Sets 'command'.voidsetIsDefault(boolean isDefault)Sets 'isDefault'.voidsetProtocol(String protocol)Sets 'protocol'.
-
-
-
Field Detail
-
HTTP
public static final String HTTP
- See Also:
- Constant Field Values
-
SSH
public static final String SSH
- See Also:
- Constant Field Values
-
ANONYMOUS
public static final String ANONYMOUS
- See Also:
- Constant Field Values
-
HTTP_ADVANCED
public static final String HTTP_ADVANCED
- See Also:
- Constant Field Values
-
SSH_ADVANCED
public static final String SSH_ADVANCED
- See Also:
- Constant Field Values
-
-
Method Detail
-
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)
-
-