Class ProcessInformations

    • Constructor Detail

      • ProcessInformations

        public ProcessInformations​(net.opengis.wps.x100.ProcessDescriptionType processDescription)
      • ProcessInformations

        public ProcessInformations​(net.opengis.wps.x100.ProcessDescriptionType processDescription,
                                   net.opengis.wps.x100.InputDescriptionType[] inputs,
                                   net.opengis.wps.x100.OutputDescriptionType[] outputs)
    • Method Detail

      • getProcessDescription

        public net.opengis.wps.x100.ProcessDescriptionType getProcessDescription()
      • setProcessDescription

        public void setProcessDescription​(net.opengis.wps.x100.ProcessDescriptionType processDescription)
      • getInputs

        public net.opengis.wps.x100.InputDescriptionType[] getInputs()
      • setInputs

        public void setInputs​(net.opengis.wps.x100.InputDescriptionType[] inputs)
      • getOutputs

        public net.opengis.wps.x100.OutputDescriptionType[] getOutputs()
      • setOutputs

        public void setOutputs​(net.opengis.wps.x100.OutputDescriptionType[] outputs)