Package net.opengis.wps20
Interface ProcessSummaryType
- 
- All Superinterfaces:
- BasicIdentificationType,- DescriptionType,- DescriptionType,- EObject,- Notifier
 - All Known Implementing Classes:
- ProcessSummaryTypeImpl
 
 public interface ProcessSummaryType extends DescriptionType A representation of the model object 'Process Summary Type'. The process summary consists of descriptive elements at the process level, the process profiles and the service-specific properties. The process summary is not specific about process inputs and outputs.The following features are supported: - See Also:
- Wps20Package.getProcessSummaryType()
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description List<Object>getJobControlOptions()Returns the value of the 'Job Control Options' attribute.List<DataTransmissionModeType>getOutputTransmission()Returns the value of the 'Output Transmission' attribute.StringgetProcessModel()Returns the value of the 'Process Model' attribute.StringgetProcessVersion()Returns the value of the 'Process Version' attribute.booleanisSetProcessModel()Returns whether the value of the 'Process Model' attribute is set.voidsetJobControlOptions(List<Object> value)Sets the value of the 'Job Control Options' attribute.voidsetOutputTransmission(List<DataTransmissionModeType> value)Sets the value of the 'Output Transmission' attribute.voidsetProcessModel(String value)Sets the value of the 'Process Model' attribute.voidsetProcessVersion(String value)Sets the value of the 'Process Version' attribute.voidunsetProcessModel()Unsets the value of the 'Process Model' attribute.- 
Methods inherited from interface BasicIdentificationTypegetIdentifier, getMetadata, getMetadataGroup, setIdentifier
 - 
Methods inherited from interface DescriptionTypegetAbstract, getKeywords, getTitle
 
- 
 
- 
- 
- 
Method Detail- 
getJobControlOptionsList<Object> getJobControlOptions() Returns the value of the 'Job Control Options' attribute. Defines the valid execution modes for a particular process offering.- Returns:
- the value of the 'Job Control Options' attribute.
- See Also:
- setJobControlOptions(List),- Wps20Package.getProcessSummaryType_JobControlOptions()
 
 - 
setJobControlOptionsvoid setJobControlOptions(List<Object> value) Sets the value of the 'Job Control Options' attribute.- Parameters:
- value- the new value of the 'Job Control Options' attribute.
- See Also:
- getJobControlOptions()
 
 - 
getOutputTransmissionList<DataTransmissionModeType> getOutputTransmission() Returns the value of the 'Output Transmission' attribute. Indicates whether data outputs from this process can be stored by the WPS server as web-accessible resources.- Returns:
- the value of the 'Output Transmission' attribute.
- See Also:
- setOutputTransmission(List),- Wps20Package.getProcessSummaryType_OutputTransmission()
 
 - 
setOutputTransmissionvoid setOutputTransmission(List<DataTransmissionModeType> value) Sets the value of the 'Output Transmission' attribute.- Parameters:
- value- the new value of the 'Output Transmission' attribute.
- See Also:
- getOutputTransmission()
 
 - 
getProcessModelString getProcessModel() Returns the value of the 'Process Model' attribute. The default value is"native". Type of the process model. Include when using a different process model than the native process model. This is an extension hook to support processes that have been specified in other OGC Standards, such as SensorML. For those process models, compliance with the abstract process model has to be ensured compatibility with the WPS protocol.- Returns:
- the value of the 'Process Model' attribute.
- See Also:
- isSetProcessModel(),- unsetProcessModel(),- setProcessModel(String),- Wps20Package.getProcessSummaryType_ProcessModel()
 
 - 
setProcessModelvoid setProcessModel(String value) Sets the value of the 'Process Model' attribute.- Parameters:
- value- the new value of the 'Process Model' attribute.
- See Also:
- isSetProcessModel(),- unsetProcessModel(),- getProcessModel()
 
 - 
unsetProcessModelvoid unsetProcessModel() Unsets the value of the 'Process Model' attribute.
 - 
isSetProcessModelboolean isSetProcessModel() Returns whether the value of the 'Process Model' attribute is set.- Returns:
- whether the value of the 'Process Model' attribute is set.
- See Also:
- unsetProcessModel(),- getProcessModel(),- setProcessModel(String)
 
 - 
getProcessVersionString getProcessVersion() Returns the value of the 'Process Version' attribute. The process version is an informative element in a process offering. It is not intended for version negotiation but can rather be used to communicate updated or changed process implementations on a particular service instance.- Returns:
- the value of the 'Process Version' attribute.
- See Also:
- setProcessVersion(String),- Wps20Package.getProcessSummaryType_ProcessVersion()
 
 - 
setProcessVersionvoid setProcessVersion(String value) Sets the value of the 'Process Version' attribute.- Parameters:
- value- the new value of the 'Process Version' attribute.
- See Also:
- getProcessVersion()
 
 
- 
 
-