Package com.esprow.oapi.repository
Interface OapiConcepts
public interface OapiConcepts
-
Method Summary
-
Method Details
-
getList
List<OapiConcept> getList()Returns the list of concepts.- Returns:
- the list of concepts
-
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:
-