Subversion Repositories SmartDukaan

Rev

Rev 69 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 69 Rev 70
Line 1... Line 1...
1
//
1
//
2
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.1-b02-fcs 
2
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.1-b02-fcs 
3
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> 
3
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> 
4
// Any modifications to this file will be lost upon recompilation of the source schema. 
4
// Any modifications to this file will be lost upon recompilation of the source schema. 
5
// Generated on: 2010.03.09 at 01:25:06 PM IST 
5
// Generated on: 2010.03.09 at 08:33:16 PM IST 
6
//
6
//
7
 
7
 
8
 
8
 
9
package in.shop2020.metamodel.jaxb.comparison;
9
package in.shop2020.metamodel.jaxb.comparison;
10
 
10
 
Line 39... Line 39...
39
     */
39
     */
40
    public ObjectFactory() {
40
    public ObjectFactory() {
41
    }
41
    }
42
 
42
 
43
    /**
43
    /**
44
     * Create an instance of {@link CMPSlideRuleDefinitionType }
44
     * Create an instance of {@link CMPDefinitionType }
45
     * 
45
     * 
46
     */
46
     */
47
    public CMPSlideRuleDefinitionType createCMPSlideRuleDefinitionType() {
47
    public CMPDefinitionType createCMPDefinitionType() {
48
        return new CMPSlideRuleDefinitionType();
48
        return new CMPDefinitionType();
49
    }
49
    }
50
 
50
 
51
    /**
51
    /**
52
     * Create an instance of {@link CMPCategorySlideRuleDefinitionType }
52
     * Create an instance of {@link CMPSlideRuleDefinitionType }
53
     * 
53
     * 
54
     */
54
     */
55
    public CMPCategorySlideRuleDefinitionType createCMPCategorySlideRuleDefinitionType() {
55
    public CMPSlideRuleDefinitionType createCMPSlideRuleDefinitionType() {
56
        return new CMPCategorySlideRuleDefinitionType();
56
        return new CMPSlideRuleDefinitionType();
57
    }
57
    }
58
 
58
 
59
    /**
59
    /**
60
     * Create an instance of {@link CMPRuleDefinitionType }
60
     * Create an instance of {@link CMPRuleDefinitionType }
61
     * 
61
     * 
Line 63... Line 63...
63
    public CMPRuleDefinitionType createCMPRuleDefinitionType() {
63
    public CMPRuleDefinitionType createCMPRuleDefinitionType() {
64
        return new CMPRuleDefinitionType();
64
        return new CMPRuleDefinitionType();
65
    }
65
    }
66
 
66
 
67
    /**
67
    /**
68
     * Create an instance of {@link CMPDefinitionType }
-
 
69
     * 
-
 
70
     */
-
 
71
    public CMPDefinitionType createCMPDefinitionType() {
-
 
72
        return new CMPDefinitionType();
-
 
73
    }
-
 
74
 
-
 
75
    /**
-
 
76
     * Create an instance of {@link JAXBElement }{@code <}{@link CMPDefinitionType }{@code >}}
68
     * Create an instance of {@link JAXBElement }{@code <}{@link CMPDefinitionType }{@code >}}
77
     * 
69
     * 
78
     */
70
     */
79
    @XmlElementDecl(namespace = "http://shop2020.in", name = "CMPDefinition")
71
    @XmlElementDecl(namespace = "http://shop2020.in", name = "CMPDefinition")
80
    public JAXBElement<CMPDefinitionType> createCMPDefinition(CMPDefinitionType value) {
72
    public JAXBElement<CMPDefinitionType> createCMPDefinition(CMPDefinitionType value) {