Interface ServiceType

    • Method Detail

      • 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:
        Wcs10Package.getServiceType_Keywords()
      • 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:
        getFees()
      • 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:
        Wcs10Package.getServiceType_AccessConstraints()
      • 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(String), Wcs10Package.getServiceType_UpdateSequence()
      • 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:
        getUpdateSequence()