Subversion Repositories SmartDukaan

Rev

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

Rev 61 Rev 62
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.01 at 08:22:58 PM IST 
5
// Generated on: 2010.03.02 at 02:02:01 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 RuleDefinitionType }
44
     * Create an instance of {@link IRDefinitionType }
45
     * 
45
     * 
46
     */
46
     */
47
    public RuleDefinitionType createRuleDefinitionType() {
47
    public IRDefinitionType createIRDefinitionType() {
48
        return new RuleDefinitionType();
48
        return new IRDefinitionType();
49
    }
49
    }
50
 
50
 
51
    /**
51
    /**
52
     * Create an instance of {@link FacetDefinitionType }
52
     * Create an instance of {@link FacetDefinitionType }
53
     * 
53
     * 
Line 55... Line 55...
55
    public FacetDefinitionType createFacetDefinitionType() {
55
    public FacetDefinitionType createFacetDefinitionType() {
56
        return new FacetDefinitionType();
56
        return new FacetDefinitionType();
57
    }
57
    }
58
 
58
 
59
    /**
59
    /**
60
     * Create an instance of {@link IRDefinitionType }
60
     * Create an instance of {@link RuleDefinitionType }
61
     * 
61
     * 
62
     */
62
     */
63
    public IRDefinitionType createIRDefinitionType() {
63
    public RuleDefinitionType createRuleDefinitionType() {
64
        return new IRDefinitionType();
64
        return new RuleDefinitionType();
65
    }
65
    }
66
 
66
 
67
    /**
67
    /**
68
     * Create an instance of {@link CategoryFacetDefinitionType }
68
     * Create an instance of {@link CategoryFacetDefinitionType }
69
     * 
69
     *