Class PluggableComponentParameterSoapDO
java.lang.Object
com.collabnet.ce.soap60.webservices.pluggable.PluggableComponentParameterSoapDO
PluggableComponentParameterSoapDO represents a pluggable components configuration parameter
- Since:
- 5.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns 'defaultValue'.Returns 'description'.Returns 'displayType'.boolean
Returns 'editable'.getId()
Returns 'id'.int
Returns 'maxLength'.getName()
Returns 'name'.Returns 'options'.getTitle()
Returns 'title'.Returns 'valueType'.static void
registerTypeMappings
(org.apache.axis.client.Call call) void
setDefaultValue
(String defaultValue) Sets 'defaultValue'.void
setDescription
(String description) Sets 'description'.void
setDisplayType
(String displayType) Sets 'displayType'.void
setEditable
(boolean editable) Sets 'editable'.void
Sets 'id'.void
setMaxLength
(int maxLength) Sets 'maxLength'.void
Sets 'name'.void
setOptions
(PluggableComponentParameterValueSoapDO[] options) Sets 'options'.void
Sets 'title'.void
setValueType
(String valueType) Sets 'valueType'.
-
Constructor Details
-
PluggableComponentParameterSoapDO
public PluggableComponentParameterSoapDO()
-
-
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'.
-
getName
Returns 'name'.- Returns:
- Value of 'name'.
-
setName
Sets 'name'.- Parameters:
name
- Value of 'name'.
-
getDescription
Returns 'description'.- Returns:
- Value of 'description'.
-
setDescription
Sets 'description'.- Parameters:
description
- Value of 'description'.
-
getDefaultValue
Returns 'defaultValue'.- Returns:
- Value of 'defaultValue'.
-
setDefaultValue
Sets 'defaultValue'.- Parameters:
defaultValue
- Value of 'defaultValue'.
-
getDisplayType
Returns 'displayType'.- Returns:
- Value of 'displayType'.
-
setDisplayType
Sets 'displayType'.- Parameters:
displayType
- Value of 'displayType'.
-
getValueType
Returns 'valueType'.- Returns:
- Value of 'valueType'.
-
setValueType
Sets 'valueType'.- Parameters:
valueType
- Value of 'valueType'.
-
getMaxLength
public int getMaxLength()Returns 'maxLength'.- Returns:
- Value of 'maxLength'.
-
setMaxLength
public void setMaxLength(int maxLength) Sets 'maxLength'.- Parameters:
maxLength
- Value of 'maxLength'.
-
getEditable
public boolean getEditable()Returns 'editable'.- Returns:
- Value of 'editable'.
-
setEditable
public void setEditable(boolean editable) Sets 'editable'.- Parameters:
editable
- Value of 'editable'.
-
getOptions
Returns 'options'.- Returns:
- Value of 'options'.
-
setOptions
Sets 'options'.- Parameters:
options
- Value of 'options'.
-
registerTypeMappings
public static void registerTypeMappings(org.apache.axis.client.Call call)
-