Rev 323 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
//// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.1-b02-fcs// 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.01.04 at 10:49:27 AM IST//package in.shop2020.metamodel.jaxb.comparison;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 in.shop2020.metamodel.jaxb.comparison 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.**/@XmlRegistrypublic class ObjectFactory {private final static QName _CMPDefinition_QNAME = new QName("http://shop2020.in", "CMPDefinition");/*** Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: in.shop2020.metamodel.jaxb.comparison**/public ObjectFactory() {}/*** Create an instance of {@link CMPRuleDefinitionType }**/public CMPRuleDefinitionType createCMPRuleDefinitionType() {return new CMPRuleDefinitionType();}/*** Create an instance of {@link CMPBucketDefinitionType }**/public CMPBucketDefinitionType createCMPBucketDefinitionType() {return new CMPBucketDefinitionType();}/*** Create an instance of {@link CMPSlideRuleDefinitionType }**/public CMPSlideRuleDefinitionType createCMPSlideRuleDefinitionType() {return new CMPSlideRuleDefinitionType();}/*** Create an instance of {@link CMPDefinitionType }**/public CMPDefinitionType createCMPDefinitionType() {return new CMPDefinitionType();}/*** Create an instance of {@link JAXBElement }{@code <}{@link CMPDefinitionType }{@code >}}**/@XmlElementDecl(namespace = "http://shop2020.in", name = "CMPDefinition")public JAXBElement<CMPDefinitionType> createCMPDefinition(CMPDefinitionType value) {return new JAXBElement<CMPDefinitionType>(_CMPDefinition_QNAME, CMPDefinitionType.class, null, value);}}