Package com.esprow.oapi.repository
Interface OapiCodeSets
public interface OapiCodeSets
-
Method Summary
-
Method Details
-
getList
List<OapiCodeSet> getList()Returns the list of code sets.- Returns:
- the list of code sets
-
getBase
String getBase()Returns an XML base (for more information see http://www.w3.org/TR/xmlbase/).- Returns:
- an XML base (for more information see http://www.w3.org/TR/xmlbase/)
- See Also:
-
setBase
Set an XML base (for more information see http://www.w3.org/TR/xmlbase/).- Parameters:
value
- the new value of the 'Base' attribute.- See Also:
-