Class ReplicableScmExternalSystemSoapRow
java.lang.Object
com.collabnet.ce.soap60.webservices.scm.ReplicableScmExternalSystemSoapRow
This class represents a list of external systems. Each row within this list
is represented by a ReplicableScmExternalSystemSoapRow class.
- Since:
- 6.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns 'description'.getId()Returns 'id'.booleanReturns 'isSvnEdge'.getTitle()Returns 'title'.static voidregisterTypeMappings(org.apache.axis.client.Call call) voidsetDescription(String description) Sets 'description'.voidSets 'id'.voidsetIsSvnEdge(boolean isSvnEdge) Sets 'isSvnEdge'.voidSets 'title'.
-
Constructor Details
-
ReplicableScmExternalSystemSoapRow
public ReplicableScmExternalSystemSoapRow()
-
-
Method Details
-
getId
Returns 'id'.- Returns:
- Value of 'id'.
-
setId
Sets 'id'.- Parameters:
id- Value of 'id'.
-
getTitle
Returns 'title'.- Returns:
- Value of 'title'.
-
setTitle
Sets 'title'.- Parameters:
title- Value of 'title'.
-
getDescription
Returns 'description'.- Returns:
- Value of 'description'.
-
setDescription
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)
-