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 BasicEObjectImpl
BasicEObjectImpl.EPropertiesHolder, BasicEObjectImpl.EPropertiesHolderBaseImpl, BasicEObjectImpl.EPropertiesHolderImpl
-
Nested classes/interfaces inherited from class BasicNotifierImpl
BasicNotifierImpl.EAdapterList<E extends Object & Adapter>, BasicNotifierImpl.EObservableAdapterList, BasicNotifierImpl.EScannableAdapterList
-
-
Field Summary
Fields Modifier and Type Field Description protected static String
ACCESS_CONSTRAINTS_EDEFAULT
The default value of the 'Access Constraints
' attribute.protected static String
AVAILABLE_CRS_EDEFAULT
The default value of the 'Available CRS
' attribute.protected static String
FEES_EDEFAULT
The default value of the 'Fees
' attribute.protected static String
INDIVIDUAL_NAME_EDEFAULT
The default value of the 'Individual Name
' attribute.protected static String
LANGUAGE_EDEFAULT
The default value of the 'Language
' attribute.protected FeatureMap
mixed
The cached value of the 'Mixed
' attribute list.protected static String
ORGANISATION_NAME_EDEFAULT
The default value of the 'Organisation Name
' attribute.protected static String
OUTPUT_FORMAT_EDEFAULT
The default value of the 'Output Format
' attribute.protected static String
POSITION_NAME_EDEFAULT
The default value of the 'Position Name
' attribute.protected static RangeClosureType
RANGE_CLOSURE_EDEFAULT
The default value of the 'Range Closure
' attribute.protected RangeClosureType
rangeClosure
The cached value of the 'Range Closure
' attribute.protected boolean
rangeClosureESet
This is true if the Range Closure attribute has been set.protected String
reference1
The cached value of the 'Reference1
' attribute.protected static String
REFERENCE1_EDEFAULT
The default value of the 'Reference1
' attribute.protected static String
SUPPORTED_CRS_EDEFAULT
The default value of the 'Supported CRS
' attribute.protected EMap<String,String>
xMLNSPrefixMap
The cached value of the 'XMLNS Prefix Map
' map.protected EMap<String,String>
xSISchemaLocation
The cached value of the 'XSI Schema Location
' map.-
Fields inherited from class EObjectImpl
eAdapters, eContainer, eContainerFeatureID, EDELIVER, EDYNAMIC_CLASS, eFlags, ELAST_EOBJECT_FLAG, ELAST_NOTIFIER_FLAG, eProperties, EPROXY
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
DocumentRootImpl()
-
Method Summary
-
Methods inherited from class EObjectImpl
eAdapters, eBasicAdapters, eBasicProperties, eBasicSetContainer, eClass, eContainerFeatureID, eDeliver, eInternalContainer, eInvoke, eIsProxy, eProperties, eSetClass, eSetDeliver, eSetProxyURI
-
Methods inherited from class BasicEObjectImpl
eAddVirtualValue, 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 BasicNotifierImpl
eBasicAdapterArray, eBasicHasAdapters, eNotificationRequired, eNotify
-
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
mixed
protected FeatureMap mixed
The cached value of the 'Mixed
' attribute list.- See Also:
getMixed()
-
xMLNSPrefixMap
protected EMap<String,String> xMLNSPrefixMap
The cached value of the 'XMLNS Prefix Map
' map.- See Also:
getXMLNSPrefixMap()
-
xSISchemaLocation
protected EMap<String,String> xSISchemaLocation
The cached value of the 'XSI Schema Location
' map.- See Also:
getXSISchemaLocation()
-
ACCESS_CONSTRAINTS_EDEFAULT
protected static final String ACCESS_CONSTRAINTS_EDEFAULT
The default value of the 'Access Constraints
' attribute.- See Also:
getAccessConstraints()
-
AVAILABLE_CRS_EDEFAULT
protected static final String AVAILABLE_CRS_EDEFAULT
The default value of the 'Available CRS
' attribute.- See Also:
getAvailableCRS()
-
FEES_EDEFAULT
protected static final String FEES_EDEFAULT
The default value of the 'Fees
' attribute.- See Also:
getFees()
-
INDIVIDUAL_NAME_EDEFAULT
protected static final String INDIVIDUAL_NAME_EDEFAULT
The default value of the 'Individual Name
' attribute.- See Also:
getIndividualName()
-
LANGUAGE_EDEFAULT
protected static final String LANGUAGE_EDEFAULT
The default value of the 'Language
' attribute.- See Also:
getLanguage()
-
ORGANISATION_NAME_EDEFAULT
protected static final String ORGANISATION_NAME_EDEFAULT
The default value of the 'Organisation Name
' attribute.- See Also:
getOrganisationName()
-
OUTPUT_FORMAT_EDEFAULT
protected static final String OUTPUT_FORMAT_EDEFAULT
The default value of the 'Output Format
' attribute.- See Also:
getOutputFormat()
-
POSITION_NAME_EDEFAULT
protected static final String POSITION_NAME_EDEFAULT
The default value of the 'Position Name
' attribute.- See Also:
getPositionName()
-
SUPPORTED_CRS_EDEFAULT
protected static final String SUPPORTED_CRS_EDEFAULT
The default value of the 'Supported CRS
' attribute.- See Also:
getSupportedCRS()
-
RANGE_CLOSURE_EDEFAULT
protected static final RangeClosureType RANGE_CLOSURE_EDEFAULT
The default value of the 'Range Closure
' attribute.- See Also:
getRangeClosure()
-
rangeClosure
protected RangeClosureType rangeClosure
The cached value of the 'Range Closure
' attribute.- See Also:
getRangeClosure()
-
rangeClosureESet
protected boolean rangeClosureESet
This is true if the Range Closure attribute has been set.
-
REFERENCE1_EDEFAULT
protected static final String REFERENCE1_EDEFAULT
The default value of the 'Reference1
' attribute.- See Also:
getReference1()
-
reference1
protected String reference1
The cached value of the 'Reference1
' attribute.- See Also:
getReference1()
-
-
Method Detail
-
eStaticClass
protected EClass eStaticClass()
- Overrides:
eStaticClass
in classEObjectImpl
-
getMixed
public FeatureMap getMixed()
- Specified by:
getMixed
in interfaceDocumentRoot
- Returns:
- the value of the 'Mixed' attribute list.
- See Also:
Ows20Package.getDocumentRoot_Mixed()
-
getXMLNSPrefixMap
public EMap<String,String> getXMLNSPrefixMap()
- Specified by:
getXMLNSPrefixMap
in interfaceDocumentRoot
- Returns:
- the value of the 'XMLNS Prefix Map' map.
- See Also:
Ows20Package.getDocumentRoot_XMLNSPrefixMap()
-
getXSISchemaLocation
public EMap<String,String> getXSISchemaLocation()
- Specified by:
getXSISchemaLocation
in interfaceDocumentRoot
- Returns:
- the value of the 'XSI Schema Location' map.
- See Also:
Ows20Package.getDocumentRoot_XSISchemaLocation()
-
getAbstract
public LanguageStringType getAbstract()
- Specified by:
getAbstract
in interfaceDocumentRoot
- Returns:
- the value of the 'Abstract' containment reference.
- See Also:
DocumentRoot.setAbstract(LanguageStringType)
,Ows20Package.getDocumentRoot_Abstract()
-
basicSetAbstract
public NotificationChain basicSetAbstract(LanguageStringType newAbstract, NotificationChain msgs)
-
setAbstract
public void setAbstract(LanguageStringType newAbstract)
- Specified by:
setAbstract
in interfaceDocumentRoot
- Parameters:
newAbstract
- the new value of the 'Abstract' containment reference.- See Also:
DocumentRoot.getAbstract()
-
getAbstractMetaData
public EObject getAbstractMetaData()
- Specified by:
getAbstractMetaData
in interfaceDocumentRoot
- Returns:
- the value of the 'Abstract Meta Data' containment reference.
- See Also:
Ows20Package.getDocumentRoot_AbstractMetaData()
-
basicSetAbstractMetaData
public NotificationChain basicSetAbstractMetaData(EObject newAbstractMetaData, NotificationChain msgs)
-
getAbstractReferenceBase
public AbstractReferenceBaseType getAbstractReferenceBase()
- Specified by:
getAbstractReferenceBase
in interfaceDocumentRoot
- Returns:
- the value of the 'Abstract Reference Base' containment reference.
- See Also:
Ows20Package.getDocumentRoot_AbstractReferenceBase()
-
basicSetAbstractReferenceBase
public NotificationChain basicSetAbstractReferenceBase(AbstractReferenceBaseType newAbstractReferenceBase, NotificationChain msgs)
-
getAccessConstraints
public String getAccessConstraints()
- Specified by:
getAccessConstraints
in interfaceDocumentRoot
- Returns:
- the value of the 'Access Constraints' attribute.
- See Also:
DocumentRoot.setAccessConstraints(String)
,Ows20Package.getDocumentRoot_AccessConstraints()
-
setAccessConstraints
public void setAccessConstraints(String newAccessConstraints)
- Specified by:
setAccessConstraints
in interfaceDocumentRoot
- Parameters:
newAccessConstraints
- the new value of the 'Access Constraints' attribute.- See Also:
DocumentRoot.getAccessConstraints()
-
getAdditionalParameter
public AdditionalParameterType getAdditionalParameter()
- Specified by:
getAdditionalParameter
in interfaceDocumentRoot
- Returns:
- the value of the 'Additional Parameter' containment reference.
- See Also:
DocumentRoot.setAdditionalParameter(AdditionalParameterType)
,Ows20Package.getDocumentRoot_AdditionalParameter()
-
basicSetAdditionalParameter
public NotificationChain basicSetAdditionalParameter(AdditionalParameterType newAdditionalParameter, NotificationChain msgs)
-
setAdditionalParameter
public void setAdditionalParameter(AdditionalParameterType newAdditionalParameter)
- Specified by:
setAdditionalParameter
in interfaceDocumentRoot
- Parameters:
newAdditionalParameter
- the new value of the 'Additional Parameter' containment reference.- See Also:
DocumentRoot.getAdditionalParameter()
-
getAdditionalParameters
public AdditionalParametersType getAdditionalParameters()
- Specified by:
getAdditionalParameters
in interfaceDocumentRoot
- Returns:
- the value of the 'Additional Parameters' containment reference.
- See Also:
DocumentRoot.setAdditionalParameters(AdditionalParametersType)
,Ows20Package.getDocumentRoot_AdditionalParameters()
-
basicSetAdditionalParameters
public NotificationChain basicSetAdditionalParameters(AdditionalParametersType newAdditionalParameters, NotificationChain msgs)
-
setAdditionalParameters
public void setAdditionalParameters(AdditionalParametersType newAdditionalParameters)
- Specified by:
setAdditionalParameters
in interfaceDocumentRoot
- Parameters:
newAdditionalParameters
- the new value of the 'Additional Parameters' containment reference.- See Also:
DocumentRoot.getAdditionalParameters()
-
getMetadata
public MetadataType getMetadata()
- Specified by:
getMetadata
in interfaceDocumentRoot
- Returns:
- the value of the 'Metadata' containment reference.
- See Also:
DocumentRoot.setMetadata(MetadataType)
,Ows20Package.getDocumentRoot_Metadata()
-
basicSetMetadata
public NotificationChain basicSetMetadata(MetadataType newMetadata, NotificationChain msgs)
-
setMetadata
public void setMetadata(MetadataType newMetadata)
- Specified by:
setMetadata
in interfaceDocumentRoot
- Parameters:
newMetadata
- the new value of the 'Metadata' containment reference.- See Also:
DocumentRoot.getMetadata()
-
getAllowedValues
public AllowedValuesType getAllowedValues()
- Specified by:
getAllowedValues
in interfaceDocumentRoot
- Returns:
- the value of the 'Allowed Values' containment reference.
- See Also:
DocumentRoot.setAllowedValues(AllowedValuesType)
,Ows20Package.getDocumentRoot_AllowedValues()
-
basicSetAllowedValues
public NotificationChain basicSetAllowedValues(AllowedValuesType newAllowedValues, NotificationChain msgs)
-
setAllowedValues
public void setAllowedValues(AllowedValuesType newAllowedValues)
- Specified by:
setAllowedValues
in interfaceDocumentRoot
- Parameters:
newAllowedValues
- the new value of the 'Allowed Values' containment reference.- See Also:
DocumentRoot.getAllowedValues()
-
getAnyValue
public AnyValueType getAnyValue()
- Specified by:
getAnyValue
in interfaceDocumentRoot
- Returns:
- the value of the 'Any Value' containment reference.
- See Also:
DocumentRoot.setAnyValue(AnyValueType)
,Ows20Package.getDocumentRoot_AnyValue()
-
basicSetAnyValue
public NotificationChain basicSetAnyValue(AnyValueType newAnyValue, NotificationChain msgs)
-
setAnyValue
public void setAnyValue(AnyValueType newAnyValue)
- Specified by:
setAnyValue
in interfaceDocumentRoot
- Parameters:
newAnyValue
- the new value of the 'Any Value' containment reference.- See Also:
DocumentRoot.getAnyValue()
-
getAvailableCRS
public String getAvailableCRS()
- Specified by:
getAvailableCRS
in interfaceDocumentRoot
- Returns:
- the value of the 'Available CRS' attribute.
- See Also:
DocumentRoot.setAvailableCRS(String)
,Ows20Package.getDocumentRoot_AvailableCRS()
-
setAvailableCRS
public void setAvailableCRS(String newAvailableCRS)
- Specified by:
setAvailableCRS
in interfaceDocumentRoot
- Parameters:
newAvailableCRS
- the new value of the 'Available CRS' attribute.- See Also:
DocumentRoot.getAvailableCRS()
-
getBoundingBox
public BoundingBoxType getBoundingBox()
- Specified by:
getBoundingBox
in interfaceDocumentRoot
- Returns:
- the value of the 'Bounding Box' containment reference.
- See Also:
DocumentRoot.setBoundingBox(BoundingBoxType)
,Ows20Package.getDocumentRoot_BoundingBox()
-
basicSetBoundingBox
public NotificationChain basicSetBoundingBox(BoundingBoxType newBoundingBox, NotificationChain msgs)
-
setBoundingBox
public void setBoundingBox(BoundingBoxType newBoundingBox)
- Specified by:
setBoundingBox
in interfaceDocumentRoot
- Parameters:
newBoundingBox
- the new value of the 'Bounding Box' containment reference.- See Also:
DocumentRoot.getBoundingBox()
-
getContactInfo
public ContactType getContactInfo()
- Specified by:
getContactInfo
in interfaceDocumentRoot
- Returns:
- the value of the 'Contact Info' containment reference.
- See Also:
DocumentRoot.setContactInfo(ContactType)
,Ows20Package.getDocumentRoot_ContactInfo()
-
basicSetContactInfo
public NotificationChain basicSetContactInfo(ContactType newContactInfo, NotificationChain msgs)
-
setContactInfo
public void setContactInfo(ContactType newContactInfo)
- Specified by:
setContactInfo
in interfaceDocumentRoot
- Parameters:
newContactInfo
- the new value of the 'Contact Info' containment reference.- See Also:
DocumentRoot.getContactInfo()
-
getDatasetDescriptionSummary
public DatasetDescriptionSummaryBaseType getDatasetDescriptionSummary()
- Specified by:
getDatasetDescriptionSummary
in interfaceDocumentRoot
- Returns:
- the value of the 'Dataset Description Summary' containment reference.
- See Also:
DocumentRoot.setDatasetDescriptionSummary(DatasetDescriptionSummaryBaseType)
,Ows20Package.getDocumentRoot_DatasetDescriptionSummary()
-
basicSetDatasetDescriptionSummary
public NotificationChain basicSetDatasetDescriptionSummary(DatasetDescriptionSummaryBaseType newDatasetDescriptionSummary, NotificationChain msgs)
-
setDatasetDescriptionSummary
public void setDatasetDescriptionSummary(DatasetDescriptionSummaryBaseType newDatasetDescriptionSummary)
- Specified by:
setDatasetDescriptionSummary
in interfaceDocumentRoot
- Parameters:
newDatasetDescriptionSummary
- the new value of the 'Dataset Description Summary' containment reference.- See Also:
DocumentRoot.getDatasetDescriptionSummary()
-
getDataType
public DomainMetadataType getDataType()
- Specified by:
getDataType
in interfaceDocumentRoot
- Returns:
- the value of the 'Data Type' containment reference.
- See Also:
DocumentRoot.setDataType(DomainMetadataType)
,Ows20Package.getDocumentRoot_DataType()
-
basicSetDataType
public NotificationChain basicSetDataType(DomainMetadataType newDataType, NotificationChain msgs)
-
setDataType
public void setDataType(DomainMetadataType newDataType)
- Specified by:
setDataType
in interfaceDocumentRoot
- Parameters:
newDataType
- the new value of the 'Data Type' containment reference.- See Also:
DocumentRoot.getDataType()
-
getDCP
public DCPType getDCP()
- Specified by:
getDCP
in interfaceDocumentRoot
- Returns:
- the value of the 'DCP' containment reference.
- See Also:
DocumentRoot.setDCP(DCPType)
,Ows20Package.getDocumentRoot_DCP()
-
basicSetDCP
public NotificationChain basicSetDCP(DCPType newDCP, NotificationChain msgs)
-
setDCP
public void setDCP(DCPType newDCP)
- Specified by:
setDCP
in interfaceDocumentRoot
- Parameters:
newDCP
- the new value of the 'DCP' containment reference.- See Also:
DocumentRoot.getDCP()
-
getDefaultValue
public ValueType getDefaultValue()
- Specified by:
getDefaultValue
in interfaceDocumentRoot
- Returns:
- the value of the 'Default Value' containment reference.
- See Also:
DocumentRoot.setDefaultValue(ValueType)
,Ows20Package.getDocumentRoot_DefaultValue()
-
basicSetDefaultValue
public NotificationChain basicSetDefaultValue(ValueType newDefaultValue, NotificationChain msgs)
-
setDefaultValue
public void setDefaultValue(ValueType newDefaultValue)
- Specified by:
setDefaultValue
in interfaceDocumentRoot
- Parameters:
newDefaultValue
- the new value of the 'Default Value' containment reference.- See Also:
DocumentRoot.getDefaultValue()
-
getException
public ExceptionType getException()
- Specified by:
getException
in interfaceDocumentRoot
- Returns:
- the value of the 'Exception' containment reference.
- See Also:
DocumentRoot.setException(ExceptionType)
,Ows20Package.getDocumentRoot_Exception()
-
basicSetException
public NotificationChain basicSetException(ExceptionType newException, NotificationChain msgs)
-
setException
public void setException(ExceptionType newException)
- Specified by:
setException
in interfaceDocumentRoot
- Parameters:
newException
- the new value of the 'Exception' containment reference.- See Also:
DocumentRoot.getException()
-
getExceptionReport
public ExceptionReportType getExceptionReport()
- Specified by:
getExceptionReport
in interfaceDocumentRoot
- Returns:
- the value of the 'Exception Report' containment reference.
- See Also:
DocumentRoot.setExceptionReport(ExceptionReportType)
,Ows20Package.getDocumentRoot_ExceptionReport()
-
basicSetExceptionReport
public NotificationChain basicSetExceptionReport(ExceptionReportType newExceptionReport, NotificationChain msgs)
-
setExceptionReport
public void setExceptionReport(ExceptionReportType newExceptionReport)
- Specified by:
setExceptionReport
in interfaceDocumentRoot
- Parameters:
newExceptionReport
- the new value of the 'Exception Report' containment reference.- See Also:
DocumentRoot.getExceptionReport()
-
getExtendedCapabilities
public EObject getExtendedCapabilities()
- Specified by:
getExtendedCapabilities
in interfaceDocumentRoot
- Returns:
- the value of the 'Extended Capabilities' containment reference.
- See Also:
DocumentRoot.setExtendedCapabilities(EObject)
,Ows20Package.getDocumentRoot_ExtendedCapabilities()
-
basicSetExtendedCapabilities
public NotificationChain basicSetExtendedCapabilities(EObject newExtendedCapabilities, NotificationChain msgs)
-
setExtendedCapabilities
public void setExtendedCapabilities(EObject newExtendedCapabilities)
- Specified by:
setExtendedCapabilities
in interfaceDocumentRoot
- Parameters:
newExtendedCapabilities
- the new value of the 'Extended Capabilities' containment reference.- See Also:
DocumentRoot.getExtendedCapabilities()
-
getFees
public String getFees()
- Specified by:
getFees
in interfaceDocumentRoot
- Returns:
- the value of the 'Fees' attribute.
- See Also:
DocumentRoot.setFees(String)
,Ows20Package.getDocumentRoot_Fees()
-
setFees
public void setFees(String newFees)
- Specified by:
setFees
in interfaceDocumentRoot
- Parameters:
newFees
- the new value of the 'Fees' attribute.- See Also:
DocumentRoot.getFees()
-
getGetCapabilities
public GetCapabilitiesType getGetCapabilities()
- Specified by:
getGetCapabilities
in interfaceDocumentRoot
- Returns:
- the value of the 'Get Capabilities' containment reference.
- See Also:
DocumentRoot.setGetCapabilities(GetCapabilitiesType)
,Ows20Package.getDocumentRoot_GetCapabilities()
-
basicSetGetCapabilities
public NotificationChain basicSetGetCapabilities(GetCapabilitiesType newGetCapabilities, NotificationChain msgs)
-
setGetCapabilities
public void setGetCapabilities(GetCapabilitiesType newGetCapabilities)
- Specified by:
setGetCapabilities
in interfaceDocumentRoot
- Parameters:
newGetCapabilities
- the new value of the 'Get Capabilities' containment reference.- See Also:
DocumentRoot.getGetCapabilities()
-
getGetResourceByID
public GetResourceByIdType getGetResourceByID()
- Specified by:
getGetResourceByID
in interfaceDocumentRoot
- Returns:
- the value of the 'Get Resource By ID' containment reference.
- See Also:
DocumentRoot.setGetResourceByID(GetResourceByIdType)
,Ows20Package.getDocumentRoot_GetResourceByID()
-
basicSetGetResourceByID
public NotificationChain basicSetGetResourceByID(GetResourceByIdType newGetResourceByID, NotificationChain msgs)
-
setGetResourceByID
public void setGetResourceByID(GetResourceByIdType newGetResourceByID)
- Specified by:
setGetResourceByID
in interfaceDocumentRoot
- Parameters:
newGetResourceByID
- the new value of the 'Get Resource By ID' containment reference.- See Also:
DocumentRoot.getGetResourceByID()
-
getHTTP
public HTTPType getHTTP()
- Specified by:
getHTTP
in interfaceDocumentRoot
- Returns:
- the value of the 'HTTP' containment reference.
- See Also:
DocumentRoot.setHTTP(HTTPType)
,Ows20Package.getDocumentRoot_HTTP()
-
basicSetHTTP
public NotificationChain basicSetHTTP(HTTPType newHTTP, NotificationChain msgs)
-
setHTTP
public void setHTTP(HTTPType newHTTP)
- Specified by:
setHTTP
in interfaceDocumentRoot
- Parameters:
newHTTP
- the new value of the 'HTTP' containment reference.- See Also:
DocumentRoot.getHTTP()
-
getIdentifier
public CodeType getIdentifier()
- Specified by:
getIdentifier
in interfaceDocumentRoot
- Returns:
- the value of the 'Identifier' containment reference.
- See Also:
DocumentRoot.setIdentifier(CodeType)
,Ows20Package.getDocumentRoot_Identifier()
-
basicSetIdentifier
public NotificationChain basicSetIdentifier(CodeType newIdentifier, NotificationChain msgs)
-
setIdentifier
public void setIdentifier(CodeType newIdentifier)
- Specified by:
setIdentifier
in interfaceDocumentRoot
- Parameters:
newIdentifier
- the new value of the 'Identifier' containment reference.- See Also:
DocumentRoot.getIdentifier()
-
getIndividualName
public String getIndividualName()
- Specified by:
getIndividualName
in interfaceDocumentRoot
- Returns:
- the value of the 'Individual Name' attribute.
- See Also:
DocumentRoot.setIndividualName(String)
,Ows20Package.getDocumentRoot_IndividualName()
-
setIndividualName
public void setIndividualName(String newIndividualName)
- Specified by:
setIndividualName
in interfaceDocumentRoot
- Parameters:
newIndividualName
- the new value of the 'Individual Name' attribute.- See Also:
DocumentRoot.getIndividualName()
-
getInputData
public ManifestType getInputData()
- Specified by:
getInputData
in interfaceDocumentRoot
- Returns:
- the value of the 'Input Data' containment reference.
- See Also:
DocumentRoot.setInputData(ManifestType)
,Ows20Package.getDocumentRoot_InputData()
-
basicSetInputData
public NotificationChain basicSetInputData(ManifestType newInputData, NotificationChain msgs)
-
setInputData
public void setInputData(ManifestType newInputData)
- Specified by:
setInputData
in interfaceDocumentRoot
- Parameters:
newInputData
- the new value of the 'Input Data' containment reference.- See Also:
DocumentRoot.getInputData()
-
getKeywords
public KeywordsType getKeywords()
- Specified by:
getKeywords
in interfaceDocumentRoot
- Returns:
- the value of the 'Keywords' containment reference.
- See Also:
DocumentRoot.setKeywords(KeywordsType)
,Ows20Package.getDocumentRoot_Keywords()
-
basicSetKeywords
public NotificationChain basicSetKeywords(KeywordsType newKeywords, NotificationChain msgs)
-
setKeywords
public void setKeywords(KeywordsType newKeywords)
- Specified by:
setKeywords
in interfaceDocumentRoot
- Parameters:
newKeywords
- the new value of the 'Keywords' containment reference.- See Also:
DocumentRoot.getKeywords()
-
getLanguage
public String getLanguage()
- Specified by:
getLanguage
in interfaceDocumentRoot
- Returns:
- the value of the 'Language' attribute.
- See Also:
DocumentRoot.setLanguage(String)
,Ows20Package.getDocumentRoot_Language()
-
setLanguage
public void setLanguage(String newLanguage)
- Specified by:
setLanguage
in interfaceDocumentRoot
- Parameters:
newLanguage
- the new value of the 'Language' attribute.- See Also:
DocumentRoot.getLanguage()
-
getManifest
public ManifestType getManifest()
- Specified by:
getManifest
in interfaceDocumentRoot
- Returns:
- the value of the 'Manifest' containment reference.
- See Also:
DocumentRoot.setManifest(ManifestType)
,Ows20Package.getDocumentRoot_Manifest()
-
basicSetManifest
public NotificationChain basicSetManifest(ManifestType newManifest, NotificationChain msgs)
-
setManifest
public void setManifest(ManifestType newManifest)
- Specified by:
setManifest
in interfaceDocumentRoot
- Parameters:
newManifest
- the new value of the 'Manifest' containment reference.- See Also:
DocumentRoot.getManifest()
-
getMaximumValue
public ValueType getMaximumValue()
- Specified by:
getMaximumValue
in interfaceDocumentRoot
- Returns:
- the value of the 'Maximum Value' containment reference.
- See Also:
DocumentRoot.setMaximumValue(ValueType)
,Ows20Package.getDocumentRoot_MaximumValue()
-
basicSetMaximumValue
public NotificationChain basicSetMaximumValue(ValueType newMaximumValue, NotificationChain msgs)
-
setMaximumValue
public void setMaximumValue(ValueType newMaximumValue)
- Specified by:
setMaximumValue
in interfaceDocumentRoot
- Parameters:
newMaximumValue
- the new value of the 'Maximum Value' containment reference.- See Also:
DocumentRoot.getMaximumValue()
-
getMeaning
public DomainMetadataType getMeaning()
- Specified by:
getMeaning
in interfaceDocumentRoot
- Returns:
- the value of the 'Meaning' containment reference.
- See Also:
DocumentRoot.setMeaning(DomainMetadataType)
,Ows20Package.getDocumentRoot_Meaning()
-
basicSetMeaning
public NotificationChain basicSetMeaning(DomainMetadataType newMeaning, NotificationChain msgs)
-
setMeaning
public void setMeaning(DomainMetadataType newMeaning)
- Specified by:
setMeaning
in interfaceDocumentRoot
- Parameters:
newMeaning
- the new value of the 'Meaning' containment reference.- See Also:
DocumentRoot.getMeaning()
-
getMinimumValue
public ValueType getMinimumValue()
- Specified by:
getMinimumValue
in interfaceDocumentRoot
- Returns:
- the value of the 'Minimum Value' containment reference.
- See Also:
DocumentRoot.setMinimumValue(ValueType)
,Ows20Package.getDocumentRoot_MinimumValue()
-
basicSetMinimumValue
public NotificationChain basicSetMinimumValue(ValueType newMinimumValue, NotificationChain msgs)
-
setMinimumValue
public void setMinimumValue(ValueType newMinimumValue)
- Specified by:
setMinimumValue
in interfaceDocumentRoot
- Parameters:
newMinimumValue
- the new value of the 'Minimum Value' containment reference.- See Also:
DocumentRoot.getMinimumValue()
-
getNilValue
public NilValueType getNilValue()
- Specified by:
getNilValue
in interfaceDocumentRoot
- Returns:
- the value of the 'Nil Value' containment reference.
- See Also:
DocumentRoot.setNilValue(NilValueType)
,Ows20Package.getDocumentRoot_NilValue()
-
basicSetNilValue
public NotificationChain basicSetNilValue(NilValueType newNilValue, NotificationChain msgs)
-
setNilValue
public void setNilValue(NilValueType newNilValue)
- Specified by:
setNilValue
in interfaceDocumentRoot
- Parameters:
newNilValue
- the new value of the 'Nil Value' containment reference.- See Also:
DocumentRoot.getNilValue()
-
getNoValues
public NoValuesType getNoValues()
- Specified by:
getNoValues
in interfaceDocumentRoot
- Returns:
- the value of the 'No Values' containment reference.
- See Also:
DocumentRoot.setNoValues(NoValuesType)
,Ows20Package.getDocumentRoot_NoValues()
-
basicSetNoValues
public NotificationChain basicSetNoValues(NoValuesType newNoValues, NotificationChain msgs)
-
setNoValues
public void setNoValues(NoValuesType newNoValues)
- Specified by:
setNoValues
in interfaceDocumentRoot
- Parameters:
newNoValues
- the new value of the 'No Values' containment reference.- See Also:
DocumentRoot.getNoValues()
-
getOperation
public OperationType getOperation()
- Specified by:
getOperation
in interfaceDocumentRoot
- Returns:
- the value of the 'Operation' containment reference.
- See Also:
DocumentRoot.setOperation(OperationType)
,Ows20Package.getDocumentRoot_Operation()
-
basicSetOperation
public NotificationChain basicSetOperation(OperationType newOperation, NotificationChain msgs)
-
setOperation
public void setOperation(OperationType newOperation)
- Specified by:
setOperation
in interfaceDocumentRoot
- Parameters:
newOperation
- the new value of the 'Operation' containment reference.- See Also:
DocumentRoot.getOperation()
-
getOperationResponse
public ManifestType getOperationResponse()
- Specified by:
getOperationResponse
in interfaceDocumentRoot
- Returns:
- the value of the 'Operation Response' containment reference.
- See Also:
DocumentRoot.setOperationResponse(ManifestType)
,Ows20Package.getDocumentRoot_OperationResponse()
-
basicSetOperationResponse
public NotificationChain basicSetOperationResponse(ManifestType newOperationResponse, NotificationChain msgs)
-
setOperationResponse
public void setOperationResponse(ManifestType newOperationResponse)
- Specified by:
setOperationResponse
in interfaceDocumentRoot
- Parameters:
newOperationResponse
- the new value of the 'Operation Response' containment reference.- See Also:
DocumentRoot.getOperationResponse()
-
getOperationsMetadata
public OperationsMetadataType getOperationsMetadata()
- Specified by:
getOperationsMetadata
in interfaceDocumentRoot
- Returns:
- the value of the 'Operations Metadata' containment reference.
- See Also:
DocumentRoot.setOperationsMetadata(OperationsMetadataType)
,Ows20Package.getDocumentRoot_OperationsMetadata()
-
basicSetOperationsMetadata
public NotificationChain basicSetOperationsMetadata(OperationsMetadataType newOperationsMetadata, NotificationChain msgs)
-
setOperationsMetadata
public void setOperationsMetadata(OperationsMetadataType newOperationsMetadata)
- Specified by:
setOperationsMetadata
in interfaceDocumentRoot
- Parameters:
newOperationsMetadata
- the new value of the 'Operations Metadata' containment reference.- See Also:
DocumentRoot.getOperationsMetadata()
-
getOrganisationName
public String getOrganisationName()
- Specified by:
getOrganisationName
in interfaceDocumentRoot
- Returns:
- the value of the 'Organisation Name' attribute.
- See Also:
DocumentRoot.setOrganisationName(String)
,Ows20Package.getDocumentRoot_OrganisationName()
-
setOrganisationName
public void setOrganisationName(String newOrganisationName)
- Specified by:
setOrganisationName
in interfaceDocumentRoot
- Parameters:
newOrganisationName
- the new value of the 'Organisation Name' attribute.- See Also:
DocumentRoot.getOrganisationName()
-
getOtherSource
public MetadataType getOtherSource()
- Specified by:
getOtherSource
in interfaceDocumentRoot
- Returns:
- the value of the 'Other Source' containment reference.
- See Also:
DocumentRoot.setOtherSource(MetadataType)
,Ows20Package.getDocumentRoot_OtherSource()
-
basicSetOtherSource
public NotificationChain basicSetOtherSource(MetadataType newOtherSource, NotificationChain msgs)
-
setOtherSource
public void setOtherSource(MetadataType newOtherSource)
- Specified by:
setOtherSource
in interfaceDocumentRoot
- Parameters:
newOtherSource
- the new value of the 'Other Source' containment reference.- See Also:
DocumentRoot.getOtherSource()
-
getOutputFormat
public String getOutputFormat()
- Specified by:
getOutputFormat
in interfaceDocumentRoot
- Returns:
- the value of the 'Output Format' attribute.
- See Also:
DocumentRoot.setOutputFormat(String)
,Ows20Package.getDocumentRoot_OutputFormat()
-
setOutputFormat
public void setOutputFormat(String newOutputFormat)
- Specified by:
setOutputFormat
in interfaceDocumentRoot
- Parameters:
newOutputFormat
- the new value of the 'Output Format' attribute.- See Also:
DocumentRoot.getOutputFormat()
-
getPointOfContact
public ResponsiblePartyType getPointOfContact()
- Specified by:
getPointOfContact
in interfaceDocumentRoot
- Returns:
- the value of the 'Point Of Contact' containment reference.
- See Also:
DocumentRoot.setPointOfContact(ResponsiblePartyType)
,Ows20Package.getDocumentRoot_PointOfContact()
-
basicSetPointOfContact
public NotificationChain basicSetPointOfContact(ResponsiblePartyType newPointOfContact, NotificationChain msgs)
-
setPointOfContact
public void setPointOfContact(ResponsiblePartyType newPointOfContact)
- Specified by:
setPointOfContact
in interfaceDocumentRoot
- Parameters:
newPointOfContact
- the new value of the 'Point Of Contact' containment reference.- See Also:
DocumentRoot.getPointOfContact()
-
getPositionName
public String getPositionName()
- Specified by:
getPositionName
in interfaceDocumentRoot
- Returns:
- the value of the 'Position Name' attribute.
- See Also:
DocumentRoot.setPositionName(String)
,Ows20Package.getDocumentRoot_PositionName()
-
setPositionName
public void setPositionName(String newPositionName)
- Specified by:
setPositionName
in interfaceDocumentRoot
- Parameters:
newPositionName
- the new value of the 'Position Name' attribute.- See Also:
DocumentRoot.getPositionName()
-
getRange
public RangeType getRange()
- Specified by:
getRange
in interfaceDocumentRoot
- Returns:
- the value of the 'Range' containment reference.
- See Also:
DocumentRoot.setRange(RangeType)
,Ows20Package.getDocumentRoot_Range()
-
basicSetRange
public NotificationChain basicSetRange(RangeType newRange, NotificationChain msgs)
-
setRange
public void setRange(RangeType newRange)
- Specified by:
setRange
in interfaceDocumentRoot
- Parameters:
newRange
- the new value of the 'Range' containment reference.- See Also:
DocumentRoot.getRange()
-
getReference
public ReferenceType getReference()
- Specified by:
getReference
in interfaceDocumentRoot
- Returns:
- the value of the 'Reference' containment reference.
- See Also:
DocumentRoot.setReference(ReferenceType)
,Ows20Package.getDocumentRoot_Reference()
-
basicSetReference
public NotificationChain basicSetReference(ReferenceType newReference, NotificationChain msgs)
-
setReference
public void setReference(ReferenceType newReference)
- Specified by:
setReference
in interfaceDocumentRoot
- Parameters:
newReference
- the new value of the 'Reference' containment reference.- See Also:
DocumentRoot.getReference()
-
getReferenceGroup
public ReferenceGroupType getReferenceGroup()
- Specified by:
getReferenceGroup
in interfaceDocumentRoot
- Returns:
- the value of the 'Reference Group' containment reference.
- See Also:
DocumentRoot.setReferenceGroup(ReferenceGroupType)
,Ows20Package.getDocumentRoot_ReferenceGroup()
-
basicSetReferenceGroup
public NotificationChain basicSetReferenceGroup(ReferenceGroupType newReferenceGroup, NotificationChain msgs)
-
setReferenceGroup
public void setReferenceGroup(ReferenceGroupType newReferenceGroup)
- Specified by:
setReferenceGroup
in interfaceDocumentRoot
- Parameters:
newReferenceGroup
- the new value of the 'Reference Group' containment reference.- See Also:
DocumentRoot.getReferenceGroup()
-
getReferenceSystem
public DomainMetadataType getReferenceSystem()
- Specified by:
getReferenceSystem
in interfaceDocumentRoot
- Returns:
- the value of the 'Reference System' containment reference.
- See Also:
DocumentRoot.setReferenceSystem(DomainMetadataType)
,Ows20Package.getDocumentRoot_ReferenceSystem()
-
basicSetReferenceSystem
public NotificationChain basicSetReferenceSystem(DomainMetadataType newReferenceSystem, NotificationChain msgs)
-
setReferenceSystem
public void setReferenceSystem(DomainMetadataType newReferenceSystem)
- Specified by:
setReferenceSystem
in interfaceDocumentRoot
- Parameters:
newReferenceSystem
- the new value of the 'Reference System' containment reference.- See Also:
DocumentRoot.getReferenceSystem()
-
getResource
public EObject getResource()
- Specified by:
getResource
in interfaceDocumentRoot
- Returns:
- the value of the 'Resource' containment reference.
- See Also:
DocumentRoot.setResource(EObject)
,Ows20Package.getDocumentRoot_Resource()
-
basicSetResource
public NotificationChain basicSetResource(EObject newResource, NotificationChain msgs)
-
setResource
public void setResource(EObject newResource)
- Specified by:
setResource
in interfaceDocumentRoot
- Parameters:
newResource
- the new value of the 'Resource' containment reference.- See Also:
DocumentRoot.getResource()
-
getRole
public CodeType getRole()
- Specified by:
getRole
in interfaceDocumentRoot
- Returns:
- the value of the 'Role' containment reference.
- See Also:
DocumentRoot.setRole(CodeType)
,Ows20Package.getDocumentRoot_Role()
-
basicSetRole
public NotificationChain basicSetRole(CodeType newRole, NotificationChain msgs)
-
setRole
public void setRole(CodeType newRole)
- Specified by:
setRole
in interfaceDocumentRoot
- Parameters:
newRole
- the new value of the 'Role' containment reference.- See Also:
DocumentRoot.getRole()
-
getServiceIdentification
public ServiceIdentificationType getServiceIdentification()
- Specified by:
getServiceIdentification
in interfaceDocumentRoot
- Returns:
- the value of the 'Service Identification' containment reference.
- See Also:
DocumentRoot.setServiceIdentification(ServiceIdentificationType)
,Ows20Package.getDocumentRoot_ServiceIdentification()
-
basicSetServiceIdentification
public NotificationChain basicSetServiceIdentification(ServiceIdentificationType newServiceIdentification, NotificationChain msgs)
-
setServiceIdentification
public void setServiceIdentification(ServiceIdentificationType newServiceIdentification)
- Specified by:
setServiceIdentification
in interfaceDocumentRoot
- Parameters:
newServiceIdentification
- the new value of the 'Service Identification' containment reference.- See Also:
DocumentRoot.getServiceIdentification()
-
getServiceProvider
public ServiceProviderType getServiceProvider()
- Specified by:
getServiceProvider
in interfaceDocumentRoot
- Returns:
- the value of the 'Service Provider' containment reference.
- See Also:
DocumentRoot.setServiceProvider(ServiceProviderType)
,Ows20Package.getDocumentRoot_ServiceProvider()
-
basicSetServiceProvider
public NotificationChain basicSetServiceProvider(ServiceProviderType newServiceProvider, NotificationChain msgs)
-
setServiceProvider
public void setServiceProvider(ServiceProviderType newServiceProvider)
- Specified by:
setServiceProvider
in interfaceDocumentRoot
- Parameters:
newServiceProvider
- the new value of the 'Service Provider' containment reference.- See Also:
DocumentRoot.getServiceProvider()
-
getServiceReference
public ServiceReferenceType getServiceReference()
- Specified by:
getServiceReference
in interfaceDocumentRoot
- Returns:
- the value of the 'Service Reference' containment reference.
- See Also:
DocumentRoot.setServiceReference(ServiceReferenceType)
,Ows20Package.getDocumentRoot_ServiceReference()
-
basicSetServiceReference
public NotificationChain basicSetServiceReference(ServiceReferenceType newServiceReference, NotificationChain msgs)
-
setServiceReference
public void setServiceReference(ServiceReferenceType newServiceReference)
- Specified by:
setServiceReference
in interfaceDocumentRoot
- Parameters:
newServiceReference
- the new value of the 'Service Reference' containment reference.- See Also:
DocumentRoot.getServiceReference()
-
getSpacing
public ValueType getSpacing()
- Specified by:
getSpacing
in interfaceDocumentRoot
- Returns:
- the value of the 'Spacing' containment reference.
- See Also:
DocumentRoot.setSpacing(ValueType)
,Ows20Package.getDocumentRoot_Spacing()
-
basicSetSpacing
public NotificationChain basicSetSpacing(ValueType newSpacing, NotificationChain msgs)
-
setSpacing
public void setSpacing(ValueType newSpacing)
- Specified by:
setSpacing
in interfaceDocumentRoot
- Parameters:
newSpacing
- the new value of the 'Spacing' containment reference.- See Also:
DocumentRoot.getSpacing()
-
getSupportedCRS
public String getSupportedCRS()
- Specified by:
getSupportedCRS
in interfaceDocumentRoot
- Returns:
- the value of the 'Supported CRS' attribute.
- See Also:
DocumentRoot.setSupportedCRS(String)
,Ows20Package.getDocumentRoot_SupportedCRS()
-
setSupportedCRS
public void setSupportedCRS(String newSupportedCRS)
- Specified by:
setSupportedCRS
in interfaceDocumentRoot
- Parameters:
newSupportedCRS
- the new value of the 'Supported CRS' attribute.- See Also:
DocumentRoot.getSupportedCRS()
-
getTitle
public LanguageStringType getTitle()
- Specified by:
getTitle
in interfaceDocumentRoot
- Returns:
- the value of the 'Title' containment reference.
- See Also:
DocumentRoot.setTitle(LanguageStringType)
,Ows20Package.getDocumentRoot_Title()
-
basicSetTitle
public NotificationChain basicSetTitle(LanguageStringType newTitle, NotificationChain msgs)
-
setTitle
public void setTitle(LanguageStringType newTitle)
- Specified by:
setTitle
in interfaceDocumentRoot
- Parameters:
newTitle
- the new value of the 'Title' containment reference.- See Also:
DocumentRoot.getTitle()
-
getUOM
public DomainMetadataType getUOM()
- Specified by:
getUOM
in interfaceDocumentRoot
- Returns:
- the value of the 'UOM' containment reference.
- See Also:
DocumentRoot.setUOM(DomainMetadataType)
,Ows20Package.getDocumentRoot_UOM()
-
basicSetUOM
public NotificationChain basicSetUOM(DomainMetadataType newUOM, NotificationChain msgs)
-
setUOM
public void setUOM(DomainMetadataType newUOM)
- Specified by:
setUOM
in interfaceDocumentRoot
- Parameters:
newUOM
- the new value of the 'UOM' containment reference.- See Also:
DocumentRoot.getUOM()
-
getValue
public ValueType getValue()
- Specified by:
getValue
in interfaceDocumentRoot
- Returns:
- the value of the 'Value' containment reference.
- See Also:
DocumentRoot.setValue(ValueType)
,Ows20Package.getDocumentRoot_Value()
-
basicSetValue
public NotificationChain basicSetValue(ValueType newValue, NotificationChain msgs)
-
setValue
public void setValue(ValueType newValue)
- Specified by:
setValue
in interfaceDocumentRoot
- Parameters:
newValue
- the new value of the 'Value' containment reference.- See Also:
DocumentRoot.getValue()
-
getValuesReference
public ValuesReferenceType getValuesReference()
- Specified by:
getValuesReference
in interfaceDocumentRoot
- Returns:
- the value of the 'Values Reference' containment reference.
- See Also:
DocumentRoot.setValuesReference(ValuesReferenceType)
,Ows20Package.getDocumentRoot_ValuesReference()
-
basicSetValuesReference
public NotificationChain basicSetValuesReference(ValuesReferenceType newValuesReference, NotificationChain msgs)
-
setValuesReference
public void setValuesReference(ValuesReferenceType newValuesReference)
- Specified by:
setValuesReference
in interfaceDocumentRoot
- Parameters:
newValuesReference
- the new value of the 'Values Reference' containment reference.- See Also:
DocumentRoot.getValuesReference()
-
getWGS84BoundingBox
public WGS84BoundingBoxType getWGS84BoundingBox()
- Specified by:
getWGS84BoundingBox
in interfaceDocumentRoot
- Returns:
- the value of the 'WGS84 Bounding Box' containment reference.
- See Also:
DocumentRoot.setWGS84BoundingBox(WGS84BoundingBoxType)
,Ows20Package.getDocumentRoot_WGS84BoundingBox()
-
basicSetWGS84BoundingBox
public NotificationChain basicSetWGS84BoundingBox(WGS84BoundingBoxType newWGS84BoundingBox, NotificationChain msgs)
-
setWGS84BoundingBox
public void setWGS84BoundingBox(WGS84BoundingBoxType newWGS84BoundingBox)
- Specified by:
setWGS84BoundingBox
in interfaceDocumentRoot
- Parameters:
newWGS84BoundingBox
- the new value of the 'WGS84 Bounding Box' containment reference.- See Also:
DocumentRoot.getWGS84BoundingBox()
-
getRangeClosure
public RangeClosureType getRangeClosure()
- Specified by:
getRangeClosure
in interfaceDocumentRoot
- Returns:
- the value of the 'Range Closure' attribute.
- See Also:
RangeClosureType
,DocumentRoot.isSetRangeClosure()
,DocumentRoot.unsetRangeClosure()
,DocumentRoot.setRangeClosure(RangeClosureType)
,Ows20Package.getDocumentRoot_RangeClosure()
-
setRangeClosure
public void setRangeClosure(RangeClosureType newRangeClosure)
- Specified by:
setRangeClosure
in interfaceDocumentRoot
- Parameters:
newRangeClosure
- the new value of the 'Range Closure' attribute.- See Also:
RangeClosureType
,DocumentRoot.isSetRangeClosure()
,DocumentRoot.unsetRangeClosure()
,DocumentRoot.getRangeClosure()
-
unsetRangeClosure
public void unsetRangeClosure()
- Specified by:
unsetRangeClosure
in interfaceDocumentRoot
- See Also:
DocumentRoot.isSetRangeClosure()
,DocumentRoot.getRangeClosure()
,DocumentRoot.setRangeClosure(RangeClosureType)
-
isSetRangeClosure
public boolean isSetRangeClosure()
- Specified by:
isSetRangeClosure
in interfaceDocumentRoot
- Returns:
- whether the value of the 'Range Closure' attribute is set.
- See Also:
DocumentRoot.unsetRangeClosure()
,DocumentRoot.getRangeClosure()
,DocumentRoot.setRangeClosure(RangeClosureType)
-
getReference1
public String getReference1()
- Specified by:
getReference1
in interfaceDocumentRoot
- Returns:
- the value of the 'Reference1' attribute.
- See Also:
DocumentRoot.setReference1(String)
,Ows20Package.getDocumentRoot_Reference1()
-
setReference1
public void setReference1(String newReference1)
- Specified by:
setReference1
in interfaceDocumentRoot
- Parameters:
newReference1
- the new value of the 'Reference1' attribute.- See Also:
DocumentRoot.getReference1()
-
eInverseRemove
public NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
- Overrides:
eInverseRemove
in classBasicEObjectImpl
-
eGet
public Object eGet(int featureID, boolean resolve, boolean coreType)
- Specified by:
eGet
in interfaceInternalEObject
- Overrides:
eGet
in classBasicEObjectImpl
-
eSet
public void eSet(int featureID, Object newValue)
- Specified by:
eSet
in interfaceInternalEObject
- Overrides:
eSet
in classBasicEObjectImpl
-
eUnset
public void eUnset(int featureID)
- Specified by:
eUnset
in interfaceInternalEObject
- Overrides:
eUnset
in classBasicEObjectImpl
-
eIsSet
public boolean eIsSet(int featureID)
- Specified by:
eIsSet
in interfaceInternalEObject
- Overrides:
eIsSet
in classBasicEObjectImpl
-
toString
public String toString()
- Overrides:
toString
in classBasicEObjectImpl
-
-