Subversion Repositories SmartDukaan

Rev

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

Rev 58 Rev 61
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 06:33:13 PM IST 
5
// Generated on: 2010.03.01 at 08:22:58 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 RuleDefinitionType }
45
     * 
45
     * 
46
     */
46
     */
47
    public CategoryFacetDefinitionType createCategoryFacetDefinitionType() {
47
    public RuleDefinitionType createRuleDefinitionType() {
48
        return new CategoryFacetDefinitionType();
48
        return new RuleDefinitionType();
49
    }
49
    }
50
 
50
 
51
    /**
51
    /**
52
     * Create an instance of {@link FacetDefinitionType }
52
     * Create an instance of {@link FacetDefinitionType }
53
     * 
53
     * 
Line 63... Line 63...
63
    public IRDefinitionType createIRDefinitionType() {
63
    public IRDefinitionType createIRDefinitionType() {
64
        return new IRDefinitionType();
64
        return new IRDefinitionType();
65
    }
65
    }
66
 
66
 
67
    /**
67
    /**
-
 
68
     * Create an instance of {@link CategoryFacetDefinitionType }
-
 
69
     * 
-
 
70
     */
-
 
71
    public CategoryFacetDefinitionType createCategoryFacetDefinitionType() {
-
 
72
        return new CategoryFacetDefinitionType();
-
 
73
    }
-
 
74
 
-
 
75
    /**
68
     * Create an instance of {@link JAXBElement }{@code <}{@link IRDefinitionType }{@code >}}
76
     * Create an instance of {@link JAXBElement }{@code <}{@link IRDefinitionType }{@code >}}
69
     * 
77
     * 
70
     */
78
     */
71
    @XmlElementDecl(namespace = "http://shop2020.in", name = "IRDefinition")
79
    @XmlElementDecl(namespace = "http://shop2020.in", name = "IRDefinition")
72
    public JAXBElement<IRDefinitionType> createIRDefinition(IRDefinitionType value) {
80
    public JAXBElement<IRDefinitionType> createIRDefinition(IRDefinitionType value) {