Interface ProcessBriefType

All Superinterfaces:
DescriptionType, EObject, Notifier
All Known Subinterfaces:
ProcessDescriptionType
All Known Implementing Classes:
ProcessBriefTypeImpl, ProcessDescriptionTypeImpl

public interface ProcessBriefType extends DescriptionType
A representation of the model object 'Process Brief Type'.

The following features are supported:

See Also:
  • Method Details

    • getProfile

      String getProfile()
      Returns the value of the 'Profile' attribute. Optional unordered list of application profiles to which this process complies.
      Returns:
      the value of the 'Profile' attribute.
      See Also:
    • setProfile

      void setProfile(String value)
      Sets the value of the 'Profile' attribute.
      Parameters:
      value - the new value of the 'Profile' attribute.
      See Also:
    • getWSDL

      WSDLType getWSDL()
      Returns the value of the 'WSDL' containment reference. Location of a WSDL document which describes this process.
      Returns:
      the value of the 'WSDL' containment reference.
      See Also:
    • setWSDL

      void setWSDL(WSDLType value)
      Sets the value of the 'WSDL' containment reference.
      Parameters:
      value - the new value of the 'WSDL' containment reference.
      See Also:
    • getProcessVersion

      String getProcessVersion()
      Returns the value of the 'Process Version' attribute. Release version of this Process, included when a process version needs to be included for clarification about the process to be used. It is possible that a WPS supports a process with different versions due to reasons such as modifications of process algorithms. Notice that this is the version identifier for the process, not the version of the WPS interface. The processVersion is informative only. Version negotiation for processVersion is not available. Requests to Execute a process do not include a processVersion identifier.
      Returns:
      the value of the 'Process Version' attribute.
      See Also:
    • setProcessVersion

      void setProcessVersion(String value)
      Sets the value of the 'Process Version' attribute.
      Parameters:
      value - the new value of the 'Process Version' attribute.
      See Also: