| Constructor and Description |
|---|
AbstractCodeType(String value) |
AbstractCodeType(String value,
URI codespace) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
URI |
getCodeSpace()
Get code space
|
String |
getValue()
Get value
|
int |
hashCode() |
boolean |
isSetCodeSpace()
Check whether code space is set
|
boolean |
isSetValue()
Check whether value is set
|
AbstractCodeType |
setCodeSpace(URI codeSpace)
Set code space and return this CodeType object
|
AbstractCodeType |
setValue(String value)
Set value and return this CodeType object
|
public AbstractCodeType(String value)
public String getValue()
public URI getCodeSpace()
public AbstractCodeType setValue(String value)
value - Value to setpublic AbstractCodeType setCodeSpace(URI codeSpace)
codeSpace - Code space to setpublic boolean isSetValue()
true, if value is setpublic boolean isSetCodeSpace()
true, if code space is setCopyright © 2015–2021 52North Initiative for Geospatial Open Source Software GmbH. All rights reserved.