Class TLcdOWSDomainMetadata
- All Implemented Interfaces:
ILcdDataObject
,ILcdCloneable
,ILcdDeepCloneable
,Cloneable
Human-readable name of the metadata described by associated referenced document.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
Data property that maps to thereference
attribute.static final TLcdDataProperty
Data property that maps to the value defined by the simple content. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the property that maps to thereference
attribute.Returns the value of the property that maps to the value defined by the simple content.void
setReference
(URI aValue) Sets the value of the property that maps to thereference
attribute.void
setValueObject
(String aValue) Sets the value of the property that maps to the value defined by the simple content.
-
Field Details
-
VALUE_PROPERTY
Data property that maps to the value defined by the simple content. The possible values for this property are instances ofString
. -
REFERENCE_PROPERTY
Data property that maps to thereference
attribute. The possible values for this property are instances ofURI
.
-
-
Constructor Details
-
TLcdOWSDomainMetadata
public TLcdOWSDomainMetadata() -
TLcdOWSDomainMetadata
-
-
Method Details
-
getValueObject
Returns the value of the property that maps to the value defined by the simple content.- Returns:
- the value of the
VALUE_PROPERTY
property.
-
setValueObject
Sets the value of the property that maps to the value defined by the simple content.- Parameters:
aValue
- the value to set for theVALUE_PROPERTY
property.
-
getReference
Returns the value of the property that maps to thereference
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_PROPERTY
property.
-
setReference
Sets the value of the property that maps to thereference
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.
- Parameters:
aValue
- the value to set for theREFERENCE_PROPERTY
property.
-