ObjectFactory.java

  1. //
  2. // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.3.0
  3. // See <a href="https://javaee.github.io/jaxb-v2/">https://javaee.github.io/jaxb-v2/</a>
  4. // Any modifications to this file will be lost upon recompilation of the source schema.
  5. // Generated on: 2019.08.22 at 12:18:25 PM UTC
  6. //


  7. package gov.ojp.it.jxdm._3_0_3.proxy.xsd._1;

  8. import javax.xml.bind.annotation.XmlRegistry;


  9. /**
  10.  * This object contains factory methods for each
  11.  * Java content interface and Java element interface
  12.  * generated in the gov.ojp.it.jxdm._3_0_3.proxy.xsd._1 package.
  13.  * <p>An ObjectFactory allows you to programatically
  14.  * construct new instances of the Java representation
  15.  * for XML content. The Java representation of XML
  16.  * content can consist of schema derived interfaces
  17.  * and classes representing the binding of schema
  18.  * type definitions, element declarations and model
  19.  * groups.  Factory methods for each of these are
  20.  * provided in this class.
  21.  *
  22.  */
  23. @XmlRegistry
  24. public class ObjectFactory {


  25.     /**
  26.      * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: gov.ojp.it.jxdm._3_0_3.proxy.xsd._1
  27.      *
  28.      */
  29.     public ObjectFactory() {
  30.     }

  31.     /**
  32.      * Create an instance of {@link Date }
  33.      *
  34.      */
  35.     public Date createDate() {
  36.         return new Date();
  37.     }

  38.     /**
  39.      * Create an instance of {@link String }
  40.      *
  41.      */
  42.     public String createString() {
  43.         return new String();
  44.     }

  45.     /**
  46.      * Create an instance of {@link GMonth }
  47.      *
  48.      */
  49.     public GMonth createGMonth() {
  50.         return new GMonth();
  51.     }

  52.     /**
  53.      * Create an instance of {@link GYear }
  54.      *
  55.      */
  56.     public GYear createGYear() {
  57.         return new GYear();
  58.     }

  59.     /**
  60.      * Create an instance of {@link Base64Binary }
  61.      *
  62.      */
  63.     public Base64Binary createBase64Binary() {
  64.         return new Base64Binary();
  65.     }

  66. }