net.opengis.ows11
Interface DocumentRoot

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
DocumentRootImpl

public interface DocumentRoot
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'Document Root'.

The following features are supported:

See Also:
Ows11Package.getDocumentRoot()

Method Summary
 LanguageStringType getAbstract()
          Returns the value of the 'Abstract' containment reference.
 org.eclipse.emf.ecore.EObject getAbstractMetaData()
          Returns the value of the 'Abstract Meta Data' containment reference.
 AbstractReferenceBaseType getAbstractReferenceBase()
          Returns the value of the 'Abstract Reference Base' containment reference.
 java.lang.String getAccessConstraints()
          Returns the value of the 'Access Constraints' attribute.
 AllowedValuesType getAllowedValues()
          Returns the value of the 'Allowed Values' containment reference.
 AnyValueType getAnyValue()
          Returns the value of the 'Any Value' containment reference.
 java.lang.String getAvailableCRS()
          Returns the value of the 'Available CRS' attribute.
 BoundingBoxType getBoundingBox()
          Returns the value of the 'Bounding Box' containment reference.
 ContactType getContactInfo()
          Returns the value of the 'Contact Info' containment reference.
 DatasetDescriptionSummaryBaseType getDatasetDescriptionSummary()
          Returns the value of the 'Dataset Description Summary' containment reference.
 DomainMetadataType getDataType()
          Returns the value of the 'Data Type' containment reference.
 DCPType getDCP()
          Returns the value of the 'DCP' containment reference.
 ValueType getDefaultValue()
          Returns the value of the 'Default Value' containment reference.
 ExceptionType getException()
          Returns the value of the 'Exception' containment reference.
 ExceptionReportType getExceptionReport()
          Returns the value of the 'Exception Report' containment reference.
 org.eclipse.emf.ecore.EObject getExtendedCapabilities()
          Returns the value of the 'Extended Capabilities' containment reference.
 java.lang.String getFees()
          Returns the value of the 'Fees' attribute.
 GetCapabilitiesType getGetCapabilities()
          Returns the value of the 'Get Capabilities' containment reference.
 GetResourceByIdType getGetResourceByID()
          Returns the value of the 'Get Resource By ID' containment reference.
 HTTPType getHTTP()
          Returns the value of the 'HTTP' containment reference.
 CodeType getIdentifier()
          Returns the value of the 'Identifier' containment reference.
 java.lang.String getIndividualName()
          Returns the value of the 'Individual Name' attribute.
 ManifestType getInputData()
          Returns the value of the 'Input Data' containment reference.
 KeywordsType getKeywords()
          Returns the value of the 'Keywords' containment reference.
 java.lang.String getLanguage()
          Returns the value of the 'Language' attribute.
 ManifestType getManifest()
          Returns the value of the 'Manifest' containment reference.
 ValueType getMaximumValue()
          Returns the value of the 'Maximum Value' containment reference.
 DomainMetadataType getMeaning()
          Returns the value of the 'Meaning' containment reference.
 MetadataType getMetadata()
          Returns the value of the 'Metadata' containment reference.
 ValueType getMinimumValue()
          Returns the value of the 'Minimum Value' containment reference.
 org.eclipse.emf.ecore.util.FeatureMap getMixed()
          Returns the value of the 'Mixed' attribute list.
 NoValuesType getNoValues()
          Returns the value of the 'No Values' containment reference.
 OperationType getOperation()
          Returns the value of the 'Operation' containment reference.
 ManifestType getOperationResponse()
          Returns the value of the 'Operation Response' containment reference.
 OperationsMetadataType getOperationsMetadata()
          Returns the value of the 'Operations Metadata' containment reference.
 java.lang.String getOrganisationName()
          Returns the value of the 'Organisation Name' attribute.
 MetadataType getOtherSource()
          Returns the value of the 'Other Source' containment reference.
 java.lang.String getOutputFormat()
          Returns the value of the 'Output Format' attribute.
 ResponsiblePartyType getPointOfContact()
          Returns the value of the 'Point Of Contact' containment reference.
 java.lang.String getPositionName()
          Returns the value of the 'Position Name' attribute.
 RangeType getRange()
          Returns the value of the 'Range' containment reference.
 RangeClosureType getRangeClosure()
          Returns the value of the 'Range Closure' attribute.
 ReferenceType getReference()
          Returns the value of the 'Reference' containment reference.
 java.lang.String getReference1()
          Returns the value of the 'Reference1' attribute.
 ReferenceGroupType getReferenceGroup()
          Returns the value of the 'Reference Group' containment reference.
 DomainMetadataType getReferenceSystem()
          Returns the value of the 'Reference System' containment reference.
 org.eclipse.emf.ecore.EObject getResource()
          Returns the value of the 'Resource' containment reference.
 CodeType getRole()
          Returns the value of the 'Role' containment reference.
 ServiceIdentificationType getServiceIdentification()
          Returns the value of the 'Service Identification' containment reference.
 ServiceProviderType getServiceProvider()
          Returns the value of the 'Service Provider' containment reference.
 ServiceReferenceType getServiceReference()
          Returns the value of the 'Service Reference' containment reference.
 ValueType getSpacing()
          Returns the value of the 'Spacing' containment reference.
 java.lang.String getSupportedCRS()
          Returns the value of the 'Supported CRS' attribute.
 LanguageStringType getTitle()
          Returns the value of the 'Title' containment reference.
 DomainMetadataType getUOM()
          Returns the value of the 'UOM' containment reference.
 ValueType getValue()
          Returns the value of the 'Value' containment reference.
 ValuesReferenceType getValuesReference()
          Returns the value of the 'Values Reference' containment reference.
 WGS84BoundingBoxType getWGS84BoundingBox()
          Returns the value of the 'WGS84 Bounding Box' containment reference.
 org.eclipse.emf.common.util.EMap getXMLNSPrefixMap()
          Returns the value of the 'XMLNS Prefix Map' map.
 org.eclipse.emf.common.util.EMap getXSISchemaLocation()
          Returns the value of the 'XSI Schema Location' map.
 boolean isSetRangeClosure()
          Returns whether the value of the 'Range Closure' attribute is set.
 void setAbstract(LanguageStringType value)
          Sets the value of the 'Abstract' containment reference.
 void setAccessConstraints(java.lang.String value)
          Sets the value of the 'Access Constraints' attribute.
 void setAllowedValues(AllowedValuesType value)
          Sets the value of the 'Allowed Values' containment reference.
 void setAnyValue(AnyValueType value)
          Sets the value of the 'Any Value' containment reference.
 void setAvailableCRS(java.lang.String value)
          Sets the value of the 'Available CRS' attribute.
 void setBoundingBox(BoundingBoxType value)
          Sets the value of the 'Bounding Box' containment reference.
 void setContactInfo(ContactType value)
          Sets the value of the 'Contact Info' containment reference.
 void setDatasetDescriptionSummary(DatasetDescriptionSummaryBaseType value)
          Sets the value of the 'Dataset Description Summary' containment reference.
 void setDataType(DomainMetadataType value)
          Sets the value of the 'Data Type' containment reference.
 void setDCP(DCPType value)
          Sets the value of the 'DCP' containment reference.
 void setDefaultValue(ValueType value)
          Sets the value of the 'Default Value' containment reference.
 void setException(ExceptionType value)
          Sets the value of the 'Exception' containment reference.
 void setExceptionReport(ExceptionReportType value)
          Sets the value of the 'Exception Report' containment reference.
 void setExtendedCapabilities(org.eclipse.emf.ecore.EObject value)
          Sets the value of the 'Extended Capabilities' containment reference.
 void setFees(java.lang.String value)
          Sets the value of the 'Fees' attribute.
 void setGetCapabilities(GetCapabilitiesType value)
          Sets the value of the 'Get Capabilities' containment reference.
 void setGetResourceByID(GetResourceByIdType value)
          Sets the value of the 'Get Resource By ID' containment reference.
 void setHTTP(HTTPType value)
          Sets the value of the 'HTTP' containment reference.
 void setIdentifier(CodeType value)
          Sets the value of the 'Identifier' containment reference.
 void setIndividualName(java.lang.String value)
          Sets the value of the 'Individual Name' attribute.
 void setInputData(ManifestType value)
          Sets the value of the 'Input Data' containment reference.
 void setKeywords(KeywordsType value)
          Sets the value of the 'Keywords' containment reference.
 void setLanguage(java.lang.String value)
          Sets the value of the 'Language' attribute.
 void setManifest(ManifestType value)
          Sets the value of the 'Manifest' containment reference.
 void setMaximumValue(ValueType value)
          Sets the value of the 'Maximum Value' containment reference.
 void setMeaning(DomainMetadataType value)
          Sets the value of the 'Meaning' containment reference.
 void setMetadata(MetadataType value)
          Sets the value of the 'Metadata' containment reference.
 void setMinimumValue(ValueType value)
          Sets the value of the 'Minimum Value' containment reference.
 void setNoValues(NoValuesType value)
          Sets the value of the 'No Values' containment reference.
 void setOperation(OperationType value)
          Sets the value of the 'Operation' containment reference.
 void setOperationResponse(ManifestType value)
          Sets the value of the 'Operation Response' containment reference.
 void setOperationsMetadata(OperationsMetadataType value)
          Sets the value of the 'Operations Metadata' containment reference.
 void setOrganisationName(java.lang.String value)
          Sets the value of the 'Organisation Name' attribute.
 void setOtherSource(MetadataType value)
          Sets the value of the 'Other Source' containment reference.
 void setOutputFormat(java.lang.String value)
          Sets the value of the 'Output Format' attribute.
 void setPointOfContact(ResponsiblePartyType value)
          Sets the value of the 'Point Of Contact' containment reference.
 void setPositionName(java.lang.String value)
          Sets the value of the 'Position Name' attribute.
 void setRange(RangeType value)
          Sets the value of the 'Range' containment reference.
 void setRangeClosure(RangeClosureType value)
          Sets the value of the 'Range Closure' attribute.
 void setReference(ReferenceType value)
          Sets the value of the 'Reference' containment reference.
 void setReference1(java.lang.String value)
          Sets the value of the 'Reference1' attribute.
 void setReferenceGroup(ReferenceGroupType value)
          Sets the value of the 'Reference Group' containment reference.
 void setReferenceSystem(DomainMetadataType value)
          Sets the value of the 'Reference System' containment reference.
 void setResource(org.eclipse.emf.ecore.EObject value)
          Sets the value of the 'Resource' containment reference.
 void setRole(CodeType value)
          Sets the value of the 'Role' 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 setServiceReference(ServiceReferenceType value)
          Sets the value of the 'Service Reference' containment reference.
 void setSpacing(ValueType value)
          Sets the value of the 'Spacing' containment reference.
 void setSupportedCRS(java.lang.String value)
          Sets the value of the 'Supported CRS' attribute.
 void setTitle(LanguageStringType value)
          Sets the value of the 'Title' containment reference.
 void setUOM(DomainMetadataType value)
          Sets the value of the 'UOM' containment reference.
 void setValue(ValueType value)
          Sets the value of the 'Value' containment reference.
 void setValuesReference(ValuesReferenceType value)
          Sets the value of the 'Values Reference' containment reference.
 void setWGS84BoundingBox(WGS84BoundingBoxType value)
          Sets the value of the 'WGS84 Bounding Box' containment reference.
 void unsetRangeClosure()
          Unsets the value of the 'Range Closure' 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

getMixed

org.eclipse.emf.ecore.util.FeatureMap getMixed()
Returns the value of the 'Mixed' attribute list. The list contents are of type FeatureMap.Entry.

If the meaning of the 'Mixed' attribute list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Mixed' attribute list.
See Also:
Ows11Package.getDocumentRoot_Mixed()

getXMLNSPrefixMap

org.eclipse.emf.common.util.EMap getXMLNSPrefixMap()
Returns the value of the 'XMLNS Prefix Map' map. The key is of type String, and the value is of type String,

If the meaning of the 'XMLNS Prefix Map' map isn't clear, there really should be more of a description here...

Returns:
the value of the 'XMLNS Prefix Map' map.
See Also:
Ows11Package.getDocumentRoot_XMLNSPrefixMap()

getXSISchemaLocation

org.eclipse.emf.common.util.EMap getXSISchemaLocation()
Returns the value of the 'XSI Schema Location' map. The key is of type String, and the value is of type String,

If the meaning of the 'XSI Schema Location' map isn't clear, there really should be more of a description here...

Returns:
the value of the 'XSI Schema Location' map.
See Also:
Ows11Package.getDocumentRoot_XSISchemaLocation()

getAbstract

LanguageStringType getAbstract()
Returns the value of the 'Abstract' containment reference. Brief narrative description of this resource, normally used for display to a human.

Returns:
the value of the 'Abstract' containment reference.
See Also:
setAbstract(LanguageStringType), Ows11Package.getDocumentRoot_Abstract()

setAbstract

void setAbstract(LanguageStringType value)
Sets the value of the 'Abstract' containment reference.

Parameters:
value - the new value of the 'Abstract' containment reference.
See Also:
getAbstract()

getAbstractMetaData

org.eclipse.emf.ecore.EObject getAbstractMetaData()
Returns the value of the 'Abstract Meta Data' containment reference. Abstract element containing more metadata about the element that includes the containing "metadata" element. A specific server implementation, or an Implementation Specification, can define concrete elements in the AbstractMetaData substitution group.

Returns:
the value of the 'Abstract Meta Data' containment reference.
See Also:
Ows11Package.getDocumentRoot_AbstractMetaData()

getAbstractReferenceBase

AbstractReferenceBaseType getAbstractReferenceBase()
Returns the value of the 'Abstract Reference Base' containment reference.

If the meaning of the 'Abstract Reference Base' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Abstract Reference Base' containment reference.
See Also:
Ows11Package.getDocumentRoot_AbstractReferenceBase()

getAccessConstraints

java.lang.String getAccessConstraints()
Returns the value of the 'Access Constraints' attribute. Access constraint applied to assure the protection of privacy or intellectual property, or any other restrictions on retrieving or using data from or otherwise using this server. The reserved value NONE (case insensitive) shall be used to mean no access constraints are imposed.

Returns:
the value of the 'Access Constraints' attribute.
See Also:
setAccessConstraints(String), Ows11Package.getDocumentRoot_AccessConstraints()

setAccessConstraints

void setAccessConstraints(java.lang.String value)
Sets the value of the 'Access Constraints' attribute.

Parameters:
value - the new value of the 'Access Constraints' attribute.
See Also:
getAccessConstraints()

getAllowedValues

AllowedValuesType getAllowedValues()
Returns the value of the 'Allowed Values' containment reference. List of all the valid values and/or ranges of values for this quantity. For numeric quantities, signed values should be ordered from negative infinity to positive infinity.

Returns:
the value of the 'Allowed Values' containment reference.
See Also:
setAllowedValues(AllowedValuesType), Ows11Package.getDocumentRoot_AllowedValues()

setAllowedValues

void setAllowedValues(AllowedValuesType value)
Sets the value of the 'Allowed Values' containment reference.

Parameters:
value - the new value of the 'Allowed Values' containment reference.
See Also:
getAllowedValues()

getAnyValue

AnyValueType getAnyValue()
Returns the value of the 'Any Value' containment reference. Specifies that any value is allowed for this parameter.

Returns:
the value of the 'Any Value' containment reference.
See Also:
setAnyValue(AnyValueType), Ows11Package.getDocumentRoot_AnyValue()

setAnyValue

void setAnyValue(AnyValueType value)
Sets the value of the 'Any Value' containment reference.

Parameters:
value - the new value of the 'Any Value' containment reference.
See Also:
getAnyValue()

getAvailableCRS

java.lang.String getAvailableCRS()
Returns the value of the 'Available CRS' attribute.

If the meaning of the 'Available CRS' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Available CRS' attribute.
See Also:
setAvailableCRS(String), Ows11Package.getDocumentRoot_AvailableCRS()

setAvailableCRS

void setAvailableCRS(java.lang.String value)
Sets the value of the 'Available CRS' attribute.

Parameters:
value - the new value of the 'Available CRS' attribute.
See Also:
getAvailableCRS()

getBoundingBox

BoundingBoxType getBoundingBox()
Returns the value of the 'Bounding Box' containment reference.

If the meaning of the 'Bounding Box' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Bounding Box' containment reference.
See Also:
setBoundingBox(BoundingBoxType), Ows11Package.getDocumentRoot_BoundingBox()

setBoundingBox

void setBoundingBox(BoundingBoxType value)
Sets the value of the 'Bounding Box' containment reference.

Parameters:
value - the new value of the 'Bounding Box' containment reference.
See Also:
getBoundingBox()

getContactInfo

ContactType getContactInfo()
Returns the value of the 'Contact Info' containment reference. Address of the responsible party.

Returns:
the value of the 'Contact Info' containment reference.
See Also:
setContactInfo(ContactType), Ows11Package.getDocumentRoot_ContactInfo()

setContactInfo

void setContactInfo(ContactType value)
Sets the value of the 'Contact Info' containment reference.

Parameters:
value - the new value of the 'Contact Info' containment reference.
See Also:
getContactInfo()

getDatasetDescriptionSummary

DatasetDescriptionSummaryBaseType getDatasetDescriptionSummary()
Returns the value of the 'Dataset Description Summary' containment reference.

If the meaning of the 'Dataset Description Summary' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Dataset Description Summary' containment reference.
See Also:
setDatasetDescriptionSummary(DatasetDescriptionSummaryBaseType), Ows11Package.getDocumentRoot_DatasetDescriptionSummary()

setDatasetDescriptionSummary

void setDatasetDescriptionSummary(DatasetDescriptionSummaryBaseType value)
Sets the value of the 'Dataset Description Summary' containment reference.

Parameters:
value - the new value of the 'Dataset Description Summary' containment reference.
See Also:
getDatasetDescriptionSummary()

getDataType

DomainMetadataType getDataType()
Returns the value of the 'Data Type' containment reference. Definition of the data type of this set of values. In this case, the xlink:href attribute can reference a URN for a well-known data type. For example, such a URN could be a data type identification URN defined in the "ogc" URN namespace.

Returns:
the value of the 'Data Type' containment reference.
See Also:
setDataType(DomainMetadataType), Ows11Package.getDocumentRoot_DataType()

setDataType

void setDataType(DomainMetadataType value)
Sets the value of the 'Data Type' containment reference.

Parameters:
value - the new value of the 'Data Type' containment reference.
See Also:
getDataType()

getDCP

DCPType getDCP()
Returns the value of the 'DCP' containment reference. Information for one distributed Computing Platform (DCP) supported for this operation. At present, only the HTTP DCP is defined, so this element only includes the HTTP element.

Returns:
the value of the 'DCP' containment reference.
See Also:
setDCP(DCPType), Ows11Package.getDocumentRoot_DCP()

setDCP

void setDCP(DCPType value)
Sets the value of the 'DCP' containment reference.

Parameters:
value - the new value of the 'DCP' containment reference.
See Also:
getDCP()

getDefaultValue

ValueType getDefaultValue()
Returns the value of the 'Default Value' containment reference. The default value for a quantity for which multiple values are allowed.

Returns:
the value of the 'Default Value' containment reference.
See Also:
setDefaultValue(ValueType), Ows11Package.getDocumentRoot_DefaultValue()

setDefaultValue

void setDefaultValue(ValueType value)
Sets the value of the 'Default Value' containment reference.

Parameters:
value - the new value of the 'Default Value' containment reference.
See Also:
getDefaultValue()

getException

ExceptionType getException()
Returns the value of the 'Exception' containment reference.

If the meaning of the 'Exception' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Exception' containment reference.
See Also:
setException(ExceptionType), Ows11Package.getDocumentRoot_Exception()

setException

void setException(ExceptionType value)
Sets the value of the 'Exception' containment reference.

Parameters:
value - the new value of the 'Exception' containment reference.
See Also:
getException()

getExceptionReport

ExceptionReportType getExceptionReport()
Returns the value of the 'Exception Report' containment reference. Report message returned to the client that requested any OWS operation when the server detects an error while processing that operation request.

Returns:
the value of the 'Exception Report' containment reference.
See Also:
setExceptionReport(ExceptionReportType), Ows11Package.getDocumentRoot_ExceptionReport()

setExceptionReport

void setExceptionReport(ExceptionReportType value)
Sets the value of the 'Exception Report' containment reference.

Parameters:
value - the new value of the 'Exception Report' containment reference.
See Also:
getExceptionReport()

getExtendedCapabilities

org.eclipse.emf.ecore.EObject getExtendedCapabilities()
Returns the value of the 'Extended Capabilities' containment reference. Individual software vendors and servers can use this element to provide metadata about any additional server abilities.

Returns:
the value of the 'Extended Capabilities' containment reference.
See Also:
setExtendedCapabilities(EObject), Ows11Package.getDocumentRoot_ExtendedCapabilities()

setExtendedCapabilities

void setExtendedCapabilities(org.eclipse.emf.ecore.EObject value)
Sets the value of the 'Extended Capabilities' containment reference.

Parameters:
value - the new value of the 'Extended Capabilities' containment reference.
See Also:
getExtendedCapabilities()

getFees

java.lang.String getFees()
Returns the value of the 'Fees' attribute. Fees and terms for retrieving data from or otherwise using this server, including the monetary units as specified in ISO 4217. The reserved value NONE (case insensitive) shall be used to mean no fees or terms.

Returns:
the value of the 'Fees' attribute.
See Also:
setFees(String), Ows11Package.getDocumentRoot_Fees()

setFees

void setFees(java.lang.String value)
Sets the value of the 'Fees' attribute.

Parameters:
value - the new value of the 'Fees' attribute.
See Also:
getFees()

getGetCapabilities

GetCapabilitiesType getGetCapabilities()
Returns the value of the 'Get Capabilities' containment reference.

If the meaning of the 'Get Capabilities' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Get Capabilities' containment reference.
See Also:
setGetCapabilities(GetCapabilitiesType), Ows11Package.getDocumentRoot_GetCapabilities()

setGetCapabilities

void setGetCapabilities(GetCapabilitiesType value)
Sets the value of the 'Get Capabilities' containment reference.

Parameters:
value - the new value of the 'Get Capabilities' containment reference.
See Also:
getGetCapabilities()

getGetResourceByID

GetResourceByIdType getGetResourceByID()
Returns the value of the 'Get Resource By ID' containment reference.

If the meaning of the 'Get Resource By ID' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Get Resource By ID' containment reference.
See Also:
setGetResourceByID(GetResourceByIdType), Ows11Package.getDocumentRoot_GetResourceByID()

setGetResourceByID

void setGetResourceByID(GetResourceByIdType value)
Sets the value of the 'Get Resource By ID' containment reference.

Parameters:
value - the new value of the 'Get Resource By ID' containment reference.
See Also:
getGetResourceByID()

getHTTP

HTTPType getHTTP()
Returns the value of the 'HTTP' containment reference. Connect point URLs for the HTTP Distributed Computing Platform (DCP). Normally, only one Get and/or one Post is included in this element. More than one Get and/or Post is allowed to support including alternative URLs for uses such as load balancing or backup.

Returns:
the value of the 'HTTP' containment reference.
See Also:
setHTTP(HTTPType), Ows11Package.getDocumentRoot_HTTP()

setHTTP

void setHTTP(HTTPType value)
Sets the value of the 'HTTP' containment reference.

Parameters:
value - the new value of the 'HTTP' containment reference.
See Also:
getHTTP()

getIdentifier

CodeType getIdentifier()
Returns the value of the 'Identifier' containment reference. Unique identifier or name of this dataset.

Returns:
the value of the 'Identifier' containment reference.
See Also:
setIdentifier(CodeType), Ows11Package.getDocumentRoot_Identifier()

setIdentifier

void setIdentifier(CodeType value)
Sets the value of the 'Identifier' containment reference.

Parameters:
value - the new value of the 'Identifier' containment reference.
See Also:
getIdentifier()

getIndividualName

java.lang.String getIndividualName()
Returns the value of the 'Individual Name' attribute. Name of the responsible person: surname, given name, title separated by a delimiter.

Returns:
the value of the 'Individual Name' attribute.
See Also:
setIndividualName(String), Ows11Package.getDocumentRoot_IndividualName()

setIndividualName

void setIndividualName(java.lang.String value)
Sets the value of the 'Individual Name' attribute.

Parameters:
value - the new value of the 'Individual Name' attribute.
See Also:
getIndividualName()

getInputData

ManifestType getInputData()
Returns the value of the 'Input Data' containment reference. Input data in a XML-encoded OWS operation request, allowing including multiple data items with each data item either included or referenced. This InputData element, or an element using the ManifestType with a more-specific element name (TBR), shall be used whenever applicable within XML-encoded OWS operation requests.

Returns:
the value of the 'Input Data' containment reference.
See Also:
setInputData(ManifestType), Ows11Package.getDocumentRoot_InputData()

setInputData

void setInputData(ManifestType value)
Sets the value of the 'Input Data' containment reference.

Parameters:
value - the new value of the 'Input Data' containment reference.
See Also:
getInputData()

getKeywords

KeywordsType getKeywords()
Returns the value of the 'Keywords' containment reference.

If the meaning of the 'Keywords' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Keywords' containment reference.
See Also:
setKeywords(KeywordsType), Ows11Package.getDocumentRoot_Keywords()

setKeywords

void setKeywords(KeywordsType value)
Sets the value of the 'Keywords' containment reference.

Parameters:
value - the new value of the 'Keywords' containment reference.
See Also:
getKeywords()

getLanguage

java.lang.String getLanguage()
Returns the value of the 'Language' attribute. Identifier of a language used by the data(set) contents. This language identifier shall be as specified in IETF RFC 4646. When this element is omitted, the language used is not identified.

Returns:
the value of the 'Language' attribute.
See Also:
setLanguage(String), Ows11Package.getDocumentRoot_Language()

setLanguage

void setLanguage(java.lang.String value)
Sets the value of the 'Language' attribute.

Parameters:
value - the new value of the 'Language' attribute.
See Also:
getLanguage()

getManifest

ManifestType getManifest()
Returns the value of the 'Manifest' containment reference.

If the meaning of the 'Manifest' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Manifest' containment reference.
See Also:
setManifest(ManifestType), Ows11Package.getDocumentRoot_Manifest()

setManifest

void setManifest(ManifestType value)
Sets the value of the 'Manifest' containment reference.

Parameters:
value - the new value of the 'Manifest' containment reference.
See Also:
getManifest()

getMaximumValue

ValueType getMaximumValue()
Returns the value of the 'Maximum Value' containment reference. Maximum value of this numeric parameter.

Returns:
the value of the 'Maximum Value' containment reference.
See Also:
setMaximumValue(ValueType), Ows11Package.getDocumentRoot_MaximumValue()

setMaximumValue

void setMaximumValue(ValueType value)
Sets the value of the 'Maximum Value' containment reference.

Parameters:
value - the new value of the 'Maximum Value' containment reference.
See Also:
getMaximumValue()

getMeaning

DomainMetadataType getMeaning()
Returns the value of the 'Meaning' containment reference. Definition of the meaning or semantics of this set of values. This Meaning can provide more specific, complete, precise, machine accessible, and machine understandable semantics about this quantity, relative to other available semantic information. For example, other semantic information is often provided in "documentation" elements in XML Schemas or "description" elements in GML objects.

Returns:
the value of the 'Meaning' containment reference.
See Also:
setMeaning(DomainMetadataType), Ows11Package.getDocumentRoot_Meaning()

setMeaning

void setMeaning(DomainMetadataType value)
Sets the value of the 'Meaning' containment reference.

Parameters:
value - the new value of the 'Meaning' containment reference.
See Also:
getMeaning()

getMetadata

MetadataType getMetadata()
Returns the value of the 'Metadata' containment reference.

If the meaning of the 'Metadata' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Metadata' containment reference.
See Also:
setMetadata(MetadataType), Ows11Package.getDocumentRoot_Metadata()

setMetadata

void setMetadata(MetadataType value)
Sets the value of the 'Metadata' containment reference.

Parameters:
value - the new value of the 'Metadata' containment reference.
See Also:
getMetadata()

getMinimumValue

ValueType getMinimumValue()
Returns the value of the 'Minimum Value' containment reference. Minimum value of this numeric parameter.

Returns:
the value of the 'Minimum Value' containment reference.
See Also:
setMinimumValue(ValueType), Ows11Package.getDocumentRoot_MinimumValue()

setMinimumValue

void setMinimumValue(ValueType value)
Sets the value of the 'Minimum Value' containment reference.

Parameters:
value - the new value of the 'Minimum Value' containment reference.
See Also:
getMinimumValue()

getNoValues

NoValuesType getNoValues()
Returns the value of the 'No Values' containment reference. Specifies that no values are allowed for this parameter or quantity.

Returns:
the value of the 'No Values' containment reference.
See Also:
setNoValues(NoValuesType), Ows11Package.getDocumentRoot_NoValues()

setNoValues

void setNoValues(NoValuesType value)
Sets the value of the 'No Values' containment reference.

Parameters:
value - the new value of the 'No Values' containment reference.
See Also:
getNoValues()

getOperation

OperationType getOperation()
Returns the value of the 'Operation' containment reference. Metadata for one operation that this server implements.

Returns:
the value of the 'Operation' containment reference.
See Also:
setOperation(OperationType), Ows11Package.getDocumentRoot_Operation()

setOperation

void setOperation(OperationType value)
Sets the value of the 'Operation' containment reference.

Parameters:
value - the new value of the 'Operation' containment reference.
See Also:
getOperation()

getOperationResponse

ManifestType getOperationResponse()
Returns the value of the 'Operation Response' containment reference. Response from an OWS operation, allowing including multiple output data items with each item either included or referenced. This OperationResponse element, or an element using the ManifestType with a more specific element name, shall be used whenever applicable for responses from OWS operations. This element is specified for use where the ManifestType contents are needed for an operation response, but the Manifest element name is not fully applicable. This element or the ManifestType shall be used instead of using the ows:ReferenceType proposed in OGC 04-105.

Returns:
the value of the 'Operation Response' containment reference.
See Also:
setOperationResponse(ManifestType), Ows11Package.getDocumentRoot_OperationResponse()

setOperationResponse

void setOperationResponse(ManifestType value)
Sets the value of the 'Operation Response' containment reference.

Parameters:
value - the new value of the 'Operation Response' containment reference.
See Also:
getOperationResponse()

getOperationsMetadata

OperationsMetadataType getOperationsMetadata()
Returns the value of the 'Operations Metadata' containment reference. Metadata about the operations and related abilities specified by this service and implemented by this server, including the URLs for operation requests. The basic contents of this section shall be the same for all OWS types, but individual services can add elements and/or change the optionality of optional elements.

Returns:
the value of the 'Operations Metadata' containment reference.
See Also:
setOperationsMetadata(OperationsMetadataType), Ows11Package.getDocumentRoot_OperationsMetadata()

setOperationsMetadata

void setOperationsMetadata(OperationsMetadataType value)
Sets the value of the 'Operations Metadata' containment reference.

Parameters:
value - the new value of the 'Operations Metadata' containment reference.
See Also:
getOperationsMetadata()

getOrganisationName

java.lang.String getOrganisationName()
Returns the value of the 'Organisation Name' attribute. Name of the responsible organization.

Returns:
the value of the 'Organisation Name' attribute.
See Also:
setOrganisationName(String), Ows11Package.getDocumentRoot_OrganisationName()

setOrganisationName

void setOrganisationName(java.lang.String value)
Sets the value of the 'Organisation Name' attribute.

Parameters:
value - the new value of the 'Organisation Name' attribute.
See Also:
getOrganisationName()

getOtherSource

MetadataType getOtherSource()
Returns the value of the 'Other Source' containment reference. Reference to a source of metadata describing coverage offerings available from this server. This parameter can reference a catalogue server from which dataset metadata is available. This ability is expected to be used by servers with thousands or millions of datasets, for which searching a catalogue is more feasible than fetching a long Capabilities XML document. When no DatasetDescriptionSummaries are included, and one or more catalogue servers are referenced, this set of catalogues shall contain current metadata summaries for all the datasets currently available from this OWS server, with the metadata for each such dataset referencing this OWS server.

Returns:
the value of the 'Other Source' containment reference.
See Also:
setOtherSource(MetadataType), Ows11Package.getDocumentRoot_OtherSource()

setOtherSource

void setOtherSource(MetadataType value)
Sets the value of the 'Other Source' containment reference.

Parameters:
value - the new value of the 'Other Source' containment reference.
See Also:
getOtherSource()

getOutputFormat

java.lang.String getOutputFormat()
Returns the value of the 'Output Format' attribute. Reference to a format in which this data can be encoded and transferred. More specific parameter names should be used by specific OWS specifications wherever applicable. More than one such parameter can be included for different purposes.

Returns:
the value of the 'Output Format' attribute.
See Also:
setOutputFormat(String), Ows11Package.getDocumentRoot_OutputFormat()

setOutputFormat

void setOutputFormat(java.lang.String value)
Sets the value of the 'Output Format' attribute.

Parameters:
value - the new value of the 'Output Format' attribute.
See Also:
getOutputFormat()

getPointOfContact

ResponsiblePartyType getPointOfContact()
Returns the value of the 'Point Of Contact' containment reference. Identification of, and means of communication with, person(s) responsible for the resource(s). For OWS use in the ServiceProvider section of a service metadata document, the optional organizationName element was removed, since this type is always used with the ProviderName element which provides that information. The optional individualName element was made mandatory, since either the organizationName or individualName element is mandatory. The mandatory "role" element was changed to optional, since no clear use of this information is known in the ServiceProvider section.

Returns:
the value of the 'Point Of Contact' containment reference.
See Also:
setPointOfContact(ResponsiblePartyType), Ows11Package.getDocumentRoot_PointOfContact()

setPointOfContact

void setPointOfContact(ResponsiblePartyType value)
Sets the value of the 'Point Of Contact' containment reference.

Parameters:
value - the new value of the 'Point Of Contact' containment reference.
See Also:
getPointOfContact()

getPositionName

java.lang.String getPositionName()
Returns the value of the 'Position Name' attribute. Role or position of the responsible person.

Returns:
the value of the 'Position Name' attribute.
See Also:
setPositionName(String), Ows11Package.getDocumentRoot_PositionName()

setPositionName

void setPositionName(java.lang.String value)
Sets the value of the 'Position Name' attribute.

Parameters:
value - the new value of the 'Position Name' attribute.
See Also:
getPositionName()

getRange

RangeType getRange()
Returns the value of the 'Range' containment reference.

If the meaning of the 'Range' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Range' containment reference.
See Also:
setRange(RangeType), Ows11Package.getDocumentRoot_Range()

setRange

void setRange(RangeType value)
Sets the value of the 'Range' containment reference.

Parameters:
value - the new value of the 'Range' containment reference.
See Also:
getRange()

getReference

ReferenceType getReference()
Returns the value of the 'Reference' containment reference.

If the meaning of the 'Reference' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Reference' containment reference.
See Also:
setReference(ReferenceType), Ows11Package.getDocumentRoot_Reference()

setReference

void setReference(ReferenceType value)
Sets the value of the 'Reference' containment reference.

Parameters:
value - the new value of the 'Reference' containment reference.
See Also:
getReference()

getReferenceGroup

ReferenceGroupType getReferenceGroup()
Returns the value of the 'Reference Group' containment reference.

If the meaning of the 'Reference Group' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Reference Group' containment reference.
See Also:
setReferenceGroup(ReferenceGroupType), Ows11Package.getDocumentRoot_ReferenceGroup()

setReferenceGroup

void setReferenceGroup(ReferenceGroupType value)
Sets the value of the 'Reference Group' containment reference.

Parameters:
value - the new value of the 'Reference Group' containment reference.
See Also:
getReferenceGroup()

getReferenceSystem

DomainMetadataType getReferenceSystem()
Returns the value of the 'Reference System' containment reference. Definition of the reference system used by this set of values, including the unit of measure whenever applicable (as is normal). In this case, the xlink:href attribute can reference a URN for a well-known reference system, such as for a coordinate reference system (CRS). For example, such a URN could be a CRS identification URN defined in the "ogc" URN namespace.

Returns:
the value of the 'Reference System' containment reference.
See Also:
setReferenceSystem(DomainMetadataType), Ows11Package.getDocumentRoot_ReferenceSystem()

setReferenceSystem

void setReferenceSystem(DomainMetadataType value)
Sets the value of the 'Reference System' containment reference.

Parameters:
value - the new value of the 'Reference System' containment reference.
See Also:
getReferenceSystem()

getResource

org.eclipse.emf.ecore.EObject getResource()
Returns the value of the 'Resource' containment reference. XML encoded GetResourceByID operation response. The complexType used by this element shall be specified by each specific OWS.

Returns:
the value of the 'Resource' containment reference.
See Also:
setResource(EObject), Ows11Package.getDocumentRoot_Resource()

setResource

void setResource(org.eclipse.emf.ecore.EObject value)
Sets the value of the 'Resource' containment reference.

Parameters:
value - the new value of the 'Resource' containment reference.
See Also:
getResource()

getRole

CodeType getRole()
Returns the value of the 'Role' containment reference. Function performed by the responsible party. Possible values of this Role shall include the values and the meanings listed in Subclause B.5.5 of ISO 19115:2003.

Returns:
the value of the 'Role' containment reference.
See Also:
setRole(CodeType), Ows11Package.getDocumentRoot_Role()

setRole

void setRole(CodeType value)
Sets the value of the 'Role' containment reference.

Parameters:
value - the new value of the 'Role' containment reference.
See Also:
getRole()

getServiceIdentification

ServiceIdentificationType getServiceIdentification()
Returns the value of the 'Service Identification' containment reference. General metadata for this specific server. This XML Schema of this section shall be the same for all OWS.

Returns:
the value of the 'Service Identification' containment reference.
See Also:
setServiceIdentification(ServiceIdentificationType), Ows11Package.getDocumentRoot_ServiceIdentification()

setServiceIdentification

void setServiceIdentification(ServiceIdentificationType value)
Sets the value of the 'Service Identification' containment reference.

Parameters:
value - the new value of the 'Service Identification' containment reference.
See Also:
getServiceIdentification()

getServiceProvider

ServiceProviderType getServiceProvider()
Returns the value of the 'Service Provider' containment reference. Metadata about the organization that provides this specific service instance or server.

Returns:
the value of the 'Service Provider' containment reference.
See Also:
setServiceProvider(ServiceProviderType), Ows11Package.getDocumentRoot_ServiceProvider()

setServiceProvider

void setServiceProvider(ServiceProviderType value)
Sets the value of the 'Service Provider' containment reference.

Parameters:
value - the new value of the 'Service Provider' containment reference.
See Also:
getServiceProvider()

getServiceReference

ServiceReferenceType getServiceReference()
Returns the value of the 'Service Reference' containment reference.

If the meaning of the 'Service Reference' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Service Reference' containment reference.
See Also:
setServiceReference(ServiceReferenceType), Ows11Package.getDocumentRoot_ServiceReference()

setServiceReference

void setServiceReference(ServiceReferenceType value)
Sets the value of the 'Service Reference' containment reference.

Parameters:
value - the new value of the 'Service Reference' containment reference.
See Also:
getServiceReference()

getSpacing

ValueType getSpacing()
Returns the value of the 'Spacing' containment reference. The regular distance or spacing between the allowed values in a range.

Returns:
the value of the 'Spacing' containment reference.
See Also:
setSpacing(ValueType), Ows11Package.getDocumentRoot_Spacing()

setSpacing

void setSpacing(ValueType value)
Sets the value of the 'Spacing' containment reference.

Parameters:
value - the new value of the 'Spacing' containment reference.
See Also:
getSpacing()

getSupportedCRS

java.lang.String getSupportedCRS()
Returns the value of the 'Supported CRS' attribute. Coordinate reference system in which data from this data(set) or resource is available or supported. More specific parameter names should be used by specific OWS specifications wherever applicable. More than one such parameter can be included for different purposes.

Returns:
the value of the 'Supported CRS' attribute.
See Also:
setSupportedCRS(String), Ows11Package.getDocumentRoot_SupportedCRS()

setSupportedCRS

void setSupportedCRS(java.lang.String value)
Sets the value of the 'Supported CRS' attribute.

Parameters:
value - the new value of the 'Supported CRS' attribute.
See Also:
getSupportedCRS()

getTitle

LanguageStringType getTitle()
Returns the value of the 'Title' containment reference. Title of this resource, normally used for display to a human.

Returns:
the value of the 'Title' containment reference.
See Also:
setTitle(LanguageStringType), Ows11Package.getDocumentRoot_Title()

setTitle

void setTitle(LanguageStringType value)
Sets the value of the 'Title' containment reference.

Parameters:
value - the new value of the 'Title' containment reference.
See Also:
getTitle()

getUOM

DomainMetadataType getUOM()
Returns the value of the 'UOM' containment reference. Definition of the unit of measure of this set of values. In this case, the xlink:href attribute can reference a URN for a well-known unit of measure (uom). For example, such a URN could be a UOM identification URN defined in the "ogc" URN namespace.

Returns:
the value of the 'UOM' containment reference.
See Also:
setUOM(DomainMetadataType), Ows11Package.getDocumentRoot_UOM()

setUOM

void setUOM(DomainMetadataType value)
Sets the value of the 'UOM' containment reference.

Parameters:
value - the new value of the 'UOM' containment reference.
See Also:
getUOM()

getValue

ValueType getValue()
Returns the value of the 'Value' containment reference.

If the meaning of the 'Value' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Value' containment reference.
See Also:
setValue(ValueType), Ows11Package.getDocumentRoot_Value()

setValue

void setValue(ValueType value)
Sets the value of the 'Value' containment reference.

Parameters:
value - the new value of the 'Value' containment reference.
See Also:
getValue()

getValuesReference

ValuesReferenceType getValuesReference()
Returns the value of the 'Values Reference' containment reference. Reference to externally specified list of all the valid values and/or ranges of values for this quantity. (Informative: This element was simplified from the metaDataProperty element in GML 3.0.)

Returns:
the value of the 'Values Reference' containment reference.
See Also:
setValuesReference(ValuesReferenceType), Ows11Package.getDocumentRoot_ValuesReference()

setValuesReference

void setValuesReference(ValuesReferenceType value)
Sets the value of the 'Values Reference' containment reference.

Parameters:
value - the new value of the 'Values Reference' containment reference.
See Also:
getValuesReference()

getWGS84BoundingBox

WGS84BoundingBoxType getWGS84BoundingBox()
Returns the value of the 'WGS84 Bounding Box' containment reference.

If the meaning of the 'WGS84 Bounding Box' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'WGS84 Bounding Box' containment reference.
See Also:
setWGS84BoundingBox(WGS84BoundingBoxType), Ows11Package.getDocumentRoot_WGS84BoundingBox()

setWGS84BoundingBox

void setWGS84BoundingBox(WGS84BoundingBoxType value)
Sets the value of the 'WGS84 Bounding Box' containment reference.

Parameters:
value - the new value of the 'WGS84 Bounding Box' containment reference.
See Also:
getWGS84BoundingBox()

getRangeClosure

RangeClosureType getRangeClosure()
Returns the value of the 'Range Closure' attribute. The default value is "closed". The literals are from the enumeration RangeClosureType. Specifies which of the minimum and maximum values are included in the range. Note that plus and minus infinity are considered closed bounds.

Returns:
the value of the 'Range Closure' attribute.
See Also:
RangeClosureType, isSetRangeClosure(), unsetRangeClosure(), setRangeClosure(RangeClosureType), Ows11Package.getDocumentRoot_RangeClosure()

setRangeClosure

void setRangeClosure(RangeClosureType value)
Sets the value of the 'Range Closure' attribute.

Parameters:
value - the new value of the 'Range Closure' attribute.
See Also:
RangeClosureType, isSetRangeClosure(), unsetRangeClosure(), getRangeClosure()

unsetRangeClosure

void unsetRangeClosure()
Unsets the value of the 'Range Closure' attribute.

See Also:
isSetRangeClosure(), getRangeClosure(), setRangeClosure(RangeClosureType)

isSetRangeClosure

boolean isSetRangeClosure()
Returns whether the value of the 'Range Closure' attribute is set.

Returns:
whether the value of the 'Range Closure' attribute is set.
See Also:
unsetRangeClosure(), getRangeClosure(), setRangeClosure(RangeClosureType)

getReference1

java.lang.String getReference1()
Returns the value of the 'Reference1' attribute. Reference to data or metadata recorded elsewhere, either external to this XML document or within it. Whenever practical, this attribute should be a URL from which this metadata can be electronically retrieved. Alternately, this attribute can reference a URN for well-known metadata. For example, such a URN could be a URN defined in the "ogc" URN namespace.

Returns:
the value of the 'Reference1' attribute.
See Also:
setReference1(String), Ows11Package.getDocumentRoot_Reference1()

setReference1

void setReference1(java.lang.String value)
Sets the value of the 'Reference1' attribute.

Parameters:
value - the new value of the 'Reference1' attribute.
See Also:
getReference1()


Copyright © 1996-2010 Geotools. All Rights Reserved.