Class DefaultTransitManagerXml

    • Method Detail

      • store

        public Element store​(java.lang.Object o)
        Default implementation for storing the contents of a TransitManager.
        Parameters:
        o - Object to store, of type TransitManager
        Returns:
        Element containing the complete info
      • setStoreElementClass

        public void setStoreElementClass​(Element transits)
        Subclass provides implementation to create the correct top element, including the type information. Default implementation is to use the local class here.
        Parameters:
        transits - The top-level element being created
      • load

        public boolean load​(Element sharedTransits,
                            Element perNodeTransits)
        Create a TransitManager object of the correct class, then register and fill it.
        Specified by:
        load in interface XmlAdapter
        Overrides:
        load in class AbstractXmlAdapter
        Parameters:
        sharedTransits - Top level Element to unpack.
        perNodeTransits - Per-node top level Element to unpack.
        Returns:
        true if successful
      • loadTransits

        public void loadTransits​(Element sharedTransits,
                                 Element perNodeTransits)
        Utility method to load the individual Transit objects. If there's no additional info needed for a specific Transit type, invoke this with the parent of the set of Transit elements.
        Parameters:
        sharedTransits - Element containing the Transit elements to load.
        perNodeTransits - Per-node Element containing the Transit elements to load.