public class ReleaseSoapDO
extends com.collabnet.ce.soap60.webservices.cemain.FolderSoapDO
Modifier and Type | Field and Description |
---|---|
static String |
MATURITY_ALPHA |
static String |
MATURITY_BETA |
static String |
MATURITY_DEVELOPMENT_BUILD |
static String |
MATURITY_EARLY_ACCESS |
static String |
MATURITY_GENERAL_AVAILABILITY |
static String |
MATURITY_OBSOLETE |
static String |
MATURITY_PRE_GENERAL_AVAILABILITY |
static String |
MATURITY_PROTOTYPE |
static String |
MATURITY_STABLE |
static String |
STATUS_ACTIVE |
static String |
STATUS_PENDING |
Constructor and Description |
---|
ReleaseSoapDO() |
Modifier and Type | Method and Description |
---|---|
int |
getDownloaded()
Returns 'downloaded'.
|
String |
getMaturity()
Returns 'maturity'.
|
String |
getStatus()
Returns 'status'.
|
static void |
registerTypeMappings(org.apache.axis.client.Call call) |
void |
setDownloaded(int downloaded)
Sets 'downloaded'.
|
void |
setMaturity(String maturity)
Sets 'maturity'.
|
void |
setStatus(String status)
Sets 'status'.
|
getDescription, getParentFolderId, getPath, getProjectId, getTitle, setDescription, setParentFolderId, setPath, setProjectId, setTitle
public static final String STATUS_ACTIVE
public static final String STATUS_PENDING
public static final String MATURITY_PROTOTYPE
public static final String MATURITY_DEVELOPMENT_BUILD
public static final String MATURITY_ALPHA
public static final String MATURITY_BETA
public static final String MATURITY_EARLY_ACCESS
public static final String MATURITY_PRE_GENERAL_AVAILABILITY
public static final String MATURITY_GENERAL_AVAILABILITY
public static final String MATURITY_STABLE
public static final String MATURITY_OBSOLETE
public String getStatus()
public void setStatus(String status)
status
- Value of 'status'.public String getMaturity()
public void setMaturity(String maturity)
maturity
- Value of 'maturity'.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.