Package net.opengis.cat.csw20
Interface ConceptualSchemeType
- All Superinterfaces:
EObject
,Notifier
- All Known Implementing Classes:
ConceptualSchemeTypeImpl
public interface ConceptualSchemeType
extends EObject
A representation of the model object 'Conceptual Scheme Type'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Authority' attribute.Returns the value of the 'Document' attribute.getName()
Returns the value of the 'Name' attribute.void
setAuthority
(String value) Sets the value of the 'Authority
' attribute.void
setDocument
(String value) Sets the value of the 'Document
' attribute.void
Sets the value of the 'Name
' attribute.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()Returns the value of the 'Name' attribute.If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Name' attribute.
- See Also:
-
setName
Sets the value of the 'Name
' attribute.- Parameters:
value
- the new value of the 'Name' attribute.- See Also:
-
getDocument
String getDocument()Returns the value of the 'Document' attribute.If the meaning of the 'Document' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Document' attribute.
- See Also:
-
setDocument
Sets the value of the 'Document
' attribute.- Parameters:
value
- the new value of the 'Document' attribute.- See Also:
-
getAuthority
String getAuthority()Returns the value of the 'Authority' attribute.If the meaning of the 'Authority' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Authority' attribute.
- See Also:
-
setAuthority
Sets the value of the 'Authority
' attribute.- Parameters:
value
- the new value of the 'Authority' attribute.- See Also:
-