Class ReleaseSoapDO

java.lang.Object
com.collabnet.ce.soap60.webservices.cemain.ObjectSoapDO
com.collabnet.ce.soap60.webservices.cemain.FolderSoapDO
com.collabnet.ce.soap60.webservices.frs.ReleaseSoapDO

public class ReleaseSoapDO extends FolderSoapDO
This class represents the data associated with an FRS release.
Change History
Release: 20.1
  • Added constant for 'obsolete' status'
Release: 4.4
  • Added 'downloaded'
Since:
4.1
  • Field Details

  • Constructor Details

    • ReleaseSoapDO

      public ReleaseSoapDO()
  • Method Details

    • getStatus

      public String getStatus()
      Returns 'status'. Release status: STATUS_ACTIVE, STATUS_PENDING or STATUS_OBSOLETE.
      Returns:
      Value of 'status'.
    • setStatus

      public void setStatus(String status)
      Sets 'status'. Release status: STATUS_ACTIVE, STATUS_PENDING or STATUS_OBSOLETE.
      Parameters:
      status - Value of 'status'.
    • getMaturity

      public String getMaturity()
      Returns 'maturity'. Release maturity (customizable field).
      Returns:
      Value of 'maturity'.
    • setMaturity

      public void setMaturity(String maturity)
      Sets 'maturity'. Release maturity (customizable field).
      Parameters:
      maturity - Value of 'maturity'.
    • getDownloaded

      public int getDownloaded()
      Returns 'downloaded'. The download count for this release.
      Returns:
      Value of 'downloaded'.
    • setDownloaded

      public void setDownloaded(int downloaded)
      Sets 'downloaded'. The download count for this release.
      Parameters:
      downloaded - Value of 'downloaded'.
    • registerTypeMappings

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