Class SearchTrackBinding


  • public final class SearchTrackBinding
    extends java.lang.Object
    Author:
    Daniela Butano
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String SEARCHTRACK
      label for XML
      static java.lang.String SEARCHTRACKS
      label for XML
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void marshal​(ObjectStore uos, javax.xml.stream.XMLStreamWriter writer)
      Convert a SearchTrack to XML and write XML to given writer.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • SEARCHTRACKS

        public static final java.lang.String SEARCHTRACKS
        label for XML
        See Also:
        Constant Field Values
      • SEARCHTRACK

        public static final java.lang.String SEARCHTRACK
        label for XML
        See Also:
        Constant Field Values
    • Method Detail

      • marshal

        public static void marshal​(ObjectStore uos,
                                   javax.xml.stream.XMLStreamWriter writer)
        Convert a SearchTrack to XML and write XML to given writer.
        Parameters:
        uos - the UserObjectStore
        writer - the XMLStreamWriter to write to