Class ItemSoapDO

    • Constructor Detail

      • ItemSoapDO

        public ItemSoapDO()
        Default constructor.
    • Method Detail

      • getPath

        public String getPath()
        Get the path
        Returns:
        the path
      • setPath

        public void setPath​(String path)
        Set the path
        Parameters:
        path - the path
      • getTitle

        public String getTitle()
        Get the title
        Returns:
        the title
      • setTitle

        public void setTitle​(String title)
        Set the title
        Parameters:
        title - the title
      • getFolderId

        public String getFolderId()
        Returns the container (folder) ID of the item. A container (folder) refers to a tracker, document folder, repository, etc.
        Returns:
        Item's container (folder) id.
      • setFolderId

        public void setFolderId​(String folderId)
        Sets the container (folder) ID of the item. A container (folder) refers to a tracker, document folder, repository, etc.
        Parameters:
        folderId - Item's container (folder) id.
      • registerTypeMappings

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