Class LinkPluggableComponentSoapRow
java.lang.Object
com.collabnet.ce.soap60.webservices.pluggable.LinkPluggableComponentSoapRow
LinkPluggableComponentSoapList class represents a list of pluggable applications in a project.
- Since:
- 5.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns 'integratedAppId'.Returns 'prefix'.Returns 'projectId'.Returns 'projectPathString'.Returns 'projIntegratedAppId'.static voidregisterTypeMappings(org.apache.axis.client.Call call) voidsetIntegratedAppId(String integratedAppId) Sets 'integratedAppId'.voidSets 'prefix'.voidsetProjectId(String projectId) Sets 'projectId'.voidsetProjectPathString(String projectPathString) Sets 'projectPathString'.voidsetProjIntegratedAppId(String projIntegratedAppId) Sets 'projIntegratedAppId'.
-
Constructor Details
-
LinkPluggableComponentSoapRow
public LinkPluggableComponentSoapRow()
-
-
Method Details
-
getProjIntegratedAppId
Returns 'projIntegratedAppId'. The link id between the project and the pluggable application- Returns:
- Value of 'projIntegratedAppId'.
-
setProjIntegratedAppId
Sets 'projIntegratedAppId'. The link id between the project and the pluggable application- Parameters:
projIntegratedAppId- Value of 'projIntegratedAppId'.
-
getIntegratedAppId
Returns 'integratedAppId'. The pluggable application id- Returns:
- Value of 'integratedAppId'.
-
setIntegratedAppId
Sets 'integratedAppId'. The pluggable application id- Parameters:
integratedAppId- Value of 'integratedAppId'.
-
getProjectId
Returns 'projectId'. Id of the project to which the pluggable application is associated- Returns:
- Value of 'projectId'.
-
setProjectId
Sets 'projectId'. Id of the project to which the pluggable application is associated- Parameters:
projectId- Value of 'projectId'.
-
getProjectPathString
Returns 'projectPathString'. The full project path, as a string- Returns:
- Value of 'projectPathString'.
-
setProjectPathString
Sets 'projectPathString'. The full project path, as a string- Parameters:
projectPathString- Value of 'projectPathString'.
-
getPrefix
Returns 'prefix'.- Returns:
- Value of 'prefix'.
-
setPrefix
Sets 'prefix'.- Parameters:
prefix- Value of 'prefix'.
-
registerTypeMappings
public static void registerTypeMappings(org.apache.axis.client.Call call)
-