Package net.opengis.wcs11
Interface GetCapabilitiesType
- 
- All Superinterfaces:
- EObject,- GetCapabilitiesType,- Notifier
 - All Known Implementing Classes:
- GetCapabilitiesTypeImpl
 
 public interface GetCapabilitiesType extends GetCapabilitiesType A representation of the model object 'Get Capabilities Type'.The following features are supported: - See Also:
- Wcs111Package.getGetCapabilitiesType()
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetService()Returns the value of the 'Service' attribute.booleanisSetService()Returns whether the value of the 'Service' attribute is set.voidsetService(String value)Sets the value of the 'Service' attribute.voidunsetService()Unsets the value of the 'Service' attribute.- 
Methods inherited from interface EObjecteAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 - 
Methods inherited from interface GetCapabilitiesTypegetAcceptFormats, getAcceptVersions, getBaseUrl, getExtendedProperties, getNamespace, getSections, getUpdateSequence, setAcceptFormats, setAcceptVersions, setBaseUrl, setExtendedProperties, setNamespace, setSections, setUpdateSequence
 
- 
 
- 
- 
- 
Method Detail- 
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),- Wcs111Package.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)
 
 
- 
 
-