public interface StructureSetBean extends MaintainableBean
DEFAULT_VERSION
Modifier and Type | Method and Description |
---|---|
java.util.List<CategorySchemeMapBean> |
getCategorySchemeMapList() |
java.util.List<CodelistMapBean> |
getCodelistMapList()
CodelistMap links a source and target codes from different
lists where there is a semantic equivalence between them.
|
java.util.List<ConceptSchemeMapBean> |
getConceptSchemeMapList()
ConceptSchemeMap links a source and target concepts from different schemes where there is a semantic equivalence between them.
|
StructureSetMutableBean |
getMutableInstance()
Returns a representation of itself in a bean which can be modified, modifications to the mutable bean
are not reflected in the instance of the MaintainableBean.
|
java.util.List<OrganisationSchemeMapBean> |
getOrganisationSchemeMapList() |
RelatedStructuresBean |
getRelatedStructures()
RelatedStructures contains references to structures (key families and metadata structure definitions) and
structure usages (data flows and metadata flows) to indicate that a semantic relationship exist between them.
|
java.util.List<StructureMapBean> |
getStructureMapList()
StructureMap maps components from one structure to components to another structure,
and can describe how the value of the components are related.
|
StructureSetBean |
getStub(java.net.URL actualLocation,
boolean isServiceUrl)
Returns a stub reference of itself.
|
addAnnotations, getAgencyId, getEndDate, getServiceURL, getStartDate, getStructureURL, getVersion, isExternalReference, isFinal
getDescription, getDescriptions, getName, getNames
asReference, getAllTextTypes, getFullIdPath, getId, getUri, getUrn
getAnnotations, getAnnotationsByTitle, getAnnotationsByType, hasAnnotationType
getIdentifiableComposites, getIdentifiableParent, getMaintainableParent, getParent
deepEquals, getComposites, getComposites, getCrossReferences, getParent, getStructureType
RelatedStructuresBean getRelatedStructures()
java.util.List<StructureMapBean> getStructureMapList()
java.util.List<CodelistMapBean> getCodelistMapList()
java.util.List<CategorySchemeMapBean> getCategorySchemeMapList()
java.util.List<ConceptSchemeMapBean> getConceptSchemeMapList()
java.util.List<OrganisationSchemeMapBean> getOrganisationSchemeMapList()
StructureSetBean getStub(java.net.URL actualLocation, boolean isServiceUrl)
getStub
in interface MaintainableBean
actualLocation
- the URL indicating where the full structure can be returned fromisServiceUrl
- if true this URL will be present on the serviceURL attribute, otherwise it will be treated as a structureURL attributeStructureSetMutableBean getMutableInstance()
getMutableInstance
in interface MaintainableBean