|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CapabilitiesBaseType
A representation of the model object 'Capabilities Base Type'. XML encoded GetCapabilities operation response. This document provides clients with service metadata about a specific service instance, usually including metadata about the tightly-coupled data served. If the server does not implement the updateSequence parameter, the server shall always return the complete Capabilities document, without the updateSequence parameter. When the server implements the updateSequence parameter and the GetCapabilities operation request included the updateSequence parameter with the current value, the server shall return this element with only the "version" and "updateSequence" attributes. Otherwise, all optional elements shall be included or not depending on the actual value of the Contents parameter in the GetCapabilities operation request. This base type shall be extended by each specific OWS to include the additional contents needed.
The following features are supported:
Ows10Package.getCapabilitiesBaseType()
Method Summary | |
---|---|
OperationsMetadataType |
getOperationsMetadata()
Returns the value of the 'Operations Metadata' containment reference. |
ServiceIdentificationType |
getServiceIdentification()
Returns the value of the 'Service Identification' containment reference. |
ServiceProviderType |
getServiceProvider()
Returns the value of the 'Service Provider' containment reference. |
java.lang.String |
getUpdateSequence()
Returns the value of the 'Update Sequence' attribute. |
java.lang.String |
getVersion()
Returns the value of the 'Version' attribute. |
void |
setOperationsMetadata(OperationsMetadataType value)
Sets the value of the ' Operations Metadata ' containment reference. |
void |
setServiceIdentification(ServiceIdentificationType value)
Sets the value of the ' Service Identification ' containment reference. |
void |
setServiceProvider(ServiceProviderType value)
Sets the value of the ' Service Provider ' containment reference. |
void |
setUpdateSequence(java.lang.String value)
Sets the value of the ' Update Sequence ' attribute. |
void |
setVersion(java.lang.String value)
Sets the value of the ' Version ' 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 |
---|
ServiceIdentificationType getServiceIdentification()
If the meaning of the 'Service Identification' containment reference isn't clear, there really should be more of a description here...
setServiceIdentification(ServiceIdentificationType)
,
Ows10Package.getCapabilitiesBaseType_ServiceIdentification()
void setServiceIdentification(ServiceIdentificationType value)
Service Identification
' containment reference.
value
- the new value of the 'Service Identification' containment reference.getServiceIdentification()
ServiceProviderType getServiceProvider()
If the meaning of the 'Service Provider' containment reference isn't clear, there really should be more of a description here...
setServiceProvider(ServiceProviderType)
,
Ows10Package.getCapabilitiesBaseType_ServiceProvider()
void setServiceProvider(ServiceProviderType value)
Service Provider
' containment reference.
value
- the new value of the 'Service Provider' containment reference.getServiceProvider()
OperationsMetadataType getOperationsMetadata()
If the meaning of the 'Operations Metadata' containment reference isn't clear, there really should be more of a description here...
setOperationsMetadata(OperationsMetadataType)
,
Ows10Package.getCapabilitiesBaseType_OperationsMetadata()
void setOperationsMetadata(OperationsMetadataType value)
Operations Metadata
' containment reference.
value
- the new value of the 'Operations Metadata' containment reference.getOperationsMetadata()
java.lang.String getUpdateSequence()
If the meaning of the 'Update Sequence' attribute isn't clear, there really should be more of a description here...
setUpdateSequence(String)
,
Ows10Package.getCapabilitiesBaseType_UpdateSequence()
void setUpdateSequence(java.lang.String value)
Update Sequence
' attribute.
value
- the new value of the 'Update Sequence' attribute.getUpdateSequence()
java.lang.String getVersion()
If the meaning of the 'Version' attribute isn't clear, there really should be more of a description here...
setVersion(String)
,
Ows10Package.getCapabilitiesBaseType_Version()
void setVersion(java.lang.String value)
Version
' attribute.
value
- the new value of the 'Version' attribute.getVersion()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |