Package com.esprow.oapi.repository
Interface OapiRepository
public interface OapiRepository
 The root element of an Orchestra repository XML file.
 
 
 
 
The following attributes and references are supported:
- 
Method SummaryModifier and TypeMethodDescriptionReturns a list of actors.Returns all metadata on an element (documentation etc.).Returns the application version.Returns a list of categories.Returns a list of codeSets.Returns a list of components.Returns a list of concepts.Returns a list of datatypes.Returns the override language for conditional expressions.Returns a list of fields.Returns a list of groups.getGuid()Returns a globally unique identifier for the given schema file.Returns a list of messages.Returns the identifier and the issuer of the Orchestra file.getName()Returns the name of the repository.Returns an associated namespace as URI.Returns a list of sections.Returns a link to the external documentation.Returns the version of the protocol specification.voidsetActors(OapiActors value) Set a list of actors.voidsetAnnotation(OapiAnnotation value) Set all metadata on an element (documentation etc.).voidsetApplVerId(String value) Set the application version.voidsetCategories(OapiCategories value) Set a list of categories.voidsetCodeSets(OapiCodeSets value) Set a list of codeSets.voidsetComponents(OapiComponents value) Set a list of components.voidsetConcepts(OapiConcepts value) Set a list of concepts.voidsetDatatypes(OapiDatatypes value) Set a list of datatypes.voidsetExpressionLanguage(String value) Set the override language for conditional expressions.voidsetFields(OapiFields value) Set a list of fields.voidsetGroups(OapiGroups value) Set a list of groups.voidSet a globally unique identifier for the given schema file.voidsetLatestEP(BigInteger value) Sets the value of the 'Latest EP' attribute.voidsetMessages(OapiMessages value) Set a list of messages.voidSet the identifier and the issuer of the Orchestra file.voidSet the name of the repository.voidsetNamespace(String value) Set an associated namespace as URI.voidsetSections(OapiSections value) Set a list of sections.voidsetSpecUrl(String value) Set a link to the external documentation.voidsetVersion(String value) Set the version of the protocol specification.
- 
Method Details- 
getMetadataElementOrRefinementContainer getMetadata()Returns the identifier and the issuer of the Orchestra file.- Returns:
- the identifier and the issuer of the Orchestra file
- See Also:
 
- 
setMetadataSet the identifier and the issuer of the Orchestra file.- Parameters:
- value- the new value of the 'Metadata' containment reference.
- See Also:
 
- 
getCategoriesOapiCategories getCategories()Returns a list of categories.- Returns:
- a list of categories
- See Also:
 
- 
setCategoriesSet a list of categories.- Parameters:
- value- the new value of the 'Categories' containment reference.
- See Also:
 
- 
getSectionsOapiSections getSections()Returns a list of sections.- Returns:
- a list of sections
- See Also:
 
- 
setSectionsSet a list of sections.- Parameters:
- value- the new value of the 'Sections' containment reference.
- See Also:
 
- 
getDatatypesOapiDatatypes getDatatypes()Returns a list of datatypes.- Returns:
- a list of datatypes
- See Also:
 
- 
setDatatypesSet a list of datatypes.- Parameters:
- value- the new value of the 'Datatypes' containment reference.
- See Also:
 
- 
getCodeSetsOapiCodeSets getCodeSets()Returns a list of codeSets.- Returns:
- a list of codeSets
- See Also:
 
- 
setCodeSetsSet a list of codeSets.- Parameters:
- value- the new value of the 'Code Sets' containment reference.
- See Also:
 
- 
getFieldsOapiFields getFields()Returns a list of fields.- Returns:
- a list of fields
- See Also:
 
- 
setFieldsSet a list of fields.- Parameters:
- value- the new value of the 'Fields' containment reference.
- See Also:
 
- 
getActorsOapiActors getActors()Returns a list of actors.- Returns:
- a list of actors
- See Also:
 
- 
setActorsSet a list of actors.- Parameters:
- value- the new value of the 'Actors' containment reference.
- See Also:
 
- 
getComponentsOapiComponents getComponents()Returns a list of components.- Returns:
- a list of components
- See Also:
 
- 
setComponentsSet a list of components.- Parameters:
- value- the new value of the 'Components' containment reference.
- See Also:
 
- 
getGroupsOapiGroups getGroups()Returns a list of groups.- Returns:
- a list of groups
- See Also:
 
- 
setGroupsSet a list of groups.- Parameters:
- value- the new value of the 'Groups' containment reference.
- See Also:
 
- 
getMessagesOapiMessages getMessages()Returns a list of messages.- Returns:
- a list of messages
- See Also:
 
- 
setMessagesSet a list of messages.- Parameters:
- value- the new value of the 'Messages' containment reference.
- See Also:
 
- 
getConceptsOapiConcepts getConcepts()Returns a list of concepts.- Returns:
- a list of concepts
- See Also:
 
- 
setConceptsSet a list of concepts.- Parameters:
- value- the new value of the 'Concepts' containment reference.
- See Also:
 
- 
getAnnotationOapiAnnotation getAnnotation()Returns all metadata on an element (documentation etc.).- Returns:
- all metadata on an element (documentation etc.)
- See Also:
 
- 
setAnnotationSet all metadata on an element (documentation etc.).- Parameters:
- value- the new value of the 'Annotation' containment reference.
- See Also:
 
- 
getApplVerIdString getApplVerId()Returns the application version.- Returns:
- the application version
- See Also:
 
- 
setApplVerIdSet the application version.- Parameters:
- value- the new value of the 'Appl Ver Id' attribute.
- See Also:
 
- 
getExpressionLanguageString getExpressionLanguage()Returns the override language for conditional expressions. The default value is"Score".- Returns:
- the override language for conditional expressions
- See Also:
 
- 
setExpressionLanguageSet the override language for conditional expressions.- Parameters:
- value- the new value of the 'Expression Language' attribute.
- See Also:
 
- 
getGuidString getGuid()Returns a globally unique identifier for the given schema file.- Returns:
- a globally unique identifier for the given schema file
- See Also:
 
- 
setGuidSet a globally unique identifier for the given schema file.- Parameters:
- value- the new value of the 'Guid' attribute.
- See Also:
 
- 
getLatestEPBigInteger getLatestEP()- See Also:
 
- 
setLatestEPSets the value of the 'Latest EP' attribute.- Parameters:
- value- the new value of the 'Latest EP' attribute.
- See Also:
 
- 
getNameString getName()Returns the name of the repository.- Returns:
- the name of the repository
- See Also:
 
- 
setNameSet the name of the repository.- Parameters:
- value- the new value of the 'Name' attribute.
- See Also:
 
- 
getNamespaceString getNamespace()Returns an associated namespace as URI.- Returns:
- an associated namespace as URI
- See Also:
 
- 
setNamespaceSet an associated namespace as URI.- Parameters:
- value- the new value of the 'Namespace' attribute.
- See Also:
 
- 
getSpecUrlString getSpecUrl()Returns a link to the external documentation.- Returns:
- a link to the external documentation
- See Also:
 
- 
setSpecUrlSet a link to the external documentation.- Parameters:
- value- the new value of the 'Spec Url' attribute.
- See Also:
 
- 
getVersionString getVersion()Returns the version of the protocol specification.- Returns:
- the version of the protocol specification
- See Also:
 
- 
setVersionSet the version of the protocol specification.- Parameters:
- value- the new value of the 'Version' attribute.
- See Also:
 
 
-