public interface HasCodeSpace
Tagging interface for data components that have a code space
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCodeSpace()
Gets the codeSpace property
|
boolean |
isSetCodeSpace()
Checks if codeSpace is set
|
void |
setCodeSpace(java.lang.String codeSpaceUri)
Sets the codeSpace property
|