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 Details

    • PluggableComponentParameterSoapDO

      public PluggableComponentParameterSoapDO()
  • Method Details

    • 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

      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)