Package net.opengis.wcs10
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:
Wcs10Package.getServiceType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EList
getAccessConstraints()
Returns the value of the 'Access Constraints' containment reference list.CodeListType
getFees()
Returns the value of the 'Fees' containment reference.EList
getKeywords()
Returns the value of the 'Keywords' containment reference list.ResponsiblePartyType
getResponsibleParty()
Returns the value of the 'Responsible Party' containment reference.String
getUpdateSequence()
Returns the value of the 'Update Sequence' attribute.String
getVersion()
Returns the value of the 'Version' attribute.boolean
isSetVersion()
Returns whether the value of the 'Version
' attribute is set.void
setFees(CodeListType value)
Sets the value of the 'Fees
' containment reference.void
setResponsibleParty(ResponsiblePartyType value)
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
unsetVersion()
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
-
-
-
-
Method Detail
-
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:
Wcs10Package.getServiceType_Keywords()
-
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(ResponsiblePartyType)
,Wcs10Package.getServiceType_ResponsibleParty()
-
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:
getResponsibleParty()
-
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(CodeListType)
,Wcs10Package.getServiceType_Fees()
-
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 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:
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()
-
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:
isSetVersion()
,unsetVersion()
,setVersion(String)
,Wcs10Package.getServiceType_Version()
-
setVersion
void setVersion(String value)
Sets the value of the 'Version
' attribute.- Parameters:
value
- the new value of the 'Version' attribute.- See Also:
isSetVersion()
,unsetVersion()
,getVersion()
-
unsetVersion
void unsetVersion()
Unsets the value of the 'Version
' attribute.- See Also:
isSetVersion()
,getVersion()
,setVersion(String)
-
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:
unsetVersion()
,getVersion()
,setVersion(String)
-
-