Class OrganizationsHandler
java.lang.Object
ch.tocco.nice2.optional.lms.impl.importer.manifest.unmarshal.handlers.OrganizationsHandler
- All Implemented Interfaces:
Handler
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the tag name where the handler is mapped to.void
setDefault
(String attrDefault)
-
Constructor Details
-
OrganizationsHandler
public OrganizationsHandler()
-
-
Method Details
-
setDefault
-
addOrganization
@Element("organization") @Cardinality(min=1, max=2147483647) public OrganizationHandler addOrganization() -
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.
-
getOrganizations
-