// // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4 // See http://java.sun.com/xml/jaxb // Any modifications to this file will be lost upon recompilation of the source schema. // Generated on: 2011.06.20 at 10:09:15 PM GMT+05:30 // package com.netapp.myasupnext.configcompare.jaxb.objlist; import java.math.BigInteger; import javax.xml.bind.JAXBElement; import javax.xml.bind.annotation.XmlElementDecl; import javax.xml.bind.annotation.XmlRegistry; import javax.xml.bind.annotation.adapters.CollapsedStringAdapter; import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter; import javax.xml.datatype.XMLGregorianCalendar; import javax.xml.namespace.QName; /** * This object contains factory methods for each * Java content interface and Java element interface * generated in the com.test.jaxb.objlist 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 _AsupReceivedDate_QNAME = new QName("", "asup_received_date"); private final static QName _AsupId_QNAME = new QName("", "asup_id"); private final static QName _SysSerialNo_QNAME = new QName("", "sys_serial_no"); private final static QName _ObjectView_QNAME = new QName("", "object_view"); private final static QName _AsupGenDate_QNAME = new QName("", "asup_gen_date"); private final static QName _SystemId_QNAME = new QName("", "system_id"); private final static QName _AsupType_QNAME = new QName("", "asup_type"); private final static QName _ClientId_QNAME = new QName("", "client_id"); private final static QName _StatusCode_QNAME = new QName("", "status_code"); private final static QName _AsupSubject_QNAME = new QName("", "asup_subject"); private final static QName _AsupGenZone_QNAME = new QName("", "asup_gen_zone"); private final static QName _SysVersion_QNAME = new QName("", "sys_version"); private final static QName _Hostname_QNAME = new QName("", "hostname"); private final static QName _Name_QNAME = new QName("", "name"); private final static QName _SysModel_QNAME = new QName("", "sys_model"); /** * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.test.jaxb.objlist * */ public ObjectFactory() { } /** * Create an instance of {@link List } * */ public List createList() { return new List(); } /** * Create an instance of {@link Object } * */ public Object createObject() { return new Object(); } /** * Create an instance of {@link Status } * */ public Status createStatus() { return new Status(); } /** * Create an instance of {@link Xml } * */ public Xml createXml() { return new Xml(); } /** * Create an instance of {@link Results } * */ public Results createResults() { return new Results(); } /** * Create an instance of {@link System } * */ public System createSystem() { return new System(); } /** * Create an instance of {@link Asups } * */ public Asups createAsups() { return new Asups(); } /** * Create an instance of {@link Asup } * */ public Asup createAsup() { return new Asup(); } /** * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}} * */ @XmlElementDecl(namespace = "", name = "asup_received_date") @XmlJavaTypeAdapter(CollapsedStringAdapter.class) public JAXBElement createAsupReceivedDate(String value) { return new JAXBElement(_AsupReceivedDate_QNAME, String.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link BigInteger }{@code >}} * */ @XmlElementDecl(namespace = "", name = "asup_id") public JAXBElement createAsupId(BigInteger value) { return new JAXBElement(_AsupId_QNAME, BigInteger.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link BigInteger }{@code >}} * */ @XmlElementDecl(namespace = "", name = "sys_serial_no") public JAXBElement createSysSerialNo(BigInteger value) { return new JAXBElement(_SysSerialNo_QNAME, BigInteger.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}} * */ @XmlElementDecl(namespace = "", name = "object_view") public JAXBElement createObjectView(String value) { return new JAXBElement(_ObjectView_QNAME, String.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link XMLGregorianCalendar }{@code >}} * */ @XmlElementDecl(namespace = "", name = "asup_gen_date") public JAXBElement createAsupGenDate(XMLGregorianCalendar value) { return new JAXBElement(_AsupGenDate_QNAME, XMLGregorianCalendar.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link BigInteger }{@code >}} * */ @XmlElementDecl(namespace = "", name = "system_id") public JAXBElement createSystemId(BigInteger value) { return new JAXBElement(_SystemId_QNAME, BigInteger.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}} * */ @XmlElementDecl(namespace = "", name = "asup_type") @XmlJavaTypeAdapter(CollapsedStringAdapter.class) public JAXBElement createAsupType(String value) { return new JAXBElement(_AsupType_QNAME, String.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}} * */ @XmlElementDecl(namespace = "", name = "client_id") @XmlJavaTypeAdapter(CollapsedStringAdapter.class) public JAXBElement createClientId(String value) { return new JAXBElement(_ClientId_QNAME, String.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}} * */ @XmlElementDecl(namespace = "", name = "status_code") @XmlJavaTypeAdapter(CollapsedStringAdapter.class) public JAXBElement createStatusCode(String value) { return new JAXBElement(_StatusCode_QNAME, String.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}} * */ @XmlElementDecl(namespace = "", name = "asup_subject") public JAXBElement createAsupSubject(String value) { return new JAXBElement(_AsupSubject_QNAME, String.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}} * */ @XmlElementDecl(namespace = "", name = "asup_gen_zone") @XmlJavaTypeAdapter(CollapsedStringAdapter.class) public JAXBElement createAsupGenZone(String value) { return new JAXBElement(_AsupGenZone_QNAME, String.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}} * */ @XmlElementDecl(namespace = "", name = "sys_version") @XmlJavaTypeAdapter(CollapsedStringAdapter.class) public JAXBElement createSysVersion(String value) { return new JAXBElement(_SysVersion_QNAME, String.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}} * */ @XmlElementDecl(namespace = "", name = "hostname") @XmlJavaTypeAdapter(CollapsedStringAdapter.class) public JAXBElement createHostname(String value) { return new JAXBElement(_Hostname_QNAME, String.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}} * */ @XmlElementDecl(namespace = "", name = "name") @XmlJavaTypeAdapter(CollapsedStringAdapter.class) public JAXBElement createName(String value) { return new JAXBElement(_Name_QNAME, String.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}} * */ @XmlElementDecl(namespace = "", name = "sys_model") @XmlJavaTypeAdapter(CollapsedStringAdapter.class) public JAXBElement createSysModel(String value) { return new JAXBElement(_SysModel_QNAME, String.class, null, value); } }