Class FolderSoapDO

    • Constructor Detail

      • FolderSoapDO

        public FolderSoapDO()
    • Method Detail

      • getProjectId

        public String getProjectId()
        Returns the project to which this folder belongs.
        Returns:
        Project ID.
      • setProjectId

        public void setProjectId​(String projectId)
        Sets the project to which this folder belongs.
        Parameters:
        projectId - Project ID.
      • getParentFolderId

        public String getParentFolderId()
        Returns the parent container (folder) id, if one exists. For a document folder, this refers to the parent folder. For a release (ReleaseSoapDO) it refers to a package. For a topic (TopicSoapDO) it refers to a forum, etc.
        Returns:
        Parent container (folder) ID or null if none exists.
      • setParentFolderId

        public void setParentFolderId​(String parentFolderId)
        Sets the parent container (folder) id, if one exists. For a document folder, this refers to the parent folder. For a release (ReleaseSoapDO) it refers to a package. For a topic (TopicSoapDO) it refers to a forum, etc.
        Parameters:
        parentFolderId - Parent container (folder) ID or null if none exists.
      • getPath

        public String getPath()
        Returns the folder path.
        Returns:
        the folder path.
      • setPath

        public void setPath​(String path)
        Sets the folder path.
        Parameters:
        path - Folder path.
      • getTitle

        public String getTitle()
        Returns the folder title.
        Returns:
        the folder title.
      • setTitle

        public void setTitle​(String title)
        Sets the folder title.
        Parameters:
        title - folder title.
      • getDescription

        public String getDescription()
        Returns the folder description.
        Returns:
        the folder description.
      • setDescription

        public void setDescription​(String description)
        Sets the folder description.
        Parameters:
        description - folder description.
      • registerTypeMappings

        public static void registerTypeMappings​(org.apache.axis.client.Call call)
        Registers SOAP type mappings.
        Parameters:
        call - Soap call.