public abstract class Term extends Object
| Constructor and Description |
|---|
Term() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCodeSpace() |
String |
getDefinition() |
String |
getLabel() |
String |
getName() |
String |
getValue() |
boolean |
isSetCodeSpace() |
boolean |
isSetDefinition() |
boolean |
isSetLabel() |
boolean |
isSetName() |
boolean |
isSetValue() |
void |
setCodeSpace(String codeSpace) |
void |
setDefinition(String definition) |
void |
setLabel(String label) |
void |
setName(String name) |
void |
setValue(String value) |
public String getName()
public void setName(String name)
name - the name to setpublic String getLabel()
public void setLabel(String label)
label - Identifier labelpublic String getDefinition()
public void setDefinition(String definition)
definition - Identifier definitionpublic String getCodeSpace()
public void setCodeSpace(String codeSpace)
codeSpace - href Classifier codeSpace hrefpublic String getValue()
public void setValue(String value)
value - the value to setpublic boolean isSetName()
true, if the name is set AND not emptypublic boolean isSetLabel()
true, if the label is set AND not emptypublic boolean isSetCodeSpace()
true, if the codeSpace is set AND not emptypublic boolean isSetDefinition()
true, if the codeSpace is set AND not emptypublic boolean isSetValue()
true, if the value is set AND not emptyCopyright © 2015–2021 52North Initiative for Geospatial Open Source Software GmbH. All rights reserved.