Package net.opengis.wcs10
Interface ServiceType
- All Superinterfaces:
AbstractDescriptionBaseType
,AbstractDescriptionType
,AbstractGMLType
,EObject
,Notifier
- All Known Implementing Classes:
ServiceTypeImpl
A representation of the model object 'Service Type'.
A minimal, human readable rescription of the service.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionEList
Returns the value of the 'Access Constraints' containment reference list.getFees()
Returns the value of the 'Fees' containment reference.EList
Returns the value of the 'Keywords' containment reference list.Returns the value of the 'Responsible Party' containment reference.Returns the value of the 'Update Sequence' attribute.Returns the value of the 'Version' attribute.boolean
Returns whether the value of the 'Version
' attribute is set.void
setFees
(CodeListType value) Sets the value of the 'Fees
' containment reference.void
Sets the value of the 'Responsible Party
' containment reference.void
setUpdateSequence
(String value) Sets the value of the 'Update Sequence
' attribute.void
setVersion
(String value) Sets the value of the 'Version
' attribute.void
Unsets the value of the 'Version
' attribute.Methods inherited from interface AbstractDescriptionType
getDescription1, getLabel, getMetadataLink, getName1, setDescription1, setLabel, setName1
Methods inherited from interface AbstractGMLType
getDescription, getMetaDataProperty, getName, setDescription
Methods inherited from interface EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getKeywords
EList getKeywords()Returns the value of the 'Keywords' containment reference list. The list contents are of typeKeywordsType
. 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
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
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 typeCodeListType
. 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
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
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:
-