Class FrsFileSoapDO


  • public class FrsFileSoapDO
    extends ItemSoapDO
    This class represents the data associated with a FRS file.
    Since:
    4.1
    • Constructor Detail

      • FrsFileSoapDO

        public FrsFileSoapDO()
    • Method Detail

      • getDescription

        public String getDescription()
        Returns 'description'. Description of the file
        Returns:
        Value of 'description'.
      • setDescription

        public void setDescription​(String description)
        Sets 'description'. Description of the file
        Parameters:
        description - Value of 'description'.
      • getMimeType

        public String getMimeType()
        Returns 'mimeType'. The mime type of the file
        Returns:
        Value of 'mimeType'.
      • setMimeType

        public void setMimeType​(String mimeType)
        Sets 'mimeType'. The mime type of the file
        Parameters:
        mimeType - Value of 'mimeType'.
      • getFilename

        public String getFilename()
        Returns 'filename'. The name of the file that will be used when the file is downloaded
        Returns:
        Value of 'filename'.
      • setFilename

        public void setFilename​(String filename)
        Sets 'filename'. The name of the file that will be used when the file is downloaded
        Parameters:
        filename - Value of 'filename'.
      • getSize

        public long getSize()
        Returns 'size'. The size of the file in bytes
        Returns:
        Value of 'size'.
      • setSize

        public void setSize​(long size)
        Sets 'size'. The size of the file in bytes
        Parameters:
        size - Value of 'size'.
      • registerTypeMappings

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