Class VersionInformationSoapRow


  • public class VersionInformationSoapRow
    extends Object
    VersionInformationList is used to return a list of ids, versions, and dates of last modification for all contents of a folder.
    Since:
    4.2
    • Constructor Detail

      • VersionInformationSoapRow

        public VersionInformationSoapRow()
    • Method Detail

      • getId

        public String getId()
        Returns 'id'. The id of the object
        Returns:
        Value of 'id'.
      • setId

        public void setId​(String id)
        Sets 'id'. The id of the object
        Parameters:
        id - Value of 'id'.
      • getIsFolder

        public boolean getIsFolder()
        Returns 'isFolder'. true if this object is a folder
        Returns:
        Value of 'isFolder'.
      • setIsFolder

        public void setIsFolder​(boolean isFolder)
        Sets 'isFolder'. true if this object is a folder
        Parameters:
        isFolder - Value of 'isFolder'.
      • getVersion

        public int getVersion()
        Returns 'version'. The version of the object
        Returns:
        Value of 'version'.
      • setVersion

        public void setVersion​(int version)
        Sets 'version'. The version of the object
        Parameters:
        version - Value of 'version'.
      • getLastModifiedDate

        public Date getLastModifiedDate()
        Returns 'lastModifiedDate'. The date the object was last modified
        Returns:
        Value of 'lastModifiedDate'.
      • setLastModifiedDate

        public void setLastModifiedDate​(Date lastModifiedDate)
        Sets 'lastModifiedDate'. The date the object was last modified
        Parameters:
        lastModifiedDate - Value of 'lastModifiedDate'.
      • registerTypeMappings

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