Interface OapiAppInfo

All Superinterfaces:
OapiBaseEntity

public interface OapiAppInfo extends OapiBaseEntity
A description of an element that can contain links to external references or standards.

The following attributes and references are supported:

  • Method Details

    • getAllContents

      MixedContent getAllContents()
      Returns a list of all content present within the container, including elements and text nodes.
      Returns:
      a list of all content present within the container, including elements and text nodes
    • getAllElements

      MixedContent getAllElements()
      Returns a list of all elements present within the container.
      Returns:
      a list of all elements present within the container
    • getAllAttributes

      MixedContent getAllAttributes()
      Returns a list of all attributes present in the tag.
      Returns:
      a list of all attributes present in the tag
    • getSpecUrl

      String getSpecUrl()
      Returns a link to the external documentation.
      Returns:
      a link to the external documentation
      See Also:
    • setSpecUrl

      void setSpecUrl(String value)
      Set a link to the external documentation.
      Parameters:
      value - the new value of the 'Spec Url' attribute.
      See Also:
    • getLangId

      String getLangId()
      Returns the language of the annotation.
      Returns:
      the language of the annotation
      See Also:
    • setLangId

      void setLangId(String value)
      Set the language of the annotation.
      Parameters:
      value - the new value of the 'Lang Id' attribute.
      See Also:
    • getPurpose

      Object getPurpose()
      Returns the purpose of the annotation.
      Returns:
      the purpose of the annotation
      See Also:
    • setPurpose

      void setPurpose(Object value)
      Set the purpose of the annotation.
      Parameters:
      value - the new value of the 'Purpose' attribute.
      See Also: