Package net.opengis.ows20.impl
Class DocumentRootImpl
- Object
- 
- BasicNotifierImpl
- 
- BasicEObjectImpl
- 
- EObjectImpl
- 
- DocumentRootImpl
 
 
 
 
- 
- All Implemented Interfaces:
- DocumentRoot,- Notifier,- EObject,- InternalEObject
 
 public class DocumentRootImpl extends EObjectImpl implements DocumentRoot An implementation of the model object 'Document Root'.The following features are implemented: - Mixed
- XMLNS Prefix Map
- XSI Schema Location
- Abstract
- Abstract Meta Data
- Abstract Reference Base
- Access Constraints
- Additional Parameter
- Additional Parameters
- Metadata
- Allowed Values
- Any Value
- Available CRS
- Bounding Box
- Contact Info
- Dataset Description Summary
- Data Type
- DCP
- Default Value
- Exception
- Exception Report
- Extended Capabilities
- Fees
- Get Capabilities
- Get Resource By ID
- HTTP
- Identifier
- Individual Name
- Input Data
- Keywords
- Language
- Manifest
- Maximum Value
- Meaning
- Minimum Value
- Nil Value
- No Values
- Operation
- Operation Response
- Operations Metadata
- Organisation Name
- Other Source
- Output Format
- Point Of Contact
- Position Name
- Range
- Reference
- Reference Group
- Reference System
- Resource
- Role
- Service Identification
- Service Provider
- Service Reference
- Spacing
- Supported CRS
- Title
- UOM
- Value
- Values Reference
- WGS84 Bounding Box
- Range Closure
- Reference1
 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from class BasicEObjectImplBasicEObjectImpl.EPropertiesHolder, BasicEObjectImpl.EPropertiesHolderBaseImpl, BasicEObjectImpl.EPropertiesHolderImpl
 - 
Nested classes/interfaces inherited from class BasicNotifierImplBasicNotifierImpl.EAdapterList<E extends Object & Adapter>, BasicNotifierImpl.EObservableAdapterList, BasicNotifierImpl.EScannableAdapterList
 
- 
 - 
Field SummaryFields Modifier and Type Field Description protected static StringACCESS_CONSTRAINTS_EDEFAULTThe default value of the 'Access Constraints' attribute.protected static StringAVAILABLE_CRS_EDEFAULTThe default value of the 'Available CRS' attribute.protected static StringFEES_EDEFAULTThe default value of the 'Fees' attribute.protected static StringINDIVIDUAL_NAME_EDEFAULTThe default value of the 'Individual Name' attribute.protected static StringLANGUAGE_EDEFAULTThe default value of the 'Language' attribute.protected FeatureMapmixedThe cached value of the 'Mixed' attribute list.protected static StringORGANISATION_NAME_EDEFAULTThe default value of the 'Organisation Name' attribute.protected static StringOUTPUT_FORMAT_EDEFAULTThe default value of the 'Output Format' attribute.protected static StringPOSITION_NAME_EDEFAULTThe default value of the 'Position Name' attribute.protected static RangeClosureTypeRANGE_CLOSURE_EDEFAULTThe default value of the 'Range Closure' attribute.protected RangeClosureTyperangeClosureThe cached value of the 'Range Closure' attribute.protected booleanrangeClosureESetThis is true if the Range Closure attribute has been set.protected Stringreference1The cached value of the 'Reference1' attribute.protected static StringREFERENCE1_EDEFAULTThe default value of the 'Reference1' attribute.protected static StringSUPPORTED_CRS_EDEFAULTThe default value of the 'Supported CRS' attribute.protected EMap<String,String>xMLNSPrefixMapThe cached value of the 'XMLNS Prefix Map' map.protected EMap<String,String>xSISchemaLocationThe cached value of the 'XSI Schema Location' map.- 
Fields inherited from class EObjectImpleAdapters, eContainer, eContainerFeatureID, EDELIVER, EDYNAMIC_CLASS, eFlags, ELAST_EOBJECT_FLAG, ELAST_NOTIFIER_FLAG, eProperties, EPROXY
 
- 
 - 
Constructor SummaryConstructors Modifier Constructor Description protectedDocumentRootImpl()
 - 
Method Summary- 
Methods inherited from class EObjectImpleAdapters, eBasicAdapters, eBasicProperties, eBasicSetContainer, eClass, eContainerFeatureID, eDeliver, eInternalContainer, eInvoke, eIsProxy, eProperties, eSetClass, eSetDeliver, eSetProxyURI
 - 
Methods inherited from class BasicEObjectImpleAddVirtualValue, eAllContents, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicRemoveFromContainerFeature, eBasicSetContainer, eComputeVirtualValuesCapacity, eContainer, eContainerAdapterArray, eContainingFeature, eContainmentFeature, eContainmentFeature, eContains, eContents, eCrossReferences, eDerivedOperationID, eDerivedOperationID, eDerivedStructuralFeatureID, eDerivedStructuralFeatureID, eDirectResource, eDynamicBasicRemoveFromContainer, eDynamicClass, eDynamicFeature, eDynamicFeatureID, eDynamicGet, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicInverseRemove, eDynamicInvoke, eDynamicInvoke, eDynamicIsSet, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eHasSettings, eInternalResource, eInverseAdd, eInverseAdd, eInverseRemove, eInvocationDelegate, eInvoke, eIsSet, eObjectForURIFragmentSegment, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eProxyURI, eRemoveVirtualValue, eResolveProxy, eResource, eSet, eSetDirectResource, eSetResource, eSetStore, eSetting, eSettingDelegate, eSettings, eSetVirtualIndexBits, eSetVirtualValue, eSetVirtualValues, eStaticFeatureCount, eStaticOperationCount, eStore, eUnset, eURIFragmentSegment, eVirtualBitCount, eVirtualGet, eVirtualGet, eVirtualIndex, eVirtualIndexBits, eVirtualIsSet, eVirtualSet, eVirtualUnset, eVirtualValue, eVirtualValues
 - 
Methods inherited from class BasicNotifierImpleBasicAdapterArray, eBasicHasAdapters, eNotificationRequired, eNotify
 - 
Methods inherited from class Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
- 
 
- 
- 
- 
Field Detail- 
mixedprotected FeatureMap mixed The cached value of the 'Mixed' attribute list.- See Also:
- getMixed()
 
 - 
xMLNSPrefixMapprotected EMap<String,String> xMLNSPrefixMap The cached value of the 'XMLNS Prefix Map' map.- See Also:
- getXMLNSPrefixMap()
 
 - 
xSISchemaLocationprotected EMap<String,String> xSISchemaLocation The cached value of the 'XSI Schema Location' map.- See Also:
- getXSISchemaLocation()
 
 - 
ACCESS_CONSTRAINTS_EDEFAULTprotected static final String ACCESS_CONSTRAINTS_EDEFAULT The default value of the 'Access Constraints' attribute.- See Also:
- getAccessConstraints()
 
 - 
AVAILABLE_CRS_EDEFAULTprotected static final String AVAILABLE_CRS_EDEFAULT The default value of the 'Available CRS' attribute.- See Also:
- getAvailableCRS()
 
 - 
FEES_EDEFAULTprotected static final String FEES_EDEFAULT The default value of the 'Fees' attribute.- See Also:
- getFees()
 
 - 
INDIVIDUAL_NAME_EDEFAULTprotected static final String INDIVIDUAL_NAME_EDEFAULT The default value of the 'Individual Name' attribute.- See Also:
- getIndividualName()
 
 - 
LANGUAGE_EDEFAULTprotected static final String LANGUAGE_EDEFAULT The default value of the 'Language' attribute.- See Also:
- getLanguage()
 
 - 
ORGANISATION_NAME_EDEFAULTprotected static final String ORGANISATION_NAME_EDEFAULT The default value of the 'Organisation Name' attribute.- See Also:
- getOrganisationName()
 
 - 
OUTPUT_FORMAT_EDEFAULTprotected static final String OUTPUT_FORMAT_EDEFAULT The default value of the 'Output Format' attribute.- See Also:
- getOutputFormat()
 
 - 
POSITION_NAME_EDEFAULTprotected static final String POSITION_NAME_EDEFAULT The default value of the 'Position Name' attribute.- See Also:
- getPositionName()
 
 - 
SUPPORTED_CRS_EDEFAULTprotected static final String SUPPORTED_CRS_EDEFAULT The default value of the 'Supported CRS' attribute.- See Also:
- getSupportedCRS()
 
 - 
RANGE_CLOSURE_EDEFAULTprotected static final RangeClosureType RANGE_CLOSURE_EDEFAULT The default value of the 'Range Closure' attribute.- See Also:
- getRangeClosure()
 
 - 
rangeClosureprotected RangeClosureType rangeClosure The cached value of the 'Range Closure' attribute.- See Also:
- getRangeClosure()
 
 - 
rangeClosureESetprotected boolean rangeClosureESet This is true if the Range Closure attribute has been set.
 - 
REFERENCE1_EDEFAULTprotected static final String REFERENCE1_EDEFAULT The default value of the 'Reference1' attribute.- See Also:
- getReference1()
 
 - 
reference1protected String reference1 The cached value of the 'Reference1' attribute.- See Also:
- getReference1()
 
 
- 
 - 
Method Detail- 
eStaticClassprotected EClass eStaticClass() - Overrides:
- eStaticClassin class- EObjectImpl
 
 - 
getMixedpublic FeatureMap getMixed() - Specified by:
- getMixedin interface- DocumentRoot
- Returns:
- the value of the 'Mixed' attribute list.
- See Also:
- Ows20Package.getDocumentRoot_Mixed()
 
 - 
getXMLNSPrefixMappublic EMap<String,String> getXMLNSPrefixMap() - Specified by:
- getXMLNSPrefixMapin interface- DocumentRoot
- Returns:
- the value of the 'XMLNS Prefix Map' map.
- See Also:
- Ows20Package.getDocumentRoot_XMLNSPrefixMap()
 
 - 
getXSISchemaLocationpublic EMap<String,String> getXSISchemaLocation() - Specified by:
- getXSISchemaLocationin interface- DocumentRoot
- Returns:
- the value of the 'XSI Schema Location' map.
- See Also:
- Ows20Package.getDocumentRoot_XSISchemaLocation()
 
 - 
getAbstractpublic LanguageStringType getAbstract() - Specified by:
- getAbstractin interface- DocumentRoot
- Returns:
- the value of the 'Abstract' containment reference.
- See Also:
- DocumentRoot.setAbstract(LanguageStringType),- Ows20Package.getDocumentRoot_Abstract()
 
 - 
basicSetAbstractpublic NotificationChain basicSetAbstract(LanguageStringType newAbstract, NotificationChain msgs) 
 - 
setAbstractpublic void setAbstract(LanguageStringType newAbstract) - Specified by:
- setAbstractin interface- DocumentRoot
- Parameters:
- newAbstract- the new value of the 'Abstract' containment reference.
- See Also:
- DocumentRoot.getAbstract()
 
 - 
getAbstractMetaDatapublic EObject getAbstractMetaData() - Specified by:
- getAbstractMetaDatain interface- DocumentRoot
- Returns:
- the value of the 'Abstract Meta Data' containment reference.
- See Also:
- Ows20Package.getDocumentRoot_AbstractMetaData()
 
 - 
basicSetAbstractMetaDatapublic NotificationChain basicSetAbstractMetaData(EObject newAbstractMetaData, NotificationChain msgs)
 - 
getAbstractReferenceBasepublic AbstractReferenceBaseType getAbstractReferenceBase() - Specified by:
- getAbstractReferenceBasein interface- DocumentRoot
- Returns:
- the value of the 'Abstract Reference Base' containment reference.
- See Also:
- Ows20Package.getDocumentRoot_AbstractReferenceBase()
 
 - 
basicSetAbstractReferenceBasepublic NotificationChain basicSetAbstractReferenceBase(AbstractReferenceBaseType newAbstractReferenceBase, NotificationChain msgs) 
 - 
getAccessConstraintspublic String getAccessConstraints() - Specified by:
- getAccessConstraintsin interface- DocumentRoot
- Returns:
- the value of the 'Access Constraints' attribute.
- See Also:
- DocumentRoot.setAccessConstraints(String),- Ows20Package.getDocumentRoot_AccessConstraints()
 
 - 
setAccessConstraintspublic void setAccessConstraints(String newAccessConstraints) - Specified by:
- setAccessConstraintsin interface- DocumentRoot
- Parameters:
- newAccessConstraints- the new value of the 'Access Constraints' attribute.
- See Also:
- DocumentRoot.getAccessConstraints()
 
 - 
getAdditionalParameterpublic AdditionalParameterType getAdditionalParameter() - Specified by:
- getAdditionalParameterin interface- DocumentRoot
- Returns:
- the value of the 'Additional Parameter' containment reference.
- See Also:
- DocumentRoot.setAdditionalParameter(AdditionalParameterType),- Ows20Package.getDocumentRoot_AdditionalParameter()
 
 - 
basicSetAdditionalParameterpublic NotificationChain basicSetAdditionalParameter(AdditionalParameterType newAdditionalParameter, NotificationChain msgs) 
 - 
setAdditionalParameterpublic void setAdditionalParameter(AdditionalParameterType newAdditionalParameter) - Specified by:
- setAdditionalParameterin interface- DocumentRoot
- Parameters:
- newAdditionalParameter- the new value of the 'Additional Parameter' containment reference.
- See Also:
- DocumentRoot.getAdditionalParameter()
 
 - 
getAdditionalParameterspublic AdditionalParametersType getAdditionalParameters() - Specified by:
- getAdditionalParametersin interface- DocumentRoot
- Returns:
- the value of the 'Additional Parameters' containment reference.
- See Also:
- DocumentRoot.setAdditionalParameters(AdditionalParametersType),- Ows20Package.getDocumentRoot_AdditionalParameters()
 
 - 
basicSetAdditionalParameterspublic NotificationChain basicSetAdditionalParameters(AdditionalParametersType newAdditionalParameters, NotificationChain msgs) 
 - 
setAdditionalParameterspublic void setAdditionalParameters(AdditionalParametersType newAdditionalParameters) - Specified by:
- setAdditionalParametersin interface- DocumentRoot
- Parameters:
- newAdditionalParameters- the new value of the 'Additional Parameters' containment reference.
- See Also:
- DocumentRoot.getAdditionalParameters()
 
 - 
getMetadatapublic MetadataType getMetadata() - Specified by:
- getMetadatain interface- DocumentRoot
- Returns:
- the value of the 'Metadata' containment reference.
- See Also:
- DocumentRoot.setMetadata(MetadataType),- Ows20Package.getDocumentRoot_Metadata()
 
 - 
basicSetMetadatapublic NotificationChain basicSetMetadata(MetadataType newMetadata, NotificationChain msgs) 
 - 
setMetadatapublic void setMetadata(MetadataType newMetadata) - Specified by:
- setMetadatain interface- DocumentRoot
- Parameters:
- newMetadata- the new value of the 'Metadata' containment reference.
- See Also:
- DocumentRoot.getMetadata()
 
 - 
getAllowedValuespublic AllowedValuesType getAllowedValues() - Specified by:
- getAllowedValuesin interface- DocumentRoot
- Returns:
- the value of the 'Allowed Values' containment reference.
- See Also:
- DocumentRoot.setAllowedValues(AllowedValuesType),- Ows20Package.getDocumentRoot_AllowedValues()
 
 - 
basicSetAllowedValuespublic NotificationChain basicSetAllowedValues(AllowedValuesType newAllowedValues, NotificationChain msgs) 
 - 
setAllowedValuespublic void setAllowedValues(AllowedValuesType newAllowedValues) - Specified by:
- setAllowedValuesin interface- DocumentRoot
- Parameters:
- newAllowedValues- the new value of the 'Allowed Values' containment reference.
- See Also:
- DocumentRoot.getAllowedValues()
 
 - 
getAnyValuepublic AnyValueType getAnyValue() - Specified by:
- getAnyValuein interface- DocumentRoot
- Returns:
- the value of the 'Any Value' containment reference.
- See Also:
- DocumentRoot.setAnyValue(AnyValueType),- Ows20Package.getDocumentRoot_AnyValue()
 
 - 
basicSetAnyValuepublic NotificationChain basicSetAnyValue(AnyValueType newAnyValue, NotificationChain msgs) 
 - 
setAnyValuepublic void setAnyValue(AnyValueType newAnyValue) - Specified by:
- setAnyValuein interface- DocumentRoot
- Parameters:
- newAnyValue- the new value of the 'Any Value' containment reference.
- See Also:
- DocumentRoot.getAnyValue()
 
 - 
getAvailableCRSpublic String getAvailableCRS() - Specified by:
- getAvailableCRSin interface- DocumentRoot
- Returns:
- the value of the 'Available CRS' attribute.
- See Also:
- DocumentRoot.setAvailableCRS(String),- Ows20Package.getDocumentRoot_AvailableCRS()
 
 - 
setAvailableCRSpublic void setAvailableCRS(String newAvailableCRS) - Specified by:
- setAvailableCRSin interface- DocumentRoot
- Parameters:
- newAvailableCRS- the new value of the 'Available CRS' attribute.
- See Also:
- DocumentRoot.getAvailableCRS()
 
 - 
getBoundingBoxpublic BoundingBoxType getBoundingBox() - Specified by:
- getBoundingBoxin interface- DocumentRoot
- Returns:
- the value of the 'Bounding Box' containment reference.
- See Also:
- DocumentRoot.setBoundingBox(BoundingBoxType),- Ows20Package.getDocumentRoot_BoundingBox()
 
 - 
basicSetBoundingBoxpublic NotificationChain basicSetBoundingBox(BoundingBoxType newBoundingBox, NotificationChain msgs) 
 - 
setBoundingBoxpublic void setBoundingBox(BoundingBoxType newBoundingBox) - Specified by:
- setBoundingBoxin interface- DocumentRoot
- Parameters:
- newBoundingBox- the new value of the 'Bounding Box' containment reference.
- See Also:
- DocumentRoot.getBoundingBox()
 
 - 
getContactInfopublic ContactType getContactInfo() - Specified by:
- getContactInfoin interface- DocumentRoot
- Returns:
- the value of the 'Contact Info' containment reference.
- See Also:
- DocumentRoot.setContactInfo(ContactType),- Ows20Package.getDocumentRoot_ContactInfo()
 
 - 
basicSetContactInfopublic NotificationChain basicSetContactInfo(ContactType newContactInfo, NotificationChain msgs) 
 - 
setContactInfopublic void setContactInfo(ContactType newContactInfo) - Specified by:
- setContactInfoin interface- DocumentRoot
- Parameters:
- newContactInfo- the new value of the 'Contact Info' containment reference.
- See Also:
- DocumentRoot.getContactInfo()
 
 - 
getDatasetDescriptionSummarypublic DatasetDescriptionSummaryBaseType getDatasetDescriptionSummary() - Specified by:
- getDatasetDescriptionSummaryin interface- DocumentRoot
- Returns:
- the value of the 'Dataset Description Summary' containment reference.
- See Also:
- DocumentRoot.setDatasetDescriptionSummary(DatasetDescriptionSummaryBaseType),- Ows20Package.getDocumentRoot_DatasetDescriptionSummary()
 
 - 
basicSetDatasetDescriptionSummarypublic NotificationChain basicSetDatasetDescriptionSummary(DatasetDescriptionSummaryBaseType newDatasetDescriptionSummary, NotificationChain msgs) 
 - 
setDatasetDescriptionSummarypublic void setDatasetDescriptionSummary(DatasetDescriptionSummaryBaseType newDatasetDescriptionSummary) - Specified by:
- setDatasetDescriptionSummaryin interface- DocumentRoot
- Parameters:
- newDatasetDescriptionSummary- the new value of the 'Dataset Description Summary' containment reference.
- See Also:
- DocumentRoot.getDatasetDescriptionSummary()
 
 - 
getDataTypepublic DomainMetadataType getDataType() - Specified by:
- getDataTypein interface- DocumentRoot
- Returns:
- the value of the 'Data Type' containment reference.
- See Also:
- DocumentRoot.setDataType(DomainMetadataType),- Ows20Package.getDocumentRoot_DataType()
 
 - 
basicSetDataTypepublic NotificationChain basicSetDataType(DomainMetadataType newDataType, NotificationChain msgs) 
 - 
setDataTypepublic void setDataType(DomainMetadataType newDataType) - Specified by:
- setDataTypein interface- DocumentRoot
- Parameters:
- newDataType- the new value of the 'Data Type' containment reference.
- See Also:
- DocumentRoot.getDataType()
 
 - 
getDCPpublic DCPType getDCP() - Specified by:
- getDCPin interface- DocumentRoot
- Returns:
- the value of the 'DCP' containment reference.
- See Also:
- DocumentRoot.setDCP(DCPType),- Ows20Package.getDocumentRoot_DCP()
 
 - 
basicSetDCPpublic NotificationChain basicSetDCP(DCPType newDCP, NotificationChain msgs) 
 - 
setDCPpublic void setDCP(DCPType newDCP) - Specified by:
- setDCPin interface- DocumentRoot
- Parameters:
- newDCP- the new value of the 'DCP' containment reference.
- See Also:
- DocumentRoot.getDCP()
 
 - 
getDefaultValuepublic ValueType getDefaultValue() - Specified by:
- getDefaultValuein interface- DocumentRoot
- Returns:
- the value of the 'Default Value' containment reference.
- See Also:
- DocumentRoot.setDefaultValue(ValueType),- Ows20Package.getDocumentRoot_DefaultValue()
 
 - 
basicSetDefaultValuepublic NotificationChain basicSetDefaultValue(ValueType newDefaultValue, NotificationChain msgs) 
 - 
setDefaultValuepublic void setDefaultValue(ValueType newDefaultValue) - Specified by:
- setDefaultValuein interface- DocumentRoot
- Parameters:
- newDefaultValue- the new value of the 'Default Value' containment reference.
- See Also:
- DocumentRoot.getDefaultValue()
 
 - 
getExceptionpublic ExceptionType getException() - Specified by:
- getExceptionin interface- DocumentRoot
- Returns:
- the value of the 'Exception' containment reference.
- See Also:
- DocumentRoot.setException(ExceptionType),- Ows20Package.getDocumentRoot_Exception()
 
 - 
basicSetExceptionpublic NotificationChain basicSetException(ExceptionType newException, NotificationChain msgs) 
 - 
setExceptionpublic void setException(ExceptionType newException) - Specified by:
- setExceptionin interface- DocumentRoot
- Parameters:
- newException- the new value of the 'Exception' containment reference.
- See Also:
- DocumentRoot.getException()
 
 - 
getExceptionReportpublic ExceptionReportType getExceptionReport() - Specified by:
- getExceptionReportin interface- DocumentRoot
- Returns:
- the value of the 'Exception Report' containment reference.
- See Also:
- DocumentRoot.setExceptionReport(ExceptionReportType),- Ows20Package.getDocumentRoot_ExceptionReport()
 
 - 
basicSetExceptionReportpublic NotificationChain basicSetExceptionReport(ExceptionReportType newExceptionReport, NotificationChain msgs) 
 - 
setExceptionReportpublic void setExceptionReport(ExceptionReportType newExceptionReport) - Specified by:
- setExceptionReportin interface- DocumentRoot
- Parameters:
- newExceptionReport- the new value of the 'Exception Report' containment reference.
- See Also:
- DocumentRoot.getExceptionReport()
 
 - 
getExtendedCapabilitiespublic EObject getExtendedCapabilities() - Specified by:
- getExtendedCapabilitiesin interface- DocumentRoot
- Returns:
- the value of the 'Extended Capabilities' containment reference.
- See Also:
- DocumentRoot.setExtendedCapabilities(EObject),- Ows20Package.getDocumentRoot_ExtendedCapabilities()
 
 - 
basicSetExtendedCapabilitiespublic NotificationChain basicSetExtendedCapabilities(EObject newExtendedCapabilities, NotificationChain msgs)
 - 
setExtendedCapabilitiespublic void setExtendedCapabilities(EObject newExtendedCapabilities) - Specified by:
- setExtendedCapabilitiesin interface- DocumentRoot
- Parameters:
- newExtendedCapabilities- the new value of the 'Extended Capabilities' containment reference.
- See Also:
- DocumentRoot.getExtendedCapabilities()
 
 - 
getFeespublic String getFees() - Specified by:
- getFeesin interface- DocumentRoot
- Returns:
- the value of the 'Fees' attribute.
- See Also:
- DocumentRoot.setFees(String),- Ows20Package.getDocumentRoot_Fees()
 
 - 
setFeespublic void setFees(String newFees) - Specified by:
- setFeesin interface- DocumentRoot
- Parameters:
- newFees- the new value of the 'Fees' attribute.
- See Also:
- DocumentRoot.getFees()
 
 - 
getGetCapabilitiespublic GetCapabilitiesType getGetCapabilities() - Specified by:
- getGetCapabilitiesin interface- DocumentRoot
- Returns:
- the value of the 'Get Capabilities' containment reference.
- See Also:
- DocumentRoot.setGetCapabilities(GetCapabilitiesType),- Ows20Package.getDocumentRoot_GetCapabilities()
 
 - 
basicSetGetCapabilitiespublic NotificationChain basicSetGetCapabilities(GetCapabilitiesType newGetCapabilities, NotificationChain msgs) 
 - 
setGetCapabilitiespublic void setGetCapabilities(GetCapabilitiesType newGetCapabilities) - Specified by:
- setGetCapabilitiesin interface- DocumentRoot
- Parameters:
- newGetCapabilities- the new value of the 'Get Capabilities' containment reference.
- See Also:
- DocumentRoot.getGetCapabilities()
 
 - 
getGetResourceByIDpublic GetResourceByIdType getGetResourceByID() - Specified by:
- getGetResourceByIDin interface- DocumentRoot
- Returns:
- the value of the 'Get Resource By ID' containment reference.
- See Also:
- DocumentRoot.setGetResourceByID(GetResourceByIdType),- Ows20Package.getDocumentRoot_GetResourceByID()
 
 - 
basicSetGetResourceByIDpublic NotificationChain basicSetGetResourceByID(GetResourceByIdType newGetResourceByID, NotificationChain msgs) 
 - 
setGetResourceByIDpublic void setGetResourceByID(GetResourceByIdType newGetResourceByID) - Specified by:
- setGetResourceByIDin interface- DocumentRoot
- Parameters:
- newGetResourceByID- the new value of the 'Get Resource By ID' containment reference.
- See Also:
- DocumentRoot.getGetResourceByID()
 
 - 
getHTTPpublic HTTPType getHTTP() - Specified by:
- getHTTPin interface- DocumentRoot
- Returns:
- the value of the 'HTTP' containment reference.
- See Also:
- DocumentRoot.setHTTP(HTTPType),- Ows20Package.getDocumentRoot_HTTP()
 
 - 
basicSetHTTPpublic NotificationChain basicSetHTTP(HTTPType newHTTP, NotificationChain msgs) 
 - 
setHTTPpublic void setHTTP(HTTPType newHTTP) - Specified by:
- setHTTPin interface- DocumentRoot
- Parameters:
- newHTTP- the new value of the 'HTTP' containment reference.
- See Also:
- DocumentRoot.getHTTP()
 
 - 
getIdentifierpublic CodeType getIdentifier() - Specified by:
- getIdentifierin interface- DocumentRoot
- Returns:
- the value of the 'Identifier' containment reference.
- See Also:
- DocumentRoot.setIdentifier(CodeType),- Ows20Package.getDocumentRoot_Identifier()
 
 - 
basicSetIdentifierpublic NotificationChain basicSetIdentifier(CodeType newIdentifier, NotificationChain msgs) 
 - 
setIdentifierpublic void setIdentifier(CodeType newIdentifier) - Specified by:
- setIdentifierin interface- DocumentRoot
- Parameters:
- newIdentifier- the new value of the 'Identifier' containment reference.
- See Also:
- DocumentRoot.getIdentifier()
 
 - 
getIndividualNamepublic String getIndividualName() - Specified by:
- getIndividualNamein interface- DocumentRoot
- Returns:
- the value of the 'Individual Name' attribute.
- See Also:
- DocumentRoot.setIndividualName(String),- Ows20Package.getDocumentRoot_IndividualName()
 
 - 
setIndividualNamepublic void setIndividualName(String newIndividualName) - Specified by:
- setIndividualNamein interface- DocumentRoot
- Parameters:
- newIndividualName- the new value of the 'Individual Name' attribute.
- See Also:
- DocumentRoot.getIndividualName()
 
 - 
getInputDatapublic ManifestType getInputData() - Specified by:
- getInputDatain interface- DocumentRoot
- Returns:
- the value of the 'Input Data' containment reference.
- See Also:
- DocumentRoot.setInputData(ManifestType),- Ows20Package.getDocumentRoot_InputData()
 
 - 
basicSetInputDatapublic NotificationChain basicSetInputData(ManifestType newInputData, NotificationChain msgs) 
 - 
setInputDatapublic void setInputData(ManifestType newInputData) - Specified by:
- setInputDatain interface- DocumentRoot
- Parameters:
- newInputData- the new value of the 'Input Data' containment reference.
- See Also:
- DocumentRoot.getInputData()
 
 - 
getKeywordspublic KeywordsType getKeywords() - Specified by:
- getKeywordsin interface- DocumentRoot
- Returns:
- the value of the 'Keywords' containment reference.
- See Also:
- DocumentRoot.setKeywords(KeywordsType),- Ows20Package.getDocumentRoot_Keywords()
 
 - 
basicSetKeywordspublic NotificationChain basicSetKeywords(KeywordsType newKeywords, NotificationChain msgs) 
 - 
setKeywordspublic void setKeywords(KeywordsType newKeywords) - Specified by:
- setKeywordsin interface- DocumentRoot
- Parameters:
- newKeywords- the new value of the 'Keywords' containment reference.
- See Also:
- DocumentRoot.getKeywords()
 
 - 
getLanguagepublic String getLanguage() - Specified by:
- getLanguagein interface- DocumentRoot
- Returns:
- the value of the 'Language' attribute.
- See Also:
- DocumentRoot.setLanguage(String),- Ows20Package.getDocumentRoot_Language()
 
 - 
setLanguagepublic void setLanguage(String newLanguage) - Specified by:
- setLanguagein interface- DocumentRoot
- Parameters:
- newLanguage- the new value of the 'Language' attribute.
- See Also:
- DocumentRoot.getLanguage()
 
 - 
getManifestpublic ManifestType getManifest() - Specified by:
- getManifestin interface- DocumentRoot
- Returns:
- the value of the 'Manifest' containment reference.
- See Also:
- DocumentRoot.setManifest(ManifestType),- Ows20Package.getDocumentRoot_Manifest()
 
 - 
basicSetManifestpublic NotificationChain basicSetManifest(ManifestType newManifest, NotificationChain msgs) 
 - 
setManifestpublic void setManifest(ManifestType newManifest) - Specified by:
- setManifestin interface- DocumentRoot
- Parameters:
- newManifest- the new value of the 'Manifest' containment reference.
- See Also:
- DocumentRoot.getManifest()
 
 - 
getMaximumValuepublic ValueType getMaximumValue() - Specified by:
- getMaximumValuein interface- DocumentRoot
- Returns:
- the value of the 'Maximum Value' containment reference.
- See Also:
- DocumentRoot.setMaximumValue(ValueType),- Ows20Package.getDocumentRoot_MaximumValue()
 
 - 
basicSetMaximumValuepublic NotificationChain basicSetMaximumValue(ValueType newMaximumValue, NotificationChain msgs) 
 - 
setMaximumValuepublic void setMaximumValue(ValueType newMaximumValue) - Specified by:
- setMaximumValuein interface- DocumentRoot
- Parameters:
- newMaximumValue- the new value of the 'Maximum Value' containment reference.
- See Also:
- DocumentRoot.getMaximumValue()
 
 - 
getMeaningpublic DomainMetadataType getMeaning() - Specified by:
- getMeaningin interface- DocumentRoot
- Returns:
- the value of the 'Meaning' containment reference.
- See Also:
- DocumentRoot.setMeaning(DomainMetadataType),- Ows20Package.getDocumentRoot_Meaning()
 
 - 
basicSetMeaningpublic NotificationChain basicSetMeaning(DomainMetadataType newMeaning, NotificationChain msgs) 
 - 
setMeaningpublic void setMeaning(DomainMetadataType newMeaning) - Specified by:
- setMeaningin interface- DocumentRoot
- Parameters:
- newMeaning- the new value of the 'Meaning' containment reference.
- See Also:
- DocumentRoot.getMeaning()
 
 - 
getMinimumValuepublic ValueType getMinimumValue() - Specified by:
- getMinimumValuein interface- DocumentRoot
- Returns:
- the value of the 'Minimum Value' containment reference.
- See Also:
- DocumentRoot.setMinimumValue(ValueType),- Ows20Package.getDocumentRoot_MinimumValue()
 
 - 
basicSetMinimumValuepublic NotificationChain basicSetMinimumValue(ValueType newMinimumValue, NotificationChain msgs) 
 - 
setMinimumValuepublic void setMinimumValue(ValueType newMinimumValue) - Specified by:
- setMinimumValuein interface- DocumentRoot
- Parameters:
- newMinimumValue- the new value of the 'Minimum Value' containment reference.
- See Also:
- DocumentRoot.getMinimumValue()
 
 - 
getNilValuepublic NilValueType getNilValue() - Specified by:
- getNilValuein interface- DocumentRoot
- Returns:
- the value of the 'Nil Value' containment reference.
- See Also:
- DocumentRoot.setNilValue(NilValueType),- Ows20Package.getDocumentRoot_NilValue()
 
 - 
basicSetNilValuepublic NotificationChain basicSetNilValue(NilValueType newNilValue, NotificationChain msgs) 
 - 
setNilValuepublic void setNilValue(NilValueType newNilValue) - Specified by:
- setNilValuein interface- DocumentRoot
- Parameters:
- newNilValue- the new value of the 'Nil Value' containment reference.
- See Also:
- DocumentRoot.getNilValue()
 
 - 
getNoValuespublic NoValuesType getNoValues() - Specified by:
- getNoValuesin interface- DocumentRoot
- Returns:
- the value of the 'No Values' containment reference.
- See Also:
- DocumentRoot.setNoValues(NoValuesType),- Ows20Package.getDocumentRoot_NoValues()
 
 - 
basicSetNoValuespublic NotificationChain basicSetNoValues(NoValuesType newNoValues, NotificationChain msgs) 
 - 
setNoValuespublic void setNoValues(NoValuesType newNoValues) - Specified by:
- setNoValuesin interface- DocumentRoot
- Parameters:
- newNoValues- the new value of the 'No Values' containment reference.
- See Also:
- DocumentRoot.getNoValues()
 
 - 
getOperationpublic OperationType getOperation() - Specified by:
- getOperationin interface- DocumentRoot
- Returns:
- the value of the 'Operation' containment reference.
- See Also:
- DocumentRoot.setOperation(OperationType),- Ows20Package.getDocumentRoot_Operation()
 
 - 
basicSetOperationpublic NotificationChain basicSetOperation(OperationType newOperation, NotificationChain msgs) 
 - 
setOperationpublic void setOperation(OperationType newOperation) - Specified by:
- setOperationin interface- DocumentRoot
- Parameters:
- newOperation- the new value of the 'Operation' containment reference.
- See Also:
- DocumentRoot.getOperation()
 
 - 
getOperationResponsepublic ManifestType getOperationResponse() - Specified by:
- getOperationResponsein interface- DocumentRoot
- Returns:
- the value of the 'Operation Response' containment reference.
- See Also:
- DocumentRoot.setOperationResponse(ManifestType),- Ows20Package.getDocumentRoot_OperationResponse()
 
 - 
basicSetOperationResponsepublic NotificationChain basicSetOperationResponse(ManifestType newOperationResponse, NotificationChain msgs) 
 - 
setOperationResponsepublic void setOperationResponse(ManifestType newOperationResponse) - Specified by:
- setOperationResponsein interface- DocumentRoot
- Parameters:
- newOperationResponse- the new value of the 'Operation Response' containment reference.
- See Also:
- DocumentRoot.getOperationResponse()
 
 - 
getOperationsMetadatapublic OperationsMetadataType getOperationsMetadata() - Specified by:
- getOperationsMetadatain interface- DocumentRoot
- Returns:
- the value of the 'Operations Metadata' containment reference.
- See Also:
- DocumentRoot.setOperationsMetadata(OperationsMetadataType),- Ows20Package.getDocumentRoot_OperationsMetadata()
 
 - 
basicSetOperationsMetadatapublic NotificationChain basicSetOperationsMetadata(OperationsMetadataType newOperationsMetadata, NotificationChain msgs) 
 - 
setOperationsMetadatapublic void setOperationsMetadata(OperationsMetadataType newOperationsMetadata) - Specified by:
- setOperationsMetadatain interface- DocumentRoot
- Parameters:
- newOperationsMetadata- the new value of the 'Operations Metadata' containment reference.
- See Also:
- DocumentRoot.getOperationsMetadata()
 
 - 
getOrganisationNamepublic String getOrganisationName() - Specified by:
- getOrganisationNamein interface- DocumentRoot
- Returns:
- the value of the 'Organisation Name' attribute.
- See Also:
- DocumentRoot.setOrganisationName(String),- Ows20Package.getDocumentRoot_OrganisationName()
 
 - 
setOrganisationNamepublic void setOrganisationName(String newOrganisationName) - Specified by:
- setOrganisationNamein interface- DocumentRoot
- Parameters:
- newOrganisationName- the new value of the 'Organisation Name' attribute.
- See Also:
- DocumentRoot.getOrganisationName()
 
 - 
getOtherSourcepublic MetadataType getOtherSource() - Specified by:
- getOtherSourcein interface- DocumentRoot
- Returns:
- the value of the 'Other Source' containment reference.
- See Also:
- DocumentRoot.setOtherSource(MetadataType),- Ows20Package.getDocumentRoot_OtherSource()
 
 - 
basicSetOtherSourcepublic NotificationChain basicSetOtherSource(MetadataType newOtherSource, NotificationChain msgs) 
 - 
setOtherSourcepublic void setOtherSource(MetadataType newOtherSource) - Specified by:
- setOtherSourcein interface- DocumentRoot
- Parameters:
- newOtherSource- the new value of the 'Other Source' containment reference.
- See Also:
- DocumentRoot.getOtherSource()
 
 - 
getOutputFormatpublic String getOutputFormat() - Specified by:
- getOutputFormatin interface- DocumentRoot
- Returns:
- the value of the 'Output Format' attribute.
- See Also:
- DocumentRoot.setOutputFormat(String),- Ows20Package.getDocumentRoot_OutputFormat()
 
 - 
setOutputFormatpublic void setOutputFormat(String newOutputFormat) - Specified by:
- setOutputFormatin interface- DocumentRoot
- Parameters:
- newOutputFormat- the new value of the 'Output Format' attribute.
- See Also:
- DocumentRoot.getOutputFormat()
 
 - 
getPointOfContactpublic ResponsiblePartyType getPointOfContact() - Specified by:
- getPointOfContactin interface- DocumentRoot
- Returns:
- the value of the 'Point Of Contact' containment reference.
- See Also:
- DocumentRoot.setPointOfContact(ResponsiblePartyType),- Ows20Package.getDocumentRoot_PointOfContact()
 
 - 
basicSetPointOfContactpublic NotificationChain basicSetPointOfContact(ResponsiblePartyType newPointOfContact, NotificationChain msgs) 
 - 
setPointOfContactpublic void setPointOfContact(ResponsiblePartyType newPointOfContact) - Specified by:
- setPointOfContactin interface- DocumentRoot
- Parameters:
- newPointOfContact- the new value of the 'Point Of Contact' containment reference.
- See Also:
- DocumentRoot.getPointOfContact()
 
 - 
getPositionNamepublic String getPositionName() - Specified by:
- getPositionNamein interface- DocumentRoot
- Returns:
- the value of the 'Position Name' attribute.
- See Also:
- DocumentRoot.setPositionName(String),- Ows20Package.getDocumentRoot_PositionName()
 
 - 
setPositionNamepublic void setPositionName(String newPositionName) - Specified by:
- setPositionNamein interface- DocumentRoot
- Parameters:
- newPositionName- the new value of the 'Position Name' attribute.
- See Also:
- DocumentRoot.getPositionName()
 
 - 
getRangepublic RangeType getRange() - Specified by:
- getRangein interface- DocumentRoot
- Returns:
- the value of the 'Range' containment reference.
- See Also:
- DocumentRoot.setRange(RangeType),- Ows20Package.getDocumentRoot_Range()
 
 - 
basicSetRangepublic NotificationChain basicSetRange(RangeType newRange, NotificationChain msgs) 
 - 
setRangepublic void setRange(RangeType newRange) - Specified by:
- setRangein interface- DocumentRoot
- Parameters:
- newRange- the new value of the 'Range' containment reference.
- See Also:
- DocumentRoot.getRange()
 
 - 
getReferencepublic ReferenceType getReference() - Specified by:
- getReferencein interface- DocumentRoot
- Returns:
- the value of the 'Reference' containment reference.
- See Also:
- DocumentRoot.setReference(ReferenceType),- Ows20Package.getDocumentRoot_Reference()
 
 - 
basicSetReferencepublic NotificationChain basicSetReference(ReferenceType newReference, NotificationChain msgs) 
 - 
setReferencepublic void setReference(ReferenceType newReference) - Specified by:
- setReferencein interface- DocumentRoot
- Parameters:
- newReference- the new value of the 'Reference' containment reference.
- See Also:
- DocumentRoot.getReference()
 
 - 
getReferenceGrouppublic ReferenceGroupType getReferenceGroup() - Specified by:
- getReferenceGroupin interface- DocumentRoot
- Returns:
- the value of the 'Reference Group' containment reference.
- See Also:
- DocumentRoot.setReferenceGroup(ReferenceGroupType),- Ows20Package.getDocumentRoot_ReferenceGroup()
 
 - 
basicSetReferenceGrouppublic NotificationChain basicSetReferenceGroup(ReferenceGroupType newReferenceGroup, NotificationChain msgs) 
 - 
setReferenceGrouppublic void setReferenceGroup(ReferenceGroupType newReferenceGroup) - Specified by:
- setReferenceGroupin interface- DocumentRoot
- Parameters:
- newReferenceGroup- the new value of the 'Reference Group' containment reference.
- See Also:
- DocumentRoot.getReferenceGroup()
 
 - 
getReferenceSystempublic DomainMetadataType getReferenceSystem() - Specified by:
- getReferenceSystemin interface- DocumentRoot
- Returns:
- the value of the 'Reference System' containment reference.
- See Also:
- DocumentRoot.setReferenceSystem(DomainMetadataType),- Ows20Package.getDocumentRoot_ReferenceSystem()
 
 - 
basicSetReferenceSystempublic NotificationChain basicSetReferenceSystem(DomainMetadataType newReferenceSystem, NotificationChain msgs) 
 - 
setReferenceSystempublic void setReferenceSystem(DomainMetadataType newReferenceSystem) - Specified by:
- setReferenceSystemin interface- DocumentRoot
- Parameters:
- newReferenceSystem- the new value of the 'Reference System' containment reference.
- See Also:
- DocumentRoot.getReferenceSystem()
 
 - 
getResourcepublic EObject getResource() - Specified by:
- getResourcein interface- DocumentRoot
- Returns:
- the value of the 'Resource' containment reference.
- See Also:
- DocumentRoot.setResource(EObject),- Ows20Package.getDocumentRoot_Resource()
 
 - 
basicSetResourcepublic NotificationChain basicSetResource(EObject newResource, NotificationChain msgs)
 - 
setResourcepublic void setResource(EObject newResource) - Specified by:
- setResourcein interface- DocumentRoot
- Parameters:
- newResource- the new value of the 'Resource' containment reference.
- See Also:
- DocumentRoot.getResource()
 
 - 
getRolepublic CodeType getRole() - Specified by:
- getRolein interface- DocumentRoot
- Returns:
- the value of the 'Role' containment reference.
- See Also:
- DocumentRoot.setRole(CodeType),- Ows20Package.getDocumentRoot_Role()
 
 - 
basicSetRolepublic NotificationChain basicSetRole(CodeType newRole, NotificationChain msgs) 
 - 
setRolepublic void setRole(CodeType newRole) - Specified by:
- setRolein interface- DocumentRoot
- Parameters:
- newRole- the new value of the 'Role' containment reference.
- See Also:
- DocumentRoot.getRole()
 
 - 
getServiceIdentificationpublic ServiceIdentificationType getServiceIdentification() - Specified by:
- getServiceIdentificationin interface- DocumentRoot
- Returns:
- the value of the 'Service Identification' containment reference.
- See Also:
- DocumentRoot.setServiceIdentification(ServiceIdentificationType),- Ows20Package.getDocumentRoot_ServiceIdentification()
 
 - 
basicSetServiceIdentificationpublic NotificationChain basicSetServiceIdentification(ServiceIdentificationType newServiceIdentification, NotificationChain msgs) 
 - 
setServiceIdentificationpublic void setServiceIdentification(ServiceIdentificationType newServiceIdentification) - Specified by:
- setServiceIdentificationin interface- DocumentRoot
- Parameters:
- newServiceIdentification- the new value of the 'Service Identification' containment reference.
- See Also:
- DocumentRoot.getServiceIdentification()
 
 - 
getServiceProviderpublic ServiceProviderType getServiceProvider() - Specified by:
- getServiceProviderin interface- DocumentRoot
- Returns:
- the value of the 'Service Provider' containment reference.
- See Also:
- DocumentRoot.setServiceProvider(ServiceProviderType),- Ows20Package.getDocumentRoot_ServiceProvider()
 
 - 
basicSetServiceProviderpublic NotificationChain basicSetServiceProvider(ServiceProviderType newServiceProvider, NotificationChain msgs) 
 - 
setServiceProviderpublic void setServiceProvider(ServiceProviderType newServiceProvider) - Specified by:
- setServiceProviderin interface- DocumentRoot
- Parameters:
- newServiceProvider- the new value of the 'Service Provider' containment reference.
- See Also:
- DocumentRoot.getServiceProvider()
 
 - 
getServiceReferencepublic ServiceReferenceType getServiceReference() - Specified by:
- getServiceReferencein interface- DocumentRoot
- Returns:
- the value of the 'Service Reference' containment reference.
- See Also:
- DocumentRoot.setServiceReference(ServiceReferenceType),- Ows20Package.getDocumentRoot_ServiceReference()
 
 - 
basicSetServiceReferencepublic NotificationChain basicSetServiceReference(ServiceReferenceType newServiceReference, NotificationChain msgs) 
 - 
setServiceReferencepublic void setServiceReference(ServiceReferenceType newServiceReference) - Specified by:
- setServiceReferencein interface- DocumentRoot
- Parameters:
- newServiceReference- the new value of the 'Service Reference' containment reference.
- See Also:
- DocumentRoot.getServiceReference()
 
 - 
getSpacingpublic ValueType getSpacing() - Specified by:
- getSpacingin interface- DocumentRoot
- Returns:
- the value of the 'Spacing' containment reference.
- See Also:
- DocumentRoot.setSpacing(ValueType),- Ows20Package.getDocumentRoot_Spacing()
 
 - 
basicSetSpacingpublic NotificationChain basicSetSpacing(ValueType newSpacing, NotificationChain msgs) 
 - 
setSpacingpublic void setSpacing(ValueType newSpacing) - Specified by:
- setSpacingin interface- DocumentRoot
- Parameters:
- newSpacing- the new value of the 'Spacing' containment reference.
- See Also:
- DocumentRoot.getSpacing()
 
 - 
getSupportedCRSpublic String getSupportedCRS() - Specified by:
- getSupportedCRSin interface- DocumentRoot
- Returns:
- the value of the 'Supported CRS' attribute.
- See Also:
- DocumentRoot.setSupportedCRS(String),- Ows20Package.getDocumentRoot_SupportedCRS()
 
 - 
setSupportedCRSpublic void setSupportedCRS(String newSupportedCRS) - Specified by:
- setSupportedCRSin interface- DocumentRoot
- Parameters:
- newSupportedCRS- the new value of the 'Supported CRS' attribute.
- See Also:
- DocumentRoot.getSupportedCRS()
 
 - 
getTitlepublic LanguageStringType getTitle() - Specified by:
- getTitlein interface- DocumentRoot
- Returns:
- the value of the 'Title' containment reference.
- See Also:
- DocumentRoot.setTitle(LanguageStringType),- Ows20Package.getDocumentRoot_Title()
 
 - 
basicSetTitlepublic NotificationChain basicSetTitle(LanguageStringType newTitle, NotificationChain msgs) 
 - 
setTitlepublic void setTitle(LanguageStringType newTitle) - Specified by:
- setTitlein interface- DocumentRoot
- Parameters:
- newTitle- the new value of the 'Title' containment reference.
- See Also:
- DocumentRoot.getTitle()
 
 - 
getUOMpublic DomainMetadataType getUOM() - Specified by:
- getUOMin interface- DocumentRoot
- Returns:
- the value of the 'UOM' containment reference.
- See Also:
- DocumentRoot.setUOM(DomainMetadataType),- Ows20Package.getDocumentRoot_UOM()
 
 - 
basicSetUOMpublic NotificationChain basicSetUOM(DomainMetadataType newUOM, NotificationChain msgs) 
 - 
setUOMpublic void setUOM(DomainMetadataType newUOM) - Specified by:
- setUOMin interface- DocumentRoot
- Parameters:
- newUOM- the new value of the 'UOM' containment reference.
- See Also:
- DocumentRoot.getUOM()
 
 - 
getValuepublic ValueType getValue() - Specified by:
- getValuein interface- DocumentRoot
- Returns:
- the value of the 'Value' containment reference.
- See Also:
- DocumentRoot.setValue(ValueType),- Ows20Package.getDocumentRoot_Value()
 
 - 
basicSetValuepublic NotificationChain basicSetValue(ValueType newValue, NotificationChain msgs) 
 - 
setValuepublic void setValue(ValueType newValue) - Specified by:
- setValuein interface- DocumentRoot
- Parameters:
- newValue- the new value of the 'Value' containment reference.
- See Also:
- DocumentRoot.getValue()
 
 - 
getValuesReferencepublic ValuesReferenceType getValuesReference() - Specified by:
- getValuesReferencein interface- DocumentRoot
- Returns:
- the value of the 'Values Reference' containment reference.
- See Also:
- DocumentRoot.setValuesReference(ValuesReferenceType),- Ows20Package.getDocumentRoot_ValuesReference()
 
 - 
basicSetValuesReferencepublic NotificationChain basicSetValuesReference(ValuesReferenceType newValuesReference, NotificationChain msgs) 
 - 
setValuesReferencepublic void setValuesReference(ValuesReferenceType newValuesReference) - Specified by:
- setValuesReferencein interface- DocumentRoot
- Parameters:
- newValuesReference- the new value of the 'Values Reference' containment reference.
- See Also:
- DocumentRoot.getValuesReference()
 
 - 
getWGS84BoundingBoxpublic WGS84BoundingBoxType getWGS84BoundingBox() - Specified by:
- getWGS84BoundingBoxin interface- DocumentRoot
- Returns:
- the value of the 'WGS84 Bounding Box' containment reference.
- See Also:
- DocumentRoot.setWGS84BoundingBox(WGS84BoundingBoxType),- Ows20Package.getDocumentRoot_WGS84BoundingBox()
 
 - 
basicSetWGS84BoundingBoxpublic NotificationChain basicSetWGS84BoundingBox(WGS84BoundingBoxType newWGS84BoundingBox, NotificationChain msgs) 
 - 
setWGS84BoundingBoxpublic void setWGS84BoundingBox(WGS84BoundingBoxType newWGS84BoundingBox) - Specified by:
- setWGS84BoundingBoxin interface- DocumentRoot
- Parameters:
- newWGS84BoundingBox- the new value of the 'WGS84 Bounding Box' containment reference.
- See Also:
- DocumentRoot.getWGS84BoundingBox()
 
 - 
getRangeClosurepublic RangeClosureType getRangeClosure() - Specified by:
- getRangeClosurein interface- DocumentRoot
- Returns:
- the value of the 'Range Closure' attribute.
- See Also:
- RangeClosureType,- DocumentRoot.isSetRangeClosure(),- DocumentRoot.unsetRangeClosure(),- DocumentRoot.setRangeClosure(RangeClosureType),- Ows20Package.getDocumentRoot_RangeClosure()
 
 - 
setRangeClosurepublic void setRangeClosure(RangeClosureType newRangeClosure) - Specified by:
- setRangeClosurein interface- DocumentRoot
- Parameters:
- newRangeClosure- the new value of the 'Range Closure' attribute.
- See Also:
- RangeClosureType,- DocumentRoot.isSetRangeClosure(),- DocumentRoot.unsetRangeClosure(),- DocumentRoot.getRangeClosure()
 
 - 
unsetRangeClosurepublic void unsetRangeClosure() - Specified by:
- unsetRangeClosurein interface- DocumentRoot
- See Also:
- DocumentRoot.isSetRangeClosure(),- DocumentRoot.getRangeClosure(),- DocumentRoot.setRangeClosure(RangeClosureType)
 
 - 
isSetRangeClosurepublic boolean isSetRangeClosure() - Specified by:
- isSetRangeClosurein interface- DocumentRoot
- Returns:
- whether the value of the 'Range Closure' attribute is set.
- See Also:
- DocumentRoot.unsetRangeClosure(),- DocumentRoot.getRangeClosure(),- DocumentRoot.setRangeClosure(RangeClosureType)
 
 - 
getReference1public String getReference1() - Specified by:
- getReference1in interface- DocumentRoot
- Returns:
- the value of the 'Reference1' attribute.
- See Also:
- DocumentRoot.setReference1(String),- Ows20Package.getDocumentRoot_Reference1()
 
 - 
setReference1public void setReference1(String newReference1) - Specified by:
- setReference1in interface- DocumentRoot
- Parameters:
- newReference1- the new value of the 'Reference1' attribute.
- See Also:
- DocumentRoot.getReference1()
 
 - 
eInverseRemovepublic NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)- Overrides:
- eInverseRemovein class- BasicEObjectImpl
 
 - 
eGetpublic Object eGet(int featureID, boolean resolve, boolean coreType) - Specified by:
- eGetin interface- InternalEObject
- Overrides:
- eGetin class- BasicEObjectImpl
 
 - 
eSetpublic void eSet(int featureID, Object newValue)- Specified by:
- eSetin interface- InternalEObject
- Overrides:
- eSetin class- BasicEObjectImpl
 
 - 
eUnsetpublic void eUnset(int featureID) - Specified by:
- eUnsetin interface- InternalEObject
- Overrides:
- eUnsetin class- BasicEObjectImpl
 
 - 
eIsSetpublic boolean eIsSet(int featureID) - Specified by:
- eIsSetin interface- InternalEObject
- Overrides:
- eIsSetin class- BasicEObjectImpl
 
 - 
toStringpublic String toString() - Overrides:
- toStringin class- BasicEObjectImpl
 
 
- 
 
-