public class TermImpl extends org.vast.data.AbstractSWEImpl implements Term
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
codeSpace |
protected java.lang.String |
definition |
protected java.lang.String |
label |
protected java.lang.String |
value |
Constructor and Description |
---|
TermImpl() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCodeSpace()
Gets the codeSpace property
|
java.lang.String |
getDefinition()
Gets the definition property
|
java.lang.String |
getLabel()
Gets the label property
|
java.lang.String |
getValue()
Gets the value property
|
boolean |
isSetCodeSpace()
Checks if codeSpace is set
|
boolean |
isSetDefinition()
Checks if definition is set
|
void |
setCodeSpace(java.lang.String codeSpace)
Sets the codeSpace property
|
void |
setDefinition(java.lang.String definition)
Sets the definition property
|
void |
setLabel(java.lang.String label)
Sets the label property
|
void |
setValue(java.lang.String value)
Sets the value property
|
addExtension, copyTo, getExtensionList, getId, getNumExtensions, isSetId, setId
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addExtension, getExtensionList, getId, getNumExtensions, isSetId, setId
protected java.lang.String label
protected java.lang.String codeSpace
protected java.lang.String value
protected java.lang.String definition
public java.lang.String getLabel()
public void setLabel(java.lang.String label)
public java.lang.String getCodeSpace()
getCodeSpace
in interface Term
public boolean isSetCodeSpace()
isSetCodeSpace
in interface Term
public void setCodeSpace(java.lang.String codeSpace)
setCodeSpace
in interface Term
public java.lang.String getValue()
public void setValue(java.lang.String value)
public java.lang.String getDefinition()
getDefinition
in interface Term
public boolean isSetDefinition()
isSetDefinition
in interface Term
public void setDefinition(java.lang.String definition)
setDefinition
in interface Term