// // 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:49:30 PM PDT // package com.megacorp.projectx.xml.jaxb; import javax.xml.bind.JAXBElement; import javax.xml.bind.annotation.XmlElementDecl; import javax.xml.bind.annotation.XmlRegistry; import javax.xml.namespace.QName; /** * 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 { private final static QName _RootPeopleEmployeeUSW2Manager_QNAME = new QName("", "Manager"); private final static QName _RootPeopleEmployeeUSW2YearStart_QNAME = new QName("", "YearStart"); private final static QName _RootPeopleEmployeeUSW2EmpNumber_QNAME = new QName("", "EmpNumber"); private final static QName _RootPeopleEmployeeUS1099Phone_QNAME = new QName("", "Phone"); private final static QName _RootPeopleEmployeeUS1099SsnNumber_QNAME = new QName("", "SsnNumber"); private final static QName _RootPeopleEmployeeUS1099Relationship_QNAME = new QName("", "Relationship"); private final static QName _RootPeopleEmployeeUS1099CorpAddress_QNAME = new QName("", "CorpAddress"); private final static QName _RootPeopleEmployeeUS1099CorpName_QNAME = new QName("", "CorpName"); /** * 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.USW2 } * */ public Root.People.Employee.USW2 createRootPeopleEmployeeUSW2() { return new Root.People.Employee.USW2(); } /** * Create an instance of {@link Root.People } * */ public Root.People createRootPeople() { return new Root.People(); } /** * Create an instance of {@link Root } * */ public Root createRoot() { return new Root(); } /** * 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.Employee } * */ public Root.People.Employee createRootPeopleEmployee() { return new Root.People.Employee(); } /** * Create an instance of {@link Root.Corporation } * */ public Root.Corporation createRootCorporation() { return new Root.Corporation(); } /** * 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 JAXBElement }{@code <}{@link String }{@code >}} * */ @XmlElementDecl(namespace = "", name = "Manager", scope = Root.People.Employee.USW2 .class) public JAXBElement createRootPeopleEmployeeUSW2Manager(String value) { return new JAXBElement(_RootPeopleEmployeeUSW2Manager_QNAME, String.class, Root.People.Employee.USW2 .class, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}} * */ @XmlElementDecl(namespace = "", name = "YearStart", scope = Root.People.Employee.USW2 .class) public JAXBElement createRootPeopleEmployeeUSW2YearStart(String value) { return new JAXBElement(_RootPeopleEmployeeUSW2YearStart_QNAME, String.class, Root.People.Employee.USW2 .class, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link Integer }{@code >}} * */ @XmlElementDecl(namespace = "", name = "EmpNumber", scope = Root.People.Employee.USW2 .class) public JAXBElement createRootPeopleEmployeeUSW2EmpNumber(Integer value) { return new JAXBElement(_RootPeopleEmployeeUSW2EmpNumber_QNAME, Integer.class, Root.People.Employee.USW2 .class, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}} * */ @XmlElementDecl(namespace = "", name = "Phone", scope = Root.People.Employee.US1099 .class, defaultValue = "1-800-555-1212") public JAXBElement createRootPeopleEmployeeUS1099Phone(String value) { return new JAXBElement(_RootPeopleEmployeeUS1099Phone_QNAME, String.class, Root.People.Employee.US1099 .class, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}} * */ @XmlElementDecl(namespace = "", name = "SsnNumber", scope = Root.People.Employee.US1099 .class) public JAXBElement createRootPeopleEmployeeUS1099SsnNumber(String value) { return new JAXBElement(_RootPeopleEmployeeUS1099SsnNumber_QNAME, String.class, Root.People.Employee.US1099 .class, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link ERelation }{@code >}} * */ @XmlElementDecl(namespace = "", name = "Relationship", scope = Root.People.Employee.US1099 .class) public JAXBElement createRootPeopleEmployeeUS1099Relationship(ERelation value) { return new JAXBElement(_RootPeopleEmployeeUS1099Relationship_QNAME, ERelation.class, Root.People.Employee.US1099 .class, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}} * */ @XmlElementDecl(namespace = "", name = "CorpAddress", scope = Root.People.Employee.US1099 .class) public JAXBElement createRootPeopleEmployeeUS1099CorpAddress(String value) { return new JAXBElement(_RootPeopleEmployeeUS1099CorpAddress_QNAME, String.class, Root.People.Employee.US1099 .class, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}} * */ @XmlElementDecl(namespace = "", name = "CorpName", scope = Root.People.Employee.US1099 .class) public JAXBElement createRootPeopleEmployeeUS1099CorpName(String value) { return new JAXBElement(_RootPeopleEmployeeUS1099CorpName_QNAME, String.class, Root.People.Employee.US1099 .class, value); } }