public class PluggableComponentSoapDO
extends com.collabnet.ce.soap60.webservices.cemain.FolderSoapDO
Constructor and Description |
---|
PluggableComponentSoapDO() |
Modifier and Type | Method and Description |
---|---|
String |
getAdminurl()
Returns 'adminurl'.
|
String |
getBaseurl()
Returns 'baseurl'.
|
PluggableComponentParameterSoapDO[] |
getConfigParameters()
Returns 'configParameters'.
|
String |
getDescription()
Returns 'description'.
|
boolean |
getEnabled()
Returns 'enabled'.
|
String |
getEndpoint()
Returns 'endpoint'.
|
String |
getGourl()
Returns 'gourl'.
|
String |
getIconKey()
Returns 'iconKey'.
|
String |
getName()
Returns 'name'.
|
String |
getPceDescription()
Returns 'pceDescription'.
|
String |
getPceInputType()
Returns 'pceInputType'.
|
String |
getPceResultFormat()
Returns 'pceResultFormat'.
|
String |
getPceTitle()
Returns 'pceTitle'.
|
PluggablePermissionSoapDO[] |
getPermissions()
Returns 'permissions'.
|
String |
getPrefix()
Returns 'prefix'.
|
String |
getRequirePrefixProject()
Returns 'requirePrefixProject'.
|
String |
getRequireSCMIntegration()
Returns 'requireSCMIntegration'.
|
static void |
registerTypeMappings(org.apache.axis.client.Call call) |
void |
setAdminurl(String adminurl)
Sets 'adminurl'.
|
void |
setBaseurl(String baseurl)
Sets 'baseurl'.
|
void |
setConfigParameters(PluggableComponentParameterSoapDO[] configParameters)
Sets 'configParameters'.
|
void |
setDescription(String description)
Sets 'description'.
|
void |
setEnabled(boolean enabled)
Sets 'enabled'.
|
void |
setEndpoint(String endpoint)
Sets 'endpoint'.
|
void |
setGourl(String gourl)
Sets 'gourl'.
|
void |
setIconKey(String iconKey)
Sets 'iconKey'.
|
void |
setName(String name)
Sets 'name'.
|
void |
setPceDescription(String pceDescription)
Sets 'pceDescription'.
|
void |
setPceInputType(String pceInputType)
Sets 'pceInputType'.
|
void |
setPceResultFormat(String pceResultFormat)
Sets 'pceResultFormat'.
|
void |
setPceTitle(String pceTitle)
Sets 'pceTitle'.
|
void |
setPermissions(PluggablePermissionSoapDO[] permissions)
Sets 'permissions'.
|
void |
setPrefix(String prefix)
Sets 'prefix'.
|
void |
setRequirePrefixProject(String requirePrefixProject)
Sets 'requirePrefixProject'.
|
void |
setRequireSCMIntegration(String requireSCMIntegration)
Sets 'requireSCMIntegration'.
|
getParentFolderId, getPath, getProjectId, getTitle, setParentFolderId, setPath, setProjectId, setTitle
public String getName()
public void setName(String name)
name
- Value of 'name'.public String getDescription()
getDescription
in class com.collabnet.ce.soap60.webservices.cemain.FolderSoapDO
public void setDescription(String description)
setDescription
in class com.collabnet.ce.soap60.webservices.cemain.FolderSoapDO
description
- Value of 'description'.public String getBaseurl()
public void setBaseurl(String baseurl)
baseurl
- Value of 'baseurl'.public String getIconKey()
public void setIconKey(String iconKey)
iconKey
- Value of 'iconKey'.public String getPrefix()
public void setPrefix(String prefix)
prefix
- Value of 'prefix'.public String getGourl()
public void setGourl(String gourl)
gourl
- Value of 'gourl'.public PluggableComponentParameterSoapDO[] getConfigParameters()
public void setConfigParameters(PluggableComponentParameterSoapDO[] configParameters)
configParameters
- Value of 'configParameters'.public String getEndpoint()
public void setEndpoint(String endpoint)
endpoint
- Value of 'endpoint'.public String getRequirePrefixProject()
public void setRequirePrefixProject(String requirePrefixProject)
requirePrefixProject
- Value of 'requirePrefixProject'.public String getRequireSCMIntegration()
public void setRequireSCMIntegration(String requireSCMIntegration)
requireSCMIntegration
- Value of 'requireSCMIntegration'.public String getAdminurl()
public void setAdminurl(String adminurl)
adminurl
- Value of 'adminurl'.public PluggablePermissionSoapDO[] getPermissions()
public void setPermissions(PluggablePermissionSoapDO[] permissions)
permissions
- Value of 'permissions'.public String getPceInputType()
public void setPceInputType(String pceInputType)
pceInputType
- Value of 'pceInputType'.public String getPceResultFormat()
public void setPceResultFormat(String pceResultFormat)
pceResultFormat
- Value of 'pceResultFormat'.public String getPceDescription()
public void setPceDescription(String pceDescription)
pceDescription
- Value of 'pceDescription'.public String getPceTitle()
public void setPceTitle(String pceTitle)
pceTitle
- Value of 'pceTitle'.public boolean getEnabled()
public void setEnabled(boolean enabled)
enabled
- Value of 'enabled'.public static void registerTypeMappings(org.apache.axis.client.Call call)
Copyright © 2016 CollabNet. All Rights Reserved.