RoundtripTest.java 622 B

123456789101112131415161718
  1. //
  2. // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v1.0.6-01/24/2006 06:08 PM(kohsuke)-fcs
  3. // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
  4. // Any modifications to this file will be lost upon recompilation of the source schema.
  5. // Generated on: 2018.09.10 at 08:01:16 AM PDT
  6. //
  7. public class RoundtripTest
  8. extends org.jvnet.hyperjaxb2.runtime.tests.RoundtripTest
  9. implements org.jvnet.jaxbcommons.xml.bind.ContextPathAware
  10. {
  11. public java.lang.String getContextPath() {
  12. return "magoffin.matt.ieat.domain";
  13. }
  14. }