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

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

public class ReleaseSoapRow
extends FolderSoapRow

A release list is represented by the ReleaseSoapList class. Each row within the release list is represented by the ReleaseSoapRow class.

Since:
4.1

Constructor Summary
ReleaseSoapRow()
           
 
Method Summary
 java.lang.String getMaturity()
          Returns 'maturity'.
 java.lang.String getStatus()
          Returns 'status'.
static void registerTypeMappings(org.apache.axis.client.Call call)
           
 void setMaturity(java.lang.String maturity)
          Sets 'maturity'.
 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

ReleaseSoapRow

public ReleaseSoapRow()
Method Detail

getStatus

public java.lang.String getStatus()
Returns 'status'. Release status:

Returns:
Value of 'status'.

setStatus

public void setStatus(java.lang.String status)
Sets 'status'. Release status:

Parameters:
status - Value of 'status'.

getMaturity

public java.lang.String getMaturity()
Returns 'maturity'. Release maturity (customizable field).

Returns:
Value of 'maturity'.

setMaturity

public void setMaturity(java.lang.String maturity)
Sets 'maturity'. Release maturity (customizable field).

Parameters:
maturity - Value of 'maturity'.

registerTypeMappings

public static void registerTypeMappings(org.apache.axis.client.Call call)