Package net.opengis.wcs10
Interface GetCapabilitiesType
- 
- All Superinterfaces:
- EObject,- Notifier
 - All Known Implementing Classes:
- GetCapabilitiesTypeImpl
 
 public interface GetCapabilitiesType extends EObjectA representation of the model object 'Get Capabilities Type'.The following features are supported: - See Also:
- Wcs10Package.getGetCapabilitiesType()
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetBaseUrl()An extended property of the model which allows client code to specify a base url with this object.MapgetExtendedProperties()Extended model properties.CapabilitiesSectionTypegetSection()Returns the value of the 'Section' attribute.StringgetService()Returns the value of the 'Service' attribute.StringgetUpdateSequence()Returns the value of the 'Update Sequence' attribute.StringgetVersion()Returns the value of the 'Version' attribute.booleanisSetSection()Returns whether the value of the 'Section' attribute is set.booleanisSetService()Returns whether the value of the 'Service' attribute is set.booleanisSetVersion()Returns whether the value of the 'Version' attribute is set.voidsetBaseUrl(String value)Sets the value of the 'Base Url' attribute.voidsetExtendedProperties(Map value)Sets the value of the 'Extended Properties' attribute.voidsetSection(CapabilitiesSectionType value)Sets the value of the 'Section' attribute.voidsetService(String value)Sets the value of the 'Service' attribute.voidsetUpdateSequence(String value)Sets the value of the 'Update Sequence' attribute.voidsetVersion(String value)Sets the value of the 'Version' attribute.voidunsetSection()Unsets the value of the 'Section' attribute.voidunsetService()Unsets the value of the 'Service' attribute.voidunsetVersion()Unsets the value of the 'Version' attribute.
 
- 
- 
- 
Method Detail- 
getSectionCapabilitiesSectionType getSection() Returns the value of the 'Section' attribute. The default value is"/". The literals are from the enumerationCapabilitiesSectionType.If the meaning of the 'Section' attribute isn't clear, there really should be more of a description here... - Returns:
- the value of the 'Section' attribute.
- See Also:
- CapabilitiesSectionType,- isSetSection(),- unsetSection(),- setSection(CapabilitiesSectionType),- Wcs10Package.getGetCapabilitiesType_Section()
 
 - 
setSectionvoid setSection(CapabilitiesSectionType value) Sets the value of the 'Section' attribute.- Parameters:
- value- the new value of the 'Section' attribute.
- See Also:
- CapabilitiesSectionType,- isSetSection(),- unsetSection(),- getSection()
 
 - 
unsetSectionvoid unsetSection() Unsets the value of the 'Section' attribute.
 - 
isSetSectionboolean isSetSection() Returns whether the value of the 'Section' attribute is set.- Returns:
- whether the value of the 'Section' attribute is set.
- See Also:
- unsetSection(),- getSection(),- setSection(CapabilitiesSectionType)
 
 - 
getServiceString getService() Returns the value of the 'Service' attribute. The default value is"WCS".If the meaning of the 'Service' attribute isn't clear, there really should be more of a description here... - Returns:
- the value of the 'Service' attribute.
- See Also:
- isSetService(),- unsetService(),- setService(String),- Wcs10Package.getGetCapabilitiesType_Service()
 
 - 
setServicevoid setService(String value) Sets the value of the 'Service' attribute.- Parameters:
- value- the new value of the 'Service' attribute.
- See Also:
- isSetService(),- unsetService(),- getService()
 
 - 
unsetServicevoid unsetService() Unsets the value of the 'Service' attribute.- See Also:
- isSetService(),- getService(),- setService(String)
 
 - 
isSetServiceboolean isSetService() Returns whether the value of the 'Service' attribute is set.- Returns:
- whether the value of the 'Service' attribute is set.
- See Also:
- unsetService(),- getService(),- setService(String)
 
 - 
getUpdateSequenceString 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 omitted or not supported by server, server shall return latest complete service metadata document.- Returns:
- the value of the 'Update Sequence' attribute.
- See Also:
- setUpdateSequence(String),- Wcs10Package.getGetCapabilitiesType_UpdateSequence()
 
 - 
setUpdateSequencevoid setUpdateSequence(String value) Sets the value of the 'Update Sequence' attribute.- Parameters:
- value- the new value of the 'Update Sequence' attribute.
- See Also:
- getUpdateSequence()
 
 - 
getVersionString 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.getGetCapabilitiesType_Version()
 
 - 
setVersionvoid setVersion(String value) Sets the value of the 'Version' attribute.- Parameters:
- value- the new value of the 'Version' attribute.
- See Also:
- isSetVersion(),- unsetVersion(),- getVersion()
 
 - 
unsetVersionvoid unsetVersion() Unsets the value of the 'Version' attribute.- See Also:
- isSetVersion(),- getVersion(),- setVersion(String)
 
 - 
isSetVersionboolean 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)
 
 - 
getBaseUrlString getBaseUrl() An extended property of the model which allows client code to specify a base url with this object.
 - 
setBaseUrlvoid setBaseUrl(String value) Sets the value of the 'Base Url' attribute.- Parameters:
- value- the new value of the 'Base Url' attribute.
- See Also:
- getBaseUrl()
 
 - 
getExtendedPropertiesMap getExtendedProperties() Extended model properties.This map allows client to store additional properties with the this request object, properties that are not part of the model proper. 
 - 
setExtendedPropertiesvoid setExtendedProperties(Map value) Sets the value of the 'Extended Properties' attribute.- Parameters:
- value- the new value of the 'Extended Properties' attribute.
- See Also:
- getExtendedProperties()
 
 
- 
 
-