Package net.opengis.ows20
Interface DomainMetadataType
- 
- All Superinterfaces:
- EObject,- Notifier
 - All Known Implementing Classes:
- DomainMetadataTypeImpl
 
 public interface DomainMetadataType extends EObjectA 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:
- Ows20Package.getDomainMetadataType()
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetReference()Returns the value of the 'Reference' attribute.StringgetValue()Returns the value of the 'Value' attribute.voidsetReference(String value)Sets the value of the 'Reference' attribute.voidsetValue(String value)Sets the value of the 'Value' attribute.
 
- 
- 
- 
Method Detail- 
getValueString 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),- Ows20Package.getDomainMetadataType_Value()
 
 - 
setValuevoid setValue(String value) Sets the value of the 'Value' attribute.- Parameters:
- value- the new value of the 'Value' attribute.
- See Also:
- getValue()
 
 - 
getReferenceString 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),- Ows20Package.getDomainMetadataType_Reference()
 
 - 
setReferencevoid setReference(String value) Sets the value of the 'Reference' attribute.- Parameters:
- value- the new value of the 'Reference' attribute.
- See Also:
- getReference()
 
 
- 
 
-