Interface OapiSections


public interface OapiSections
A parent element containing sections.

The following attributes and references are supported:

  • Method Details

    • getList

      List<OapiSection> getList()
      Returns the list of sections.
      Returns:
      the list of sections
    • 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:
    • getLatestEP

      BigInteger getLatestEP()
      See Also:
    • setLatestEP

      void setLatestEP(BigInteger value)
      Sets the value of the 'Latest EP' attribute.
      Parameters:
      value - the new value of the 'Latest EP' attribute.
      See Also: