Class TLcdOWSValuesReference
- All Implemented Interfaces:
ILcdDataObject,ILcdCloneable,ILcdDeepCloneable,Cloneable
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyData property that maps to thereferenceattribute.static final TLcdDataPropertyData property that maps to the value defined by the simple content. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the property that maps to thereferenceattribute.Returns the value of the property that maps to the value defined by the simple content.voidsetReference(URI aValue) Sets the value of the property that maps to thereferenceattribute.voidsetValueObject(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 thereferenceattribute. The possible values for this property are instances ofURI.
-
-
Constructor Details
-
TLcdOWSValuesReference
public TLcdOWSValuesReference() -
TLcdOWSValuesReference
-
-
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_PROPERTYproperty.
-
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_PROPERTYproperty.
-
getReference
Returns the value of the property that maps to thereferenceattribute.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_PROPERTYproperty.
-
setReference
Sets the value of the property that maps to thereferenceattribute.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_PROPERTYproperty.
-