Class PluggableComponentParameterSoapDO
- java.lang.Object
-
- com.collabnet.ce.soap60.webservices.pluggable.PluggableComponentParameterSoapDO
-
public class PluggableComponentParameterSoapDO extends Object
PluggableComponentParameterSoapDO represents a pluggable components configuration parameter- Since:
- 5.0
-
-
Constructor Summary
Constructors Constructor Description PluggableComponentParameterSoapDO()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDefaultValue()Returns 'defaultValue'.StringgetDescription()Returns 'description'.StringgetDisplayType()Returns 'displayType'.booleangetEditable()Returns 'editable'.StringgetId()Returns 'id'.intgetMaxLength()Returns 'maxLength'.StringgetName()Returns 'name'.PluggableComponentParameterValueSoapDO[]getOptions()Returns 'options'.StringgetTitle()Returns 'title'.StringgetValueType()Returns 'valueType'.static voidregisterTypeMappings(org.apache.axis.client.Call call)voidsetDefaultValue(String defaultValue)Sets 'defaultValue'.voidsetDescription(String description)Sets 'description'.voidsetDisplayType(String displayType)Sets 'displayType'.voidsetEditable(boolean editable)Sets 'editable'.voidsetId(String id)Sets 'id'.voidsetMaxLength(int maxLength)Sets 'maxLength'.voidsetName(String name)Sets 'name'.voidsetOptions(PluggableComponentParameterValueSoapDO[] options)Sets 'options'.voidsetTitle(String title)Sets 'title'.voidsetValueType(String valueType)Sets 'valueType'.
-
-
-
Method Detail
-
getId
public String getId()
Returns 'id'.- Returns:
- Value of 'id'.
-
setId
public void setId(String id)
Sets 'id'.- Parameters:
id- Value of 'id'.
-
getTitle
public String getTitle()
Returns 'title'.- Returns:
- Value of 'title'.
-
setTitle
public void setTitle(String title)
Sets 'title'.- Parameters:
title- Value of 'title'.
-
getName
public String getName()
Returns 'name'.- Returns:
- Value of 'name'.
-
setName
public void setName(String name)
Sets 'name'.- Parameters:
name- Value of 'name'.
-
getDescription
public String getDescription()
Returns 'description'.- Returns:
- Value of 'description'.
-
setDescription
public void setDescription(String description)
Sets 'description'.- Parameters:
description- Value of 'description'.
-
getDefaultValue
public String getDefaultValue()
Returns 'defaultValue'.- Returns:
- Value of 'defaultValue'.
-
setDefaultValue
public void setDefaultValue(String defaultValue)
Sets 'defaultValue'.- Parameters:
defaultValue- Value of 'defaultValue'.
-
getDisplayType
public String getDisplayType()
Returns 'displayType'.- Returns:
- Value of 'displayType'.
-
setDisplayType
public void setDisplayType(String displayType)
Sets 'displayType'.- Parameters:
displayType- Value of 'displayType'.
-
getValueType
public String getValueType()
Returns 'valueType'.- Returns:
- Value of 'valueType'.
-
setValueType
public void setValueType(String valueType)
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
public PluggableComponentParameterValueSoapDO[] getOptions()
Returns 'options'.- Returns:
- Value of 'options'.
-
setOptions
public void setOptions(PluggableComponentParameterValueSoapDO[] options)
Sets 'options'.- Parameters:
options- Value of 'options'.
-
registerTypeMappings
public static void registerTypeMappings(org.apache.axis.client.Call call)
-
-