Uses of Class
net.opengis.wps.v_2_0.ProcessSummaryType
-
-
Uses of ProcessSummaryType in net.opengis.wps.v_2_0
Fields in net.opengis.wps.v_2_0 with type parameters of type ProcessSummaryType Modifier and Type Field Description protected List<ProcessSummaryType>Contents. processSummaryMethods in net.opengis.wps.v_2_0 that return ProcessSummaryType Modifier and Type Method Description ProcessSummaryTypeObjectFactory. createProcessSummaryType()Create an instance ofProcessSummaryTypeProcessSummaryTypeProcessSummaryType. withJobControlOptions(String... values)ProcessSummaryTypeProcessSummaryType. withJobControlOptions(Collection<String> values)ProcessSummaryTypeProcessSummaryType. withJobControlOptions(List<String> value)ProcessSummaryTypeProcessSummaryType. withOutputTransmission(Collection<DataTransmissionModeType> values)ProcessSummaryTypeProcessSummaryType. withOutputTransmission(List<DataTransmissionModeType> value)ProcessSummaryTypeProcessSummaryType. withOutputTransmission(DataTransmissionModeType... values)ProcessSummaryTypeProcessSummaryType. withProcessModel(String value)ProcessSummaryTypeProcessSummaryType. withProcessVersion(String value)Methods in net.opengis.wps.v_2_0 that return types with arguments of type ProcessSummaryType Modifier and Type Method Description List<ProcessSummaryType>Contents. getProcessSummary()Gets the value of the processSummary property.Methods in net.opengis.wps.v_2_0 with parameters of type ProcessSummaryType Modifier and Type Method Description ContentsContents. withProcessSummary(ProcessSummaryType... values)Method parameters in net.opengis.wps.v_2_0 with type arguments of type ProcessSummaryType Modifier and Type Method Description voidContents. setProcessSummary(List<ProcessSummaryType> value)ContentsContents. withProcessSummary(Collection<ProcessSummaryType> values)ContentsContents. withProcessSummary(List<ProcessSummaryType> value)Constructor parameters in net.opengis.wps.v_2_0 with type arguments of type ProcessSummaryType Constructor Description Contents(List<ProcessSummaryType> processSummary)Fully-initialising value constructor
-