public class ProjectGroupSoapDO
extends com.collabnet.ce.soap60.webservices.cemain.ObjectSoapDO
Constructor and Description |
---|
ProjectGroupSoapDO() |
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Returns 'description'.
|
String |
getPath()
Returns 'path'.
|
String |
getTitle()
Returns 'title'.
|
static void |
registerTypeMappings(org.apache.axis.client.Call call) |
void |
setDescription(String description)
Sets 'description'.
|
void |
setPath(String path)
Sets 'path'.
|
void |
setTitle(String title)
Sets 'title'.
|
public String getPath()
public void setPath(String path)
path
- Value of 'path'.public String getTitle()
public void setTitle(String title)
title
- Value of 'title'.public String getDescription()
public void setDescription(String description)
description
- Value of 'description'.public static void registerTypeMappings(org.apache.axis.client.Call call)
Copyright © 2016 CollabNet. All Rights Reserved.