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 void
registerTypeMappings
(org.apache.axis.client.Call call) void
setAdapterCategory
(String adapterCategory) Sets 'adapterCategory'.void
setAdapterName
(String adapterName) Sets 'adapterName'.void
setAdapterParams
(SoapNamedValues adapterParams) Sets 'adapterParams'.void
setAdapterParamTypes
(SoapNamedValues adapterParamTypes) Sets 'adapterParamTypes'.void
setSystemDescription
(String systemDescription) Sets 'systemDescription'.void
setSystemTitle
(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)
-