Class 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 Detail

      • ReleaseSoapRow

        public ReleaseSoapRow()
    • Method Detail

      • getStatus

        public String getStatus()
        Returns 'status'. Release status:
        Returns:
        Value of 'status'.
      • setStatus

        public void setStatus​(String status)
        Sets 'status'. Release status:
        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'.
      • registerTypeMappings

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