Package org.n52.shetland.inspire
Class InspireKeyword
- java.lang.Object
-
- org.n52.shetland.inspire.AbstractInspireKeyword<String>
-
- org.n52.shetland.inspire.InspireKeyword
-
public class InspireKeyword extends AbstractInspireKeyword<String>
Service internal representation of INSPIRE keyword- Since:
- 1.0.0
-
-
Constructor Summary
Constructors Constructor Description InspireKeyword(String keywordValue)constructorInspireKeyword(String keywordValue, InspireOriginatingControlledVocabulary originatingControlledVocabulary)constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetKeywordValue()Get the keyword valueprotected voidsetKeywordValue(String keywordValue)Set the keyword value-
Methods inherited from class org.n52.shetland.inspire.AbstractInspireKeyword
getOriginatingControlledVocabulary, isSetOriginatingControlledVocabulary, toString
-
-
-
-
Constructor Detail
-
InspireKeyword
public InspireKeyword(String keywordValue)
constructor- Parameters:
keywordValue- the keyword value
-
InspireKeyword
public InspireKeyword(String keywordValue, InspireOriginatingControlledVocabulary originatingControlledVocabulary)
constructor- Parameters:
keywordValue- the keyword valueoriginatingControlledVocabulary- the originating controlled vocabulary
-
-
Method Detail
-
getKeywordValue
public String getKeywordValue()
Description copied from class:AbstractInspireKeywordGet the keyword value- Specified by:
getKeywordValuein classAbstractInspireKeyword<String>- Returns:
- the keyword value
-
setKeywordValue
protected void setKeywordValue(String keywordValue)
Description copied from class:AbstractInspireKeywordSet the keyword value- Specified by:
setKeywordValuein classAbstractInspireKeyword<String>- Parameters:
keywordValue- the keyword value to set
-
-