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:
Csw20Package.getConceptualSchemeType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getAuthority()
Returns the value of the 'Authority' attribute.String
getDocument()
Returns the value of the 'Document' attribute.String
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
setName(String value)
Sets the value of the 'Name
' attribute.
-
-
-
Method Detail
-
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(String)
,Csw20Package.getConceptualSchemeType_Name()
-
setName
void setName(String value)
Sets the value of the 'Name
' attribute.- Parameters:
value
- the new value of the 'Name' attribute.- See Also:
getName()
-
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(String)
,Csw20Package.getConceptualSchemeType_Document()
-
setDocument
void setDocument(String value)
Sets the value of the 'Document
' attribute.- Parameters:
value
- the new value of the 'Document' attribute.- See Also:
getDocument()
-
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(String)
,Csw20Package.getConceptualSchemeType_Authority()
-
setAuthority
void setAuthority(String value)
Sets the value of the 'Authority
' attribute.- Parameters:
value
- the new value of the 'Authority' attribute.- See Also:
getAuthority()
-
-