Class ProcessInformations
- java.lang.Object
-
- org.gcube.data.analysis.dataminermanagercl.server.dmservice.wps.ProcessInformations
-
- All Implemented Interfaces:
Serializable
public class ProcessInformations extends Object implements Serializable
- Author:
- Giancarlo Panichi
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ProcessInformations(net.opengis.wps.x100.ProcessDescriptionType processDescription)ProcessInformations(net.opengis.wps.x100.ProcessDescriptionType processDescription, net.opengis.wps.x100.InputDescriptionType[] inputs, net.opengis.wps.x100.OutputDescriptionType[] outputs)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description net.opengis.wps.x100.InputDescriptionType[]getInputs()net.opengis.wps.x100.OutputDescriptionType[]getOutputs()net.opengis.wps.x100.ProcessDescriptionTypegetProcessDescription()voidsetInputs(net.opengis.wps.x100.InputDescriptionType[] inputs)voidsetOutputs(net.opengis.wps.x100.OutputDescriptionType[] outputs)voidsetProcessDescription(net.opengis.wps.x100.ProcessDescriptionType processDescription)StringtoString()
-
-
-
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)
-
-