java.lang.Object
ch.tocco.nice2.optional.lms.impl.importer.manifest.unmarshal.handlers.LocationHandler
All Implemented Interfaces:
Handler

public class LocationHandler extends Object implements Handler
  • Constructor Details

    • LocationHandler

      public LocationHandler()
  • Method Details

    • setType

      @Attribute("type") public void setType(String type)
    • setLocationString

      @Content(PASSTHROUGH) public void setLocationString(String locationString)
    • getTagName

      public String getTagName()
      Description copied from interface: Handler
      Returns the tag name where the handler is mapped to.
      Specified by:
      getTagName in interface Handler
      Returns:
      the tag name where the handler is mapped to.