// // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.2-147 // See http://java.sun.com/xml/jaxb // Any modifications to this file will be lost upon recompilation of the source schema. // Generated on: 2014.08.30 at 06:23:18 PM PDT // package com.megacorp.projectx.xml.jaxb; import javax.xml.bind.annotation.XmlRegistry; /** * This object contains factory methods for each * Java content interface and Java element interface * generated in the com.megacorp.projectx.xml.jaxb package. *

An ObjectFactory allows you to programatically * construct new instances of the Java representation * for XML content. The Java representation of XML * content can consist of schema derived interfaces * and classes representing the binding of schema * type definitions, element declarations and model * groups. Factory methods for each of these are * provided in this class. * */ @XmlRegistry public class ObjectFactory { /** * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.megacorp.projectx.xml.jaxb * */ public ObjectFactory() { } /** * Create an instance of {@link Root.People.Employee.Data } * */ public Root.People.Employee.Data createRootPeopleEmployeeData() { return new Root.People.Employee.Data(); } /** * Create an instance of {@link Root.People.Employee } * */ public Root.People.Employee createRootPeopleEmployee() { return new Root.People.Employee(); } /** * Create an instance of {@link Root } * */ public Root createRoot() { return new Root(); } /** * Create an instance of {@link Root.Corporation } * */ public Root.Corporation createRootCorporation() { return new Root.Corporation(); } /** * Create an instance of {@link Root.People.Employee.USW2 } * */ public Root.People.Employee.USW2 createRootPeopleEmployeeUSW2() { return new Root.People.Employee.USW2(); } /** * Create an instance of {@link Root.People.Employee.US1099 } * */ public Root.People.Employee.US1099 createRootPeopleEmployeeUS1099() { return new Root.People.Employee.US1099(); } /** * Create an instance of {@link Root.People } * */ public Root.People createRootPeople() { return new Root.People(); } }