Subversion Repositories SmartDukaan

Rev

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

Rev 323 Rev 580
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.18 at 08:59:26 PM IST 
5
// Generated on: 2011.01.04 at 10:48:21 AM 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 FacetRuleDefinitionType }
44
     * Create an instance of {@link CategoryFacetDefinitionType }
45
     * 
45
     * 
46
     */
46
     */
47
    public FacetRuleDefinitionType createFacetRuleDefinitionType() {
47
    public CategoryFacetDefinitionType createCategoryFacetDefinitionType() {
48
        return new FacetRuleDefinitionType();
48
        return new CategoryFacetDefinitionType();
49
    }
49
    }
50
 
50
 
51
    /**
51
    /**
52
     * Create an instance of {@link IRDefinitionType }
52
     * Create an instance of {@link IRDefinitionType }
53
     * 
53
     * 
Line 63... Line 63...
63
    public FacetDefinitionType createFacetDefinitionType() {
63
    public FacetDefinitionType createFacetDefinitionType() {
64
        return new FacetDefinitionType();
64
        return new FacetDefinitionType();
65
    }
65
    }
66
 
66
 
67
    /**
67
    /**
68
     * Create an instance of {@link RuleDefinitionType }
68
     * Create an instance of {@link FacetRuleDefinitionType }
69
     * 
69
     * 
70
     */
70
     */
71
    public RuleDefinitionType createRuleDefinitionType() {
71
    public FacetRuleDefinitionType createFacetRuleDefinitionType() {
72
        return new RuleDefinitionType();
72
        return new FacetRuleDefinitionType();
73
    }
73
    }
74
 
74
 
75
    /**
75
    /**
76
     * Create an instance of {@link CategoryFacetDefinitionType }
76
     * Create an instance of {@link RuleDefinitionType }
77
     * 
77
     * 
78
     */
78
     */
79
    public CategoryFacetDefinitionType createCategoryFacetDefinitionType() {
79
    public RuleDefinitionType createRuleDefinitionType() {
80
        return new CategoryFacetDefinitionType();
80
        return new RuleDefinitionType();
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
     *