Subversion Repositories SmartDukaan

Rev

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

Rev 8616 Rev 8657
Line 1... Line 1...
1
//
1
//
2
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2 
2
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2 
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: 2013.10.28 at 04:47:09 PM IST 
5
// Generated on: 2013.11.01 at 01:31:38 PM IST 
6
//
6
//
7
 
7
 
8
 
8
 
9
package order;
9
package order;
10
 
10
 
Line 12... Line 12...
12
 
12
 
13
 
13
 
14
/**
14
/**
15
 * This object contains factory methods for each 
15
 * This object contains factory methods for each 
16
 * Java content interface and Java element interface 
16
 * Java content interface and Java element interface 
17
 * generated in the src.in.shop2020.order package. 
17
 * generated in the order package. 
18
 * <p>An ObjectFactory allows you to programatically 
18
 * <p>An ObjectFactory allows you to programatically 
19
 * construct new instances of the Java representation 
19
 * construct new instances of the Java representation 
20
 * for XML content. The Java representation of XML 
20
 * for XML content. The Java representation of XML 
21
 * content can consist of schema derived interfaces 
21
 * content can consist of schema derived interfaces 
22
 * and classes representing the binding of schema 
22
 * and classes representing the binding of schema 
Line 28... Line 28...
28
@XmlRegistry
28
@XmlRegistry
29
public class ObjectFactory {
29
public class ObjectFactory {
30
 
30
 
31
 
31
 
32
    /**
32
    /**
33
     * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: src.in.shop2020.order
33
     * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: order
34
     * 
34
     * 
35
     */
35
     */
36
    public ObjectFactory() {
36
    public ObjectFactory() {
37
    }
37
    }
38
 
38
 
Line 50... Line 50...
50
     */
50
     */
51
    public SaholicAPI.Order createSaholicAPIOrder() {
51
    public SaholicAPI.Order createSaholicAPIOrder() {
52
        return new SaholicAPI.Order();
52
        return new SaholicAPI.Order();
53
    }
53
    }
54
 
54
 
55
}
55
}
56
56