// // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-833 // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> // Any modifications to this file will be lost upon recompilation of the source schema. // Generated on: 2011.12.12 at 03:51:35 PM CET // package org.dmtf.schemas.wbem.wscim._1.cim_schema._2.cim_installedproduct; import javax.xml.bind.JAXBElement; import javax.xml.bind.annotation.XmlElementDecl; import javax.xml.bind.annotation.XmlRegistry; import javax.xml.namespace.QName; import org.dmtf.schemas.wbem.wscim._1.common.CimString; /** * This object contains factory methods for each * Java content interface and Java element interface * generated in the org.dmtf.schemas.wbem.wscim._1.cim_schema._2.cim_installedproduct package. * <p>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 _ElementName_QNAME = new QName("http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_InstalledProduct", "ElementName"); private final static QName _Description_QNAME = new QName("http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_InstalledProduct", "Description"); private final static QName _InstanceID_QNAME = new QName("http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_InstalledProduct", "InstanceID"); private final static QName _Name_QNAME = new QName("http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_InstalledProduct", "Name"); private final static QName _Caption_QNAME = new QName("http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_InstalledProduct", "Caption"); private final static QName _CIMInstalledProduct_QNAME = new QName("http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_InstalledProduct", "CIM_InstalledProduct"); /** * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.dmtf.schemas.wbem.wscim._1.cim_schema._2.cim_installedproduct * */ public ObjectFactory() { } /** * Create an instance of {@link Name } * */ public Name createName() { return new Name(); } /** * Create an instance of {@link ProductIdentifyingNumber } * */ public ProductIdentifyingNumber createProductIdentifyingNumber() { return new ProductIdentifyingNumber(); } /** * Create an instance of {@link ProductVendor } * */ public ProductVendor createProductVendor() { return new ProductVendor(); } /** * Create an instance of {@link CIMInstalledProductType } * */ public CIMInstalledProductType createCIMInstalledProductType() { return new CIMInstalledProductType(); } /** * Create an instance of {@link Caption } * */ public Caption createCaption() { return new Caption(); } /** * Create an instance of {@link SystemID } * */ public SystemID createSystemID() { return new SystemID(); } /** * Create an instance of {@link ProductVersion } * */ public ProductVersion createProductVersion() { return new ProductVersion(); } /** * Create an instance of {@link CollectionID } * */ public CollectionID createCollectionID() { return new CollectionID(); } /** * Create an instance of {@link ProductName } * */ public ProductName createProductName() { return new ProductName(); } /** * Create an instance of {@link JAXBElement }{@code <}{@link CimString }{@code >}} * */ @XmlElementDecl(namespace = "http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_InstalledProduct", name = "ElementName") public JAXBElement<CimString> createElementName(CimString value) { return new JAXBElement<CimString>(_ElementName_QNAME, CimString.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link CimString }{@code >}} * */ @XmlElementDecl(namespace = "http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_InstalledProduct", name = "Description") public JAXBElement<CimString> createDescription(CimString value) { return new JAXBElement<CimString>(_Description_QNAME, CimString.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link CimString }{@code >}} * */ @XmlElementDecl(namespace = "http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_InstalledProduct", name = "InstanceID") public JAXBElement<CimString> createInstanceID(CimString value) { return new JAXBElement<CimString>(_InstanceID_QNAME, CimString.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link Name }{@code >}} * */ @XmlElementDecl(namespace = "http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_InstalledProduct", name = "Name") public JAXBElement<Name> createName(Name value) { return new JAXBElement<Name>(_Name_QNAME, Name.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link Caption }{@code >}} * */ @XmlElementDecl(namespace = "http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_InstalledProduct", name = "Caption") public JAXBElement<Caption> createCaption(Caption value) { return new JAXBElement<Caption>(_Caption_QNAME, Caption.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link CIMInstalledProductType }{@code >}} * */ @XmlElementDecl(namespace = "http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_InstalledProduct", name = "CIM_InstalledProduct") public JAXBElement<CIMInstalledProductType> createCIMInstalledProduct(CIMInstalledProductType value) { return new JAXBElement<CIMInstalledProductType>(_CIMInstalledProduct_QNAME, CIMInstalledProductType.class, null, value); } }