com.vasoftware.sf.soap44.webservices.frs
Class PackageSoapRow

java.lang.Object
  extended by com.vasoftware.sf.soap44.webservices.sfmain.FolderSoapRow
      extended by com.vasoftware.sf.soap44.webservices.frs.PackageSoapRow

public class PackageSoapRow
extends FolderSoapRow

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
PackageSoapRow()
           
 
Method Summary
 java.lang.String getStatus()
          Returns 'status'.
static void registerTypeMappings(org.apache.axis.client.Call call)
           
 void setStatus(java.lang.String status)
          Sets 'status'.
 
Methods inherited from class com.vasoftware.sf.soap44.webservices.sfmain.FolderSoapRow
getDescription, getId, getParentFolderId, getPath, getProjectId, getTitle, setDescription, setId, setParentFolderId, setPath, setProjectId, setTitle
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PackageSoapRow

public PackageSoapRow()
Method Detail

getStatus

public java.lang.String getStatus()
Returns 'status'. Package status: PackageSoapDO.STATUS_ACTIVE or PackageSoapDO.STATUS_PROTECTED.

Returns:
Value of 'status'.

setStatus

public void setStatus(java.lang.String status)
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)