Interface OapiConcepts


public interface OapiConcepts
A parent element containing the concepts.

The following attributes and references are supported:

  • Method Summary

    Modifier and Type
    Method
    Description
    Returns an XML base (for more information see http://www.w3.org/TR/xmlbase/).
    Returns the list of concepts.
    void
    setBase(String value)
    Set an XML base (for more information see http://www.w3.org/TR/xmlbase/).
  • 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

      void setBase(String value)
      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: