Package net.opengis.cat.csw20
Interface SimpleLiteral
- All Superinterfaces:
EObject
,Notifier
- All Known Implementing Classes:
SimpleLiteralImpl
public interface SimpleLiteral
extends EObject
-
Method Summary
Methods inherited from interface EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getName
String getName() -
setName
Sets the value of the 'Name
' reference.- Parameters:
value
- the new value of the 'Name' reference.- See Also:
-
getValue
Object getValue() -
setValue
Sets the value of the 'Value
' attribute.- Parameters:
value
- the new value of the 'Value' attribute.- See Also:
-
getScheme
URI getScheme() -
setScheme
Sets the value of the 'Scheme
' attribute.- Parameters:
value
- the new value of the 'Scheme' attribute.- See Also:
-