Class PluggableComponentSoapRow
java.lang.Object
com.collabnet.ce.soap60.webservices.pluggable.PluggableComponentSoapRow
List of Pluggable components.
- Since:
- 5.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns 'baseurl'.boolean
Returns 'enabled'.Returns 'iconId'.getName()
Returns 'name'.static void
registerTypeMappings
(org.apache.axis.client.Call call) void
setBaseurl
(String baseurl) Sets 'baseurl'.void
setEnabled
(boolean enabled) Sets 'enabled'.void
Sets 'iconId'.void
Sets 'name'.
-
Constructor Details
-
PluggableComponentSoapRow
public PluggableComponentSoapRow()
-
-
Method Details
-
getName
Returns 'name'. Name for Pluggable component.- Returns:
- Value of 'name'.
-
setName
Sets 'name'. Name for Pluggable component.- Parameters:
name
- Value of 'name'.
-
getBaseurl
Returns 'baseurl'. BaseUrl of pluggable component- Returns:
- Value of 'baseurl'.
-
setBaseurl
Sets 'baseurl'. BaseUrl of pluggable component- Parameters:
baseurl
- Value of 'baseurl'.
-
getIconId
Returns 'iconId'. icon file id for the pluggable component- Returns:
- Value of 'iconId'.
-
setIconId
Sets 'iconId'. icon file id for the pluggable component- Parameters:
iconId
- Value of 'iconId'.
-
getEnabled
public boolean getEnabled()Returns 'enabled'. is the appliation enabled/disabled- Returns:
- Value of 'enabled'.
-
setEnabled
public void setEnabled(boolean enabled) Sets 'enabled'. is the appliation enabled/disabled- Parameters:
enabled
- Value of 'enabled'.
-
registerTypeMappings
public static void registerTypeMappings(org.apache.axis.client.Call call)
-