Subversion Repositories SmartDukaan

Rev

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

Rev 1061 Rev 1313
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: 2011.01.04 at 10:48:21 AM IST 
5
// Generated on: 2011.04.04 at 04:52:17 PM IST 
6
//
6
//
7
 
7
 
8
 
8
 
9
package in.shop2020.metamodel.jaxb.facets;
9
package in.shop2020.metamodel.jaxb.facets;
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 CategoryFacetDefinitionType }
44
     * Create an instance of {@link FacetSlideDefinitionType }
45
     * 
45
     * 
46
     */
46
     */
47
    public CategoryFacetDefinitionType createCategoryFacetDefinitionType() {
47
    public FacetSlideDefinitionType createFacetSlideDefinitionType() {
48
        return new CategoryFacetDefinitionType();
48
        return new FacetSlideDefinitionType();
49
    }
49
    }
50
 
50
 
51
    /**
51
    /**
52
     * Create an instance of {@link IRDefinitionType }
52
     * Create an instance of {@link IRDefinitionType }
53
     * 
53
     * 
Line 55... Line 55...
55
    public IRDefinitionType createIRDefinitionType() {
55
    public IRDefinitionType createIRDefinitionType() {
56
        return new IRDefinitionType();
56
        return new IRDefinitionType();
57
    }
57
    }
58
 
58
 
59
    /**
59
    /**
60
     * Create an instance of {@link FacetDefinitionType }
60
     * Create an instance of {@link RuleDefinitionType }
61
     * 
61
     * 
62
     */
62
     */
63
    public FacetDefinitionType createFacetDefinitionType() {
63
    public RuleDefinitionType createRuleDefinitionType() {
64
        return new FacetDefinitionType();
64
        return new RuleDefinitionType();
65
    }
65
    }
66
 
66
 
67
    /**
67
    /**
68
     * Create an instance of {@link FacetRuleDefinitionType }
68
     * Create an instance of {@link FacetDefinitionType }
69
     * 
69
     * 
70
     */
70
     */
71
    public FacetRuleDefinitionType createFacetRuleDefinitionType() {
71
    public FacetDefinitionType createFacetDefinitionType() {
72
        return new FacetRuleDefinitionType();
72
        return new FacetDefinitionType();
73
    }
73
    }
74
 
74
 
75
    /**
75
    /**
76
     * Create an instance of {@link RuleDefinitionType }
76
     * Create an instance of {@link CategoryFacetDefinitionType }
77
     * 
77
     * 
78
     */
78
     */
79
    public RuleDefinitionType createRuleDefinitionType() {
79
    public CategoryFacetDefinitionType createCategoryFacetDefinitionType() {
80
        return new RuleDefinitionType();
80
        return new CategoryFacetDefinitionType();
81
    }
81
    }
82
 
82
 
83
    /**
83
    /**
84
     * Create an instance of {@link JAXBElement }{@code <}{@link IRDefinitionType }{@code >}}
84
     * Create an instance of {@link JAXBElement }{@code <}{@link IRDefinitionType }{@code >}}
85
     * 
85
     *