Class ExternalSystemSoapDO
java.lang.Object
com.collabnet.ce.soap60.webservices.cemain.ObjectSoapDO
com.collabnet.ce.soap60.webservices.scm.ExternalSystemSoapDO
public class ExternalSystemSoapDO
extends com.collabnet.ce.soap60.webservices.cemain.ObjectSoapDO
This class represents the data associated with an external inregration system.
- Since:
- 7.1
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns 'adapterCategory'.Returns 'adapterName'.Returns 'adapterParams'.Returns 'adapterParamTypes'.Returns 'systemDescription'.Returns 'systemTitle'.static voidregisterTypeMappings(org.apache.axis.client.Call call) voidsetAdapterCategory(String adapterCategory) Sets 'adapterCategory'.voidsetAdapterName(String adapterName) Sets 'adapterName'.voidsetAdapterParams(SoapNamedValues adapterParams) Sets 'adapterParams'.voidsetAdapterParamTypes(SoapNamedValues adapterParamTypes) Sets 'adapterParamTypes'.voidsetSystemDescription(String systemDescription) Sets 'systemDescription'.voidsetSystemTitle(String systemTitle) Sets 'systemTitle'.Methods inherited from class com.collabnet.ce.soap60.webservices.cemain.ObjectSoapDO
getCreatedBy, getCreatedDate, getId, getLastModifiedBy, getLastModifiedDate, getVersion, setCreatedBy, setCreatedDate, setId, setLastModifiedBy, setLastModifiedDate, setVersion
-
Constructor Details
-
ExternalSystemSoapDO
public ExternalSystemSoapDO()
-
-
Method Details
-
getSystemTitle
Returns 'systemTitle'. The external system title- Returns:
- Value of 'systemTitle'.
-
setSystemTitle
Sets 'systemTitle'. The external system title- Parameters:
systemTitle- Value of 'systemTitle'.
-
getSystemDescription
Returns 'systemDescription'. The external system description- Returns:
- Value of 'systemDescription'.
-
setSystemDescription
Sets 'systemDescription'. The external system description- Parameters:
systemDescription- Value of 'systemDescription'.
-
getAdapterName
Returns 'adapterName'. The external system adapter name- Returns:
- Value of 'adapterName'.
-
setAdapterName
Sets 'adapterName'. The external system adapter name- Parameters:
adapterName- Value of 'adapterName'.
-
getAdapterCategory
Returns 'adapterCategory'. The external system adapter category- Returns:
- Value of 'adapterCategory'.
-
setAdapterCategory
Sets 'adapterCategory'. The external system adapter category- Parameters:
adapterCategory- Value of 'adapterCategory'.
-
getAdapterParams
Returns 'adapterParams'. The external system adapeter parameters- Returns:
- Value of 'adapterParams'.
-
setAdapterParams
Sets 'adapterParams'. The external system adapeter parameters- Parameters:
adapterParams- Value of 'adapterParams'.
-
getAdapterParamTypes
Returns 'adapterParamTypes'. The external system adapeter parameter types- Returns:
- Value of 'adapterParamTypes'.
-
setAdapterParamTypes
Sets 'adapterParamTypes'. The external system adapeter parameter types- Parameters:
adapterParamTypes- Value of 'adapterParamTypes'.
-
registerTypeMappings
public static void registerTypeMappings(org.apache.axis.client.Call call)
-