Package net.opengis.ows11
Interface ValuesReferenceType
-
- All Superinterfaces:
EObject
,Notifier
- All Known Implementing Classes:
ValuesReferenceTypeImpl
public interface ValuesReferenceType extends EObject
A representation of the model object 'Values Reference Type'.The following features are supported:
- See Also:
Ows11Package.getValuesReferenceType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getReference()
Returns the value of the 'Reference' attribute.String
getValue()
Returns the value of the 'Value' attribute.void
setReference(String value)
Sets the value of the 'Reference
' attribute.void
setValue(String value)
Sets the value of the 'Value
' attribute.
-
-
-
Method Detail
-
getValue
String getValue()
Returns the value of the 'Value' attribute. Human-readable name of the list of values provided by the referenced document. Can be empty string when this list has no name.- Returns:
- the value of the 'Value' attribute.
- See Also:
setValue(String)
,Ows11Package.getValuesReferenceType_Value()
-
setValue
void setValue(String value)
Sets the value of the 'Value
' attribute.- Parameters:
value
- the new value of the 'Value' attribute.- See Also:
getValue()
-
getReference
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.getValuesReferenceType_Reference()
-
setReference
void setReference(String value)
Sets the value of the 'Reference
' attribute.- Parameters:
value
- the new value of the 'Reference' attribute.- See Also:
getReference()
-
-