public class CheckoutCommandSoapRow extends Object
Modifier and Type | Field and Description |
---|---|
static String |
ANONYMOUS |
static String |
HTTP |
static String |
HTTP_ADVANCED |
static String |
SSH |
static String |
SSH_ADVANCED |
Constructor and Description |
---|
CheckoutCommandSoapRow() |
Modifier and Type | Method and Description |
---|---|
String |
getCommand()
Returns 'command'.
|
boolean |
getIsDefault()
Returns 'isDefault'.
|
String |
getProtocol()
Returns 'protocol'.
|
static void |
registerTypeMappings(org.apache.axis.client.Call call) |
void |
setCommand(String command)
Sets 'command'.
|
void |
setIsDefault(boolean isDefault)
Sets 'isDefault'.
|
void |
setProtocol(String protocol)
Sets 'protocol'.
|
public static final String HTTP
public static final String SSH
public static final String ANONYMOUS
public static final String HTTP_ADVANCED
public static final String SSH_ADVANCED
public String getProtocol()
public void setProtocol(String protocol)
protocol
- Value of 'protocol'.public boolean getIsDefault()
public void setIsDefault(boolean isDefault)
isDefault
- Value of 'isDefault'.public String getCommand()
public void setCommand(String command)
command
- Value of 'command'.public static void registerTypeMappings(org.apache.axis.client.Call call)
Copyright © 2016 CollabNet. All Rights Reserved.