Class ListTrackBinding


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

      Fields 
      Modifier and Type Field Description
      static java.lang.String LISTTRACK
      label for XML
      static java.lang.String LISTTRACKS
      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 ListTrack 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
    • Method Detail

      • marshal

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