net.opengis.ows11
Interface DomainMetadataType

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

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

A representation of the model object 'Domain Metadata Type'. References metadata about a quantity, and provides a name for this metadata. (Informative: This element was simplified from the metaDataProperty element in GML 3.0.)

The following features are supported:

See Also:
Ows11Package.getDomainMetadataType()

Method Summary
 java.lang.String getReference()
          Returns the value of the 'Reference' attribute.
 java.lang.String getValue()
          Returns the value of the 'Value' attribute.
 void setReference(java.lang.String value)
          Sets the value of the 'Reference' attribute.
 void setValue(java.lang.String value)
          Sets the value of the 'Value' attribute.
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getValue

java.lang.String getValue()
Returns the value of the 'Value' attribute. Human-readable name of the metadata described by associated referenced document.

Returns:
the value of the 'Value' attribute.
See Also:
setValue(String), Ows11Package.getDomainMetadataType_Value()

setValue

void setValue(java.lang.String value)
Sets the value of the 'Value' attribute.

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

getReference

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

Returns:
the value of the 'Reference' attribute.
See Also:
setReference(String), Ows11Package.getDomainMetadataType_Reference()

setReference

void setReference(java.lang.String value)
Sets the value of the 'Reference' attribute.

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


Copyright © 1996-2010 Geotools. All Rights Reserved.