Package net.opengis.swe.v20
Interface HasCodeSpace
- All Known Subinterfaces:
Category,CategoryOrRange,CategoryRange
- All Known Implementing Classes:
CategoryImpl,CategoryRangeImpl
public interface HasCodeSpace
Tagging interface for data components that have a code space
- Since:
- Nov 7, 2014
-
Method Summary
Modifier and TypeMethodDescriptionGets the codeSpace propertybooleanChecks if codeSpace is setvoidsetCodeSpace(String codeSpaceUri) Sets the codeSpace property
-
Method Details
-
getCodeSpace
String getCodeSpace()Gets the codeSpace property -
isSetCodeSpace
boolean isSetCodeSpace()Checks if codeSpace is set -
setCodeSpace
Sets the codeSpace property
-