Class PackageSoapRow
java.lang.Object
com.collabnet.ce.soap60.webservices.cemain.FolderSoapRow
com.collabnet.ce.soap60.webservices.frs.PackageSoapRow
A package list is represented by the PackageSoapList class. Each row within a package list is
represented by the PackageSoapRow class.
- Since:
- 4.1
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns 'status'.static void
registerTypeMappings
(org.apache.axis.client.Call call) void
Sets 'status'.Methods inherited from class com.collabnet.ce.soap60.webservices.cemain.FolderSoapRow
getCreatedBy, getCreatedOn, getDescription, getId, getLastModifiedBy, getLastModifiedOn, getParentFolderId, getPath, getProjectId, getTitle, setCreatedBy, setCreatedOn, setDescription, setId, setLastModifiedBy, setLastModifiedOn, setParentFolderId, setPath, setProjectId, setTitle
-
Constructor Details
-
PackageSoapRow
public PackageSoapRow()
-
-
Method Details
-
getStatus
Returns 'status'. Package status: PackageSoapDO.STATUS_ACTIVE or PackageSoapDO.STATUS_PROTECTED.- Returns:
- Value of 'status'.
-
setStatus
Sets 'status'. Package status: PackageSoapDO.STATUS_ACTIVE or PackageSoapDO.STATUS_PROTECTED.- Parameters:
status
- Value of 'status'.
-
registerTypeMappings
public static void registerTypeMappings(org.apache.axis.client.Call call)
-