public class PluggableComponentParameterSoapDO extends Object
Constructor and Description |
---|
PluggableComponentParameterSoapDO() |
Modifier and Type | Method and Description |
---|---|
String |
getDefaultValue()
Returns 'defaultValue'.
|
String |
getDescription()
Returns 'description'.
|
String |
getDisplayType()
Returns 'displayType'.
|
boolean |
getEditable()
Returns 'editable'.
|
String |
getId()
Returns 'id'.
|
int |
getMaxLength()
Returns 'maxLength'.
|
String |
getName()
Returns 'name'.
|
PluggableComponentParameterValueSoapDO[] |
getOptions()
Returns 'options'.
|
String |
getTitle()
Returns 'title'.
|
String |
getValueType()
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 |
setId(String id)
Sets 'id'.
|
void |
setMaxLength(int maxLength)
Sets 'maxLength'.
|
void |
setName(String name)
Sets 'name'.
|
void |
setOptions(PluggableComponentParameterValueSoapDO[] options)
Sets 'options'.
|
void |
setTitle(String title)
Sets 'title'.
|
void |
setValueType(String valueType)
Sets 'valueType'.
|
public String getId()
public void setId(String id)
id
- Value of 'id'.public String getTitle()
public void setTitle(String title)
title
- Value of 'title'.public String getName()
public void setName(String name)
name
- Value of 'name'.public String getDescription()
public void setDescription(String description)
description
- Value of 'description'.public String getDefaultValue()
public void setDefaultValue(String defaultValue)
defaultValue
- Value of 'defaultValue'.public String getDisplayType()
public void setDisplayType(String displayType)
displayType
- Value of 'displayType'.public String getValueType()
public void setValueType(String valueType)
valueType
- Value of 'valueType'.public int getMaxLength()
public void setMaxLength(int maxLength)
maxLength
- Value of 'maxLength'.public boolean getEditable()
public void setEditable(boolean editable)
editable
- Value of 'editable'.public PluggableComponentParameterValueSoapDO[] getOptions()
public void setOptions(PluggableComponentParameterValueSoapDO[] options)
options
- Value of 'options'.public static void registerTypeMappings(org.apache.axis.client.Call call)
Copyright © 2016 CollabNet. All Rights Reserved.