Class GeneralHandler
java.lang.Object
ch.tocco.nice2.optional.lms.impl.importer.manifest.unmarshal.handlers.GeneralHandler
- All Implemented Interfaces:
Handler
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionaddTitle()
Returns the tag name where the handler is mapped to.getTitle()
void
setLanguageWoNs
(String language)
-
Constructor Details
-
GeneralHandler
public GeneralHandler()
-
-
Method Details
-
addTitle
-
addTitleLomNs
-
addTitleWoNs
-
addCatalogEntry
@Element("imsmd:catalogentry") @Cardinality(min=0, max=2147483647) public CatalogEntryHandler addCatalogEntry() -
addCatalogEntryLomNs
@Element("lom:catalogentry") @Cardinality(min=0, max=2147483647) public CatalogEntryHandler addCatalogEntryLomNs() -
addCatalogEntryWoNs
@Element("catalogentry") @Cardinality(min=0, max=2147483647) public CatalogEntryHandler addCatalogEntryWoNs() -
addDescription
-
addDescriptionLomNs
@Element("lom:description") @Cardinality(min=0, max=1) public DescriptionHandler addDescriptionLomNs() -
addDescriptionWoNs
-
addKeyword
-
addKeywordLomNs
-
addKeywordWoNs
-
addAggregationLevel
@Element("imsmd:aggregationlevel") @Cardinality(min=0, max=1) public SourceValueHandler addAggregationLevel() -
addAggregationLevelLomNs
@Element("lom:aggregationlevel") @Cardinality(min=0, max=1) public SourceValueHandler addAggregationLevelLomNs() -
addAggregationLevelWoNs
@Element("aggregationlevel") @Cardinality(min=0, max=1) public SourceValueHandler addAggregationLevelWoNs() -
setLanguageWoNs
@Cardinality(min=0, max=2147483647) @Element("language") public void setLanguageWoNs(@Content(PASSTHROUGH) String language) -
getTagName
Description copied from interface:Handler
Returns the tag name where the handler is mapped to.- Specified by:
getTagName
in interfaceHandler
- Returns:
- the tag name where the handler is mapped to.
-
getTitle
-