Package net.opengis.cat.csw20
Interface SimpleLiteral
-
- All Superinterfaces:
EObject
,Notifier
- All Known Implementing Classes:
SimpleLiteralImpl
public interface SimpleLiteral extends EObject
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getName()
URI
getScheme()
Object
getValue()
void
setName(String value)
Sets the value of the 'Name
' reference.void
setScheme(URI value)
Sets the value of the 'Scheme
' attribute.void
setValue(Object value)
Sets the value of the 'Value
' attribute.
-
-
-
Method Detail
-
getName
String getName()
-
setName
void setName(String value)
Sets the value of the 'Name
' reference.- Parameters:
value
- the new value of the 'Name' reference.- See Also:
getName()
-
getValue
Object getValue()
-
setValue
void setValue(Object value)
Sets the value of the 'Value
' attribute.- Parameters:
value
- the new value of the 'Value' attribute.- See Also:
getValue()
-
getScheme
URI getScheme()
-
setScheme
void setScheme(URI value)
Sets the value of the 'Scheme
' attribute.- Parameters:
value
- the new value of the 'Scheme' attribute.- See Also:
getScheme()
-
-