Interface OapiDocumentRoot


public interface OapiDocumentRoot
A representation of an Orchestra repository XML file model.

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
    • getXMLNSPrefixMap

      Map<String,String> getXMLNSPrefixMap()
      Returns a XMLNS Prefix map.
      Returns:
      a XMLNS Prefix map
    • getXSISchemaLocation

      Map<String,String> getXSISchemaLocation()
      Returns a XSI Schema Location map.
      Returns:
      a XSI Schema Location map
    • getActors

      OapiActors getActors()
      Returns a list of actors.
      Returns:
      a list of actors
      See Also:
    • setActors

      void setActors(OapiActors value)
      Set a list of actors.
      Parameters:
      value - the new value of the 'Actors' containment reference.
      See Also:
    • getCategories

      OapiCategories getCategories()
      Returns a list of categories.
      Returns:
      a list of categories
      See Also:
    • setCategories

      void setCategories(OapiCategories value)
      Set a list of categories.
      Parameters:
      value - the new value of the 'Categories' containment reference.
      See Also:
    • getCodeSets

      OapiCodeSets getCodeSets()
      Returns a list of codeSets.
      Returns:
      a list of codeSets
      See Also:
    • setCodeSets

      void setCodeSets(OapiCodeSets value)
      Set a list of codeSets.
      Parameters:
      value - the new value of the 'Code Sets' containment reference.
      See Also:
    • getComponents

      OapiComponents getComponents()
      Returns a list of components.
      Returns:
      a list of components
      See Also:
    • setComponents

      void setComponents(OapiComponents value)
      Set a list of components.
      Parameters:
      value - the new value of the 'Components' containment reference.
      See Also:
    • getConcepts

      OapiConcepts getConcepts()
      Returns a list of concepts.
      Returns:
      a list of concepts
      See Also:
    • setConcepts

      void setConcepts(OapiConcepts value)
      Set a list of concepts.
      Parameters:
      value - the new value of the 'Concepts' containment reference.
      See Also:
    • getDatatype

      OapiDatatype getDatatype()
      Returns a context-free value space.
      Returns:
      a context-free value space
      See Also:
    • setDatatype

      void setDatatype(OapiDatatype value)
      Set a context-free value space.
      Parameters:
      value - the new value of the 'Datatype' containment reference.
      See Also:
    • getDatatypes

      OapiDatatypes getDatatypes()
      Returns ta he list of datatypes.
      Returns:
      ta he list of datatypes
      See Also:
    • setDatatypes

      void setDatatypes(OapiDatatypes value)
      Set ta he list of datatypes.
      Parameters:
      value - the new value of the 'Datatypes' containment reference.
      See Also:
    • getFields

      OapiFields getFields()
      Returns a list of fields.
      Returns:
      a list of fields
      See Also:
    • setFields

      void setFields(OapiFields value)
      Set a list of fields.
      Parameters:
      value - the new value of the 'Fields' containment reference.
      See Also:
    • getGroups

      OapiGroups getGroups()
      Returns a list of groups.
      Returns:
      a list of groups
      See Also:
    • setGroups

      void setGroups(OapiGroups value)
      Set a list of groups.
      Parameters:
      value - the new value of the 'Groups' containment reference.
      See Also:
    • getMessages

      OapiMessages getMessages()
      Returns a list of messages.
      Returns:
      a list of messages
      See Also:
    • setMessages

      void setMessages(OapiMessages value)
      Set a list of messages.
      Parameters:
      value - the new value of the 'Messages' containment reference.
      See Also:
    • getRepository

      OapiRepository getRepository()
      Returns the root element of an Orchestra repository XML file.
      Returns:
      the root element of an Orchestra repository XML file
      See Also:
    • setRepository

      void setRepository(OapiRepository value)
      Set the root element of an Orchestra repository XML file.
      Parameters:
      value - the new value of the 'Repository' containment reference.
      See Also:
    • getSections

      OapiSections getSections()
      Returns a list of sections.
      Returns:
      a list of sections
      See Also:
    • setSections

      void setSections(OapiSections value)
      Set a list of sections.
      Parameters:
      value - the new value of the 'Sections' containment reference.
      See Also: