Class XJdfLib


  • public class XJdfLib
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String BUILD_DATE
      XJdfLib Build datetime
      static java.lang.String VERSION
      XJdfLib Version
    • Constructor Summary

      Constructors 
      Constructor Description
      XJdfLib()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void init()
      Helper method to initialize the library's JAXBContext.
      • Methods inherited from class java.lang.Object

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

      • VERSION

        public static final java.lang.String VERSION
        XJdfLib Version
      • BUILD_DATE

        public static final java.lang.String BUILD_DATE
        XJdfLib Build datetime
    • Constructor Detail

      • XJdfLib

        public XJdfLib()