Class TechnicalHandler
java.lang.Object
ch.tocco.nice2.optional.lms.impl.importer.manifest.unmarshal.handlers.TechnicalHandler
- All Implemented Interfaces:
Handler
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the tag name where the handler is mapped to.void
void
setFormatLomNs
(String format) void
setFormatWoNs
(String format)
-
Constructor Details
-
TechnicalHandler
public TechnicalHandler()
-
-
Method Details
-
setFormat
@Element("imsmd:format") @Cardinality(min=0, max=2147483647) public void setFormat(@Content(PASSTHROUGH) String format) -
setFormatLomNs
@Element("lom:format") @Cardinality(min=0, max=2147483647) public void setFormatLomNs(@Content(PASSTHROUGH) String format) -
setFormatWoNs
@Element("format") @Cardinality(min=0, max=2147483647) public void setFormatWoNs(@Content(PASSTHROUGH) String format) -
addLocation
-
addLocationLomNs
-
addLocationWoNs
-
addRequirement
-
addRequirementLomNs
-
addRequirementWoNs
-
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.
-