Interface ServiceType

All Superinterfaces:
AbstractDescriptionBaseType, AbstractDescriptionType, AbstractGMLType, EObject, Notifier
All Known Implementing Classes:
ServiceTypeImpl

public interface ServiceType extends AbstractDescriptionType
A representation of the model object 'Service Type'. A minimal, human readable rescription of the service.

The following features are supported:

See Also:
  • Method Details

    • getKeywords

      EList getKeywords()
      Returns the value of the 'Keywords' containment reference list. The list contents are of type KeywordsType. Unordered list of one or more commonly used or formalised word(s) or phrase(s) used to describe the subject. When needed, the optional "type" can name the type of the associated list of keywords that shall all have the same type. Also when needed, the codeSpace attribute of that "type" can also reference the type name authority and/or thesaurus. (Largely based on MD_Keywords class in ISO 19115.)
      Returns:
      the value of the 'Keywords' containment reference list.
      See Also:
    • getResponsibleParty

      ResponsiblePartyType getResponsibleParty()
      Returns the value of the 'Responsible Party' containment reference.

      If the meaning of the 'Responsible Party' containment reference isn't clear, there really should be more of a description here...

      Returns:
      the value of the 'Responsible Party' containment reference.
      See Also:
    • setResponsibleParty

      void setResponsibleParty(ResponsiblePartyType value)
      Sets the value of the 'Responsible Party' containment reference.
      Parameters:
      value - the new value of the 'Responsible Party' containment reference.
      See Also:
    • getFees

      CodeListType getFees()
      Returns the value of the 'Fees' containment reference. A text string identifying any fees imposed by the service provider. The keyword NONE shall be used to mean no fees.
      Returns:
      the value of the 'Fees' containment reference.
      See Also:
    • setFees

      void setFees(CodeListType value)
      Sets the value of the 'Fees' containment reference.
      Parameters:
      value - the new value of the 'Fees' containment reference.
      See Also:
    • getAccessConstraints

      EList getAccessConstraints()
      Returns the value of the 'Access Constraints' containment reference list. The list contents are of type CodeListType. A text string identifying any access constraints imposed by the service provider. The keyword NONE shall be used to mean no access constraints are imposed.
      Returns:
      the value of the 'Access Constraints' containment reference list.
      See Also:
    • getUpdateSequence

      String getUpdateSequence()
      Returns the value of the 'Update Sequence' attribute. Service metadata (Capabilities) document version, having values that are "increased" whenever any change is made in service metadata document. Values are selected by each server, and are always opaque to clients. When supported by server, server shall return this attribute.
      Returns:
      the value of the 'Update Sequence' attribute.
      See Also:
    • setUpdateSequence

      void setUpdateSequence(String value)
      Sets the value of the 'Update Sequence' attribute.
      Parameters:
      value - the new value of the 'Update Sequence' attribute.
      See Also:
    • getVersion

      String getVersion()
      Returns the value of the 'Version' attribute. The default value is "1.0.0".

      If the meaning of the 'Version' attribute isn't clear, there really should be more of a description here...

      Returns:
      the value of the 'Version' attribute.
      See Also:
    • setVersion

      void setVersion(String value)
      Sets the value of the 'Version' attribute.
      Parameters:
      value - the new value of the 'Version' attribute.
      See Also:
    • unsetVersion

      void unsetVersion()
      Unsets the value of the 'Version' attribute.
      See Also:
    • isSetVersion

      boolean isSetVersion()
      Returns whether the value of the 'Version' attribute is set.
      Returns:
      whether the value of the 'Version' attribute is set.
      See Also: