public class PackageSoapDO
extends com.collabnet.ce.soap60.webservices.cemain.FolderSoapDO
Constructor and Description |
---|
PackageSoapDO() |
Modifier and Type | Method and Description |
---|---|
int |
getDownloaded()
Returns 'downloaded'.
|
boolean |
getIsPublished()
Returns 'isPublished'.
|
static void |
registerTypeMappings(org.apache.axis.client.Call call) |
void |
setDownloaded(int downloaded)
Sets 'downloaded'.
|
void |
setIsPublished(boolean isPublished)
Sets 'isPublished'.
|
getDescription, getParentFolderId, getPath, getProjectId, getTitle, setDescription, setParentFolderId, setPath, setProjectId, setTitle
public boolean getIsPublished()
public void setIsPublished(boolean isPublished)
isPublished
- Value of 'isPublished'.public int getDownloaded()
public void setDownloaded(int downloaded)
downloaded
- Value of 'downloaded'.public static void registerTypeMappings(org.apache.axis.client.Call call)
Copyright © 2016 CollabNet. All Rights Reserved.