001: /**
002: * <copyright>
003: * </copyright>
004: *
005: * $Id: CapabilitiesBaseType.java 7522 2007-09-12 22:00:10Z saul.farber $
006: */package net.opengis.ows;
007:
008: import org.eclipse.emf.ecore.EObject;
009:
010: /**
011: * <!-- begin-user-doc -->
012: * A representation of the model object '<em><b>Capabilities Base Type</b></em>'.
013: * <!-- end-user-doc -->
014: *
015: * <!-- begin-model-doc -->
016: * 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.
017: * <!-- end-model-doc -->
018: *
019: * <p>
020: * The following features are supported:
021: * <ul>
022: * <li>{@link net.opengis.ows.CapabilitiesBaseType#getServiceIdentification <em>Service Identification</em>}</li>
023: * <li>{@link net.opengis.ows.CapabilitiesBaseType#getServiceProvider <em>Service Provider</em>}</li>
024: * <li>{@link net.opengis.ows.CapabilitiesBaseType#getOperationsMetadata <em>Operations Metadata</em>}</li>
025: * <li>{@link net.opengis.ows.CapabilitiesBaseType#getUpdateSequence <em>Update Sequence</em>}</li>
026: * <li>{@link net.opengis.ows.CapabilitiesBaseType#getVersion <em>Version</em>}</li>
027: * </ul>
028: * </p>
029: *
030: * @see net.opengis.ows.OwsPackage#getCapabilitiesBaseType()
031: * @model extendedMetaData="name='CapabilitiesBaseType' kind='elementOnly'"
032: * @generated
033: */
034: public interface CapabilitiesBaseType extends EObject {
035: /**
036: * Returns the value of the '<em><b>Service Identification</b></em>' containment reference.
037: * <!-- begin-user-doc -->
038: * <p>
039: * If the meaning of the '<em>Service Identification</em>' containment reference isn't clear,
040: * there really should be more of a description here...
041: * </p>
042: * <!-- end-user-doc -->
043: * @return the value of the '<em>Service Identification</em>' containment reference.
044: * @see #setServiceIdentification(ServiceIdentificationType)
045: * @see net.opengis.ows.OwsPackage#getCapabilitiesBaseType_ServiceIdentification()
046: * @model containment="true"
047: * extendedMetaData="kind='element' name='ServiceIdentification' namespace='##targetNamespace'"
048: * @generated
049: */
050: ServiceIdentificationType getServiceIdentification();
051:
052: /**
053: * Sets the value of the '{@link net.opengis.ows.CapabilitiesBaseType#getServiceIdentification <em>Service Identification</em>}' containment reference.
054: * <!-- begin-user-doc -->
055: * <!-- end-user-doc -->
056: * @param value the new value of the '<em>Service Identification</em>' containment reference.
057: * @see #getServiceIdentification()
058: * @generated
059: */
060: void setServiceIdentification(ServiceIdentificationType value);
061:
062: /**
063: * Returns the value of the '<em><b>Service Provider</b></em>' containment reference.
064: * <!-- begin-user-doc -->
065: * <p>
066: * If the meaning of the '<em>Service Provider</em>' containment reference isn't clear,
067: * there really should be more of a description here...
068: * </p>
069: * <!-- end-user-doc -->
070: * @return the value of the '<em>Service Provider</em>' containment reference.
071: * @see #setServiceProvider(ServiceProviderType)
072: * @see net.opengis.ows.OwsPackage#getCapabilitiesBaseType_ServiceProvider()
073: * @model containment="true"
074: * extendedMetaData="kind='element' name='ServiceProvider' namespace='##targetNamespace'"
075: * @generated
076: */
077: ServiceProviderType getServiceProvider();
078:
079: /**
080: * Sets the value of the '{@link net.opengis.ows.CapabilitiesBaseType#getServiceProvider <em>Service Provider</em>}' containment reference.
081: * <!-- begin-user-doc -->
082: * <!-- end-user-doc -->
083: * @param value the new value of the '<em>Service Provider</em>' containment reference.
084: * @see #getServiceProvider()
085: * @generated
086: */
087: void setServiceProvider(ServiceProviderType value);
088:
089: /**
090: * Returns the value of the '<em><b>Operations Metadata</b></em>' containment reference.
091: * <!-- begin-user-doc -->
092: * <p>
093: * If the meaning of the '<em>Operations Metadata</em>' containment reference isn't clear,
094: * there really should be more of a description here...
095: * </p>
096: * <!-- end-user-doc -->
097: * @return the value of the '<em>Operations Metadata</em>' containment reference.
098: * @see #setOperationsMetadata(OperationsMetadataType)
099: * @see net.opengis.ows.OwsPackage#getCapabilitiesBaseType_OperationsMetadata()
100: * @model containment="true"
101: * extendedMetaData="kind='element' name='OperationsMetadata' namespace='##targetNamespace'"
102: * @generated
103: */
104: OperationsMetadataType getOperationsMetadata();
105:
106: /**
107: * Sets the value of the '{@link net.opengis.ows.CapabilitiesBaseType#getOperationsMetadata <em>Operations Metadata</em>}' containment reference.
108: * <!-- begin-user-doc -->
109: * <!-- end-user-doc -->
110: * @param value the new value of the '<em>Operations Metadata</em>' containment reference.
111: * @see #getOperationsMetadata()
112: * @generated
113: */
114: void setOperationsMetadata(OperationsMetadataType value);
115:
116: /**
117: * Returns the value of the '<em><b>Update Sequence</b></em>' attribute.
118: * <!-- begin-user-doc -->
119: * <p>
120: * If the meaning of the '<em>Update Sequence</em>' attribute isn't clear,
121: * there really should be more of a description here...
122: * </p>
123: * <!-- end-user-doc -->
124: * @return the value of the '<em>Update Sequence</em>' attribute.
125: * @see #setUpdateSequence(String)
126: * @see net.opengis.ows.OwsPackage#getCapabilitiesBaseType_UpdateSequence()
127: * @model unique="false" dataType="net.opengis.ows.UpdateSequenceType"
128: * extendedMetaData="kind='attribute' name='updateSequence'"
129: * @generated
130: */
131: String getUpdateSequence();
132:
133: /**
134: * Sets the value of the '{@link net.opengis.ows.CapabilitiesBaseType#getUpdateSequence <em>Update Sequence</em>}' attribute.
135: * <!-- begin-user-doc -->
136: * <!-- end-user-doc -->
137: * @param value the new value of the '<em>Update Sequence</em>' attribute.
138: * @see #getUpdateSequence()
139: * @generated
140: */
141: void setUpdateSequence(String value);
142:
143: /**
144: * Returns the value of the '<em><b>Version</b></em>' attribute.
145: * <!-- begin-user-doc -->
146: * <p>
147: * If the meaning of the '<em>Version</em>' attribute isn't clear,
148: * there really should be more of a description here...
149: * </p>
150: * <!-- end-user-doc -->
151: * @return the value of the '<em>Version</em>' attribute.
152: * @see #setVersion(String)
153: * @see net.opengis.ows.OwsPackage#getCapabilitiesBaseType_Version()
154: * @model unique="false" dataType="net.opengis.ows.VersionType" required="true"
155: * extendedMetaData="kind='attribute' name='version'"
156: * @generated
157: */
158: String getVersion();
159:
160: /**
161: * Sets the value of the '{@link net.opengis.ows.CapabilitiesBaseType#getVersion <em>Version</em>}' attribute.
162: * <!-- begin-user-doc -->
163: * <!-- end-user-doc -->
164: * @param value the new value of the '<em>Version</em>' attribute.
165: * @see #getVersion()
166: * @generated
167: */
168: void setVersion(String value);
169:
170: } // CapabilitiesBaseType
|