Class RESTDataFile


  • public class RESTDataFile
    extends RESTData
    Author:
    Daniel Koch, terrestris GmbH & Co. KG
    • Constructor Detail

      • RESTDataFile

        public RESTDataFile()
    • Method Detail

      • setFormat

        public void setFormat​(String format)
        Overrides:
        setFormat in class RESTData
        Parameters:
        format - the format to set
      • setLocation

        public void setLocation​(String location)
        Overrides:
        setLocation in class RESTData
        Parameters:
        location - the location to set
      • setFile

        public void setFile​(String file)
        Overrides:
        setFile in class RESTData
        Parameters:
        file - the file to set
      • getHref

        public String getHref()
        Returns:
        the href
      • setHref

        public void setHref​(String href)
        Parameters:
        href - the href to set
      • getPrj

        public String getPrj()
        Returns:
        the prj
      • setPrj

        public void setPrj​(String prj)
        Parameters:
        prj - the prj to set
      • getOther

        public List<String> getOther()
        Returns:
        the other
      • setOther

        public void setOther​(List<String> other)
        Parameters:
        other - the other to set