Package com.esprow.oapi.repository
Interface OapiDocumentRoot
public interface OapiDocumentRoot
A representation of an Orchestra repository XML file model.
The following attributes and references are supported:
-
Method Summary
Modifier and TypeMethodDescriptionReturns a list of actors.Returns a list of all content present within the container, including elements and text nodes.Returns a list of categories.Returns a list of codeSets.Returns a list of components.Returns a list of concepts.Returns a context-free value space.Returns ta he list of datatypes.Returns a list of fields.Returns a list of groups.Returns a list of messages.Returns the root element of an Orchestra repository XML file.Returns a list of sections.Returns a XMLNS Prefix map.Returns a XSI Schema Location map.void
setActors
(OapiActors value) Set a list of actors.void
setCategories
(OapiCategories value) Set a list of categories.void
setCodeSets
(OapiCodeSets value) Set a list of codeSets.void
setComponents
(OapiComponents value) Set a list of components.void
setConcepts
(OapiConcepts value) Set a list of concepts.void
setDatatype
(OapiDatatype value) Set a context-free value space.void
setDatatypes
(OapiDatatypes value) Set ta he list of datatypes.void
setFields
(OapiFields value) Set a list of fields.void
setGroups
(OapiGroups value) Set a list of groups.void
setMessages
(OapiMessages value) Set a list of messages.void
setRepository
(OapiRepository value) Set the root element of an Orchestra repository XML file.void
setSections
(OapiSections value) Set a list of sections.
-
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
Returns a XMLNS Prefix map.- Returns:
- a XMLNS Prefix map
-
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
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
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
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
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
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
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
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
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
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
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
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
Set a list of sections.- Parameters:
value
- the new value of the 'Sections' containment reference.- See Also:
-