|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GetCapabilitiesType
A representation of the model object 'Get Capabilities Type'. XML encoded GetCapabilities operation request. This operation allows clients to retrieve service metadata about a specific service instance. In this XML encoding, no "request" parameter is included, since the element name specifies the specific operation. This base type shall be extended by each specific OWS to include the additional required "service" attribute, with the correct value for that OWS.
The following features are supported:
Ows11Package.getGetCapabilitiesType()
Method Summary | |
---|---|
AcceptFormatsType |
getAcceptFormats()
Returns the value of the 'Accept Formats' containment reference. |
AcceptVersionsType |
getAcceptVersions()
Returns the value of the 'Accept Versions' containment reference. |
java.lang.String |
getBaseUrl()
Returns the value of the 'Base Url' attribute. |
java.lang.String |
getNamespace()
Returns the value of the 'Namespace' attribute. |
SectionsType |
getSections()
Returns the value of the 'Sections' containment reference. |
java.lang.String |
getUpdateSequence()
Returns the value of the 'Update Sequence' attribute. |
void |
setAcceptFormats(AcceptFormatsType value)
Sets the value of the ' Accept Formats ' containment reference. |
void |
setAcceptVersions(AcceptVersionsType value)
Sets the value of the ' Accept Versions ' containment reference. |
void |
setBaseUrl(java.lang.String value)
Sets the value of the ' Base Url ' attribute. |
void |
setNamespace(java.lang.String value)
Sets the value of the ' Namespace ' attribute. |
void |
setSections(SectionsType value)
Sets the value of the ' Sections ' containment reference. |
void |
setUpdateSequence(java.lang.String value)
Sets the value of the ' Update Sequence ' attribute. |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Method Detail |
---|
AcceptVersionsType getAcceptVersions()
setAcceptVersions(AcceptVersionsType)
,
Ows11Package.getGetCapabilitiesType_AcceptVersions()
void setAcceptVersions(AcceptVersionsType value)
Accept Versions
' containment reference.
value
- the new value of the 'Accept Versions' containment reference.getAcceptVersions()
SectionsType getSections()
setSections(SectionsType)
,
Ows11Package.getGetCapabilitiesType_Sections()
void setSections(SectionsType value)
Sections
' containment reference.
value
- the new value of the 'Sections' containment reference.getSections()
AcceptFormatsType getAcceptFormats()
setAcceptFormats(AcceptFormatsType)
,
Ows11Package.getGetCapabilitiesType_AcceptFormats()
void setAcceptFormats(AcceptFormatsType value)
Accept Formats
' containment reference.
value
- the new value of the 'Accept Formats' containment reference.getAcceptFormats()
java.lang.String getUpdateSequence()
setUpdateSequence(String)
,
Ows11Package.getGetCapabilitiesType_UpdateSequence()
void setUpdateSequence(java.lang.String value)
Update Sequence
' attribute.
value
- the new value of the 'Update Sequence' attribute.getUpdateSequence()
java.lang.String getBaseUrl()
If the meaning of the 'Base Url' attribute isn't clear, there really should be more of a description here...
setBaseUrl(String)
,
Ows11Package.getGetCapabilitiesType_BaseUrl()
void setBaseUrl(java.lang.String value)
Base Url
' attribute.
value
- the new value of the 'Base Url' attribute.getBaseUrl()
java.lang.String getNamespace()
If the meaning of the 'Namespace' attribute isn't clear, there really should be more of a description here...
setNamespace(String)
,
Ows11Package.getGetCapabilitiesType_Namespace()
void setNamespace(java.lang.String value)
Namespace
' attribute.
value
- the new value of the 'Namespace' attribute.getNamespace()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |