Package net.opengis.cat.csw20
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'. Request for a description of service capabilities. See OGC 05-008 for more information.The following features are supported:
- See Also:
Csw20Package.getGetCapabilitiesType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getService()
Returns the value of the 'Service' attribute.boolean
isSetService()
Returns whether the value of the 'Service
' attribute is set.void
setService(String value)
Sets the value of the 'Service
' attribute.void
unsetService()
Unsets the value of the 'Service
' attribute.-
Methods inherited from interface EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
Methods inherited from interface GetCapabilitiesType
getAcceptFormats, getAcceptVersions, getBaseUrl, getExtendedProperties, getNamespace, getSections, getUpdateSequence, setAcceptFormats, setAcceptVersions, setBaseUrl, setExtendedProperties, setNamespace, setSections, setUpdateSequence
-
-
-
-
Method Detail
-
getService
String getService()
Returns the value of the 'Service' attribute. The default value is"http://www.opengis.net/cat/csw"
.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)
,Csw20Package.getGetCapabilitiesType_Service()
-
setService
void setService(String value)
Sets the value of the 'Service
' attribute.- Parameters:
value
- the new value of the 'Service' attribute.- See Also:
isSetService()
,unsetService()
,getService()
-
unsetService
void unsetService()
Unsets the value of the 'Service
' attribute.- See Also:
isSetService()
,getService()
,setService(String)
-
isSetService
boolean 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)
-
-