public class ExternalSystemSoapDO
extends com.collabnet.ce.soap60.webservices.cemain.ObjectSoapDO
Constructor and Description |
---|
ExternalSystemSoapDO() |
Modifier and Type | Method and Description |
---|---|
String |
getAdapterCategory()
Returns 'adapterCategory'.
|
String |
getAdapterName()
Returns 'adapterName'.
|
com.collabnet.ce.soap60.types.SoapNamedValues |
getAdapterParams()
Returns 'adapterParams'.
|
com.collabnet.ce.soap60.types.SoapNamedValues |
getAdapterParamTypes()
Returns 'adapterParamTypes'.
|
String |
getSystemDescription()
Returns 'systemDescription'.
|
String |
getSystemTitle()
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(com.collabnet.ce.soap60.types.SoapNamedValues adapterParams)
Sets 'adapterParams'.
|
void |
setAdapterParamTypes(com.collabnet.ce.soap60.types.SoapNamedValues adapterParamTypes)
Sets 'adapterParamTypes'.
|
void |
setSystemDescription(String systemDescription)
Sets 'systemDescription'.
|
void |
setSystemTitle(String systemTitle)
Sets 'systemTitle'.
|
public String getSystemTitle()
public void setSystemTitle(String systemTitle)
systemTitle
- Value of 'systemTitle'.public String getSystemDescription()
public void setSystemDescription(String systemDescription)
systemDescription
- Value of 'systemDescription'.public String getAdapterName()
public void setAdapterName(String adapterName)
adapterName
- Value of 'adapterName'.public String getAdapterCategory()
public void setAdapterCategory(String adapterCategory)
adapterCategory
- Value of 'adapterCategory'.public com.collabnet.ce.soap60.types.SoapNamedValues getAdapterParams()
public void setAdapterParams(com.collabnet.ce.soap60.types.SoapNamedValues adapterParams)
adapterParams
- Value of 'adapterParams'.public com.collabnet.ce.soap60.types.SoapNamedValues getAdapterParamTypes()
public void setAdapterParamTypes(com.collabnet.ce.soap60.types.SoapNamedValues adapterParamTypes)
adapterParamTypes
- Value of 'adapterParamTypes'.public static void registerTypeMappings(org.apache.axis.client.Call call)
Copyright © 2017 CollabNet. All Rights Reserved.