Rev 1061 | 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.06.08 at 03:45:16 PM IST//package in.shop2020.metamodel.jaxb.core;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.core 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 _Definition_QNAME = new QName("http://shop2020.in", "Definition");/*** Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: in.shop2020.metamodel.jaxb.core**/public ObjectFactory() {}/*** Create an instance of {@link DefinitionType }**/public DefinitionType createDefinitionType() {return new DefinitionType();}/*** Create an instance of {@link CategoryType }**/public CategoryType createCategoryType() {return new CategoryType();}/*** Create an instance of {@link HelpDocDefinitionType }**/public HelpDocDefinitionType createHelpDocDefinitionType() {return new HelpDocDefinitionType();}/*** Create an instance of {@link EnumValueType }**/public EnumValueType createEnumValueType() {return new EnumValueType();}/*** Create an instance of {@link DatatypeDefinitionType }**/public DatatypeDefinitionType createDatatypeDefinitionType() {return new DatatypeDefinitionType();}/*** Create an instance of {@link EnumDefinitionType }**/public EnumDefinitionType createEnumDefinitionType() {return new EnumDefinitionType();}/*** Create an instance of {@link BulletDefinitionType }**/public BulletDefinitionType createBulletDefinitionType() {return new BulletDefinitionType();}/*** Create an instance of {@link CategorySlideSequenceType }**/public CategorySlideSequenceType createCategorySlideSequenceType() {return new CategorySlideSequenceType();}/*** Create an instance of {@link SlideDefinitionType }**/public SlideDefinitionType createSlideDefinitionType() {return new SlideDefinitionType();}/*** Create an instance of {@link SlideFeatureDefinitionType }**/public SlideFeatureDefinitionType createSlideFeatureDefinitionType() {return new SlideFeatureDefinitionType();}/*** Create an instance of {@link CompositePartDefinitionType }**/public CompositePartDefinitionType createCompositePartDefinitionType() {return new CompositePartDefinitionType();}/*** Create an instance of {@link FeatureDefinitionType }**/public FeatureDefinitionType createFeatureDefinitionType() {return new FeatureDefinitionType();}/*** Create an instance of {@link CategorySlideDefinitionType }**/public CategorySlideDefinitionType createCategorySlideDefinitionType() {return new CategorySlideDefinitionType();}/*** Create an instance of {@link UnitType }**/public UnitType createUnitType() {return new UnitType();}/*** Create an instance of {@link CompositeDefinitionType }**/public CompositeDefinitionType createCompositeDefinitionType() {return new CompositeDefinitionType();}/*** Create an instance of {@link JAXBElement }{@code <}{@link DefinitionType }{@code >}}**/@XmlElementDecl(namespace = "http://shop2020.in", name = "Definition")public JAXBElement<DefinitionType> createDefinition(DefinitionType value) {return new JAXBElement<DefinitionType>(_Definition_QNAME, DefinitionType.class, null, value);}}