Class CheckoutCommandSoapRow
java.lang.Object
com.collabnet.ce.soap60.webservices.scm.CheckoutCommandSoapRow
List of checkout commands for various protocols.
- Since:
- 8.1
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns 'command'.boolean
Returns 'isDefault'.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'.
-
Field Details
-
HTTP
- See Also:
-
SSH
- See Also:
-
ANONYMOUS
- See Also:
-
HTTP_ADVANCED
- See Also:
-
SSH_ADVANCED
- See Also:
-
-
Constructor Details
-
CheckoutCommandSoapRow
public CheckoutCommandSoapRow()
-
-
Method Details
-
getProtocol
Returns 'protocol'.- Returns:
- Value of 'protocol'.
-
setProtocol
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
Returns 'command'.- Returns:
- Value of 'command'.
-
setCommand
Sets 'command'.- Parameters:
command
- Value of 'command'.
-
registerTypeMappings
public static void registerTypeMappings(org.apache.axis.client.Call call)
-