Subversion Repositories Integrator Subversion

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
414 espaco 1
 
2
package br.com.swconsultoria.nfe.schema.retdistdfeint;
3
 
4
import javax.xml.bind.annotation.XmlRegistry;
5
 
6
 
7
/**
8
 * This object contains factory methods for each
9
 * Java content interface and Java element interface
10
 * generated in the br.com.swconsultoria.nfe.schema.retdistdfeint package.
11
 * <p>An ObjectFactory allows you to programatically
12
 * construct new instances of the Java representation
13
 * for XML content. The Java representation of XML
14
 * content can consist of schema derived interfaces
15
 * and classes representing the binding of schema
16
 * type definitions, element declarations and model
17
 * groups.  Factory methods for each of these are
18
 * provided in this class.
19
 *
20
 */
21
@XmlRegistry
22
public class ObjectFactory {
23
 
24
 
25
    /**
26
     * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: br.com.swconsultoria.nfe.schema.retdistdfeint
27
     *
28
     */
29
    public ObjectFactory() {
30
    }
31
 
32
    /**
33
     * Create an instance of {@link RetDistDFeInt }
34
     *
35
     */
36
    public RetDistDFeInt createRetDistDFeInt() {
37
        return new RetDistDFeInt();
38
    }
39
 
40
    /**
41
     * Create an instance of {@link RetDistDFeInt.LoteDistDFeInt }
42
     *
43
     */
44
    public RetDistDFeInt.LoteDistDFeInt createRetDistDFeIntLoteDistDFeInt() {
45
        return new RetDistDFeInt.LoteDistDFeInt();
46
    }
47
 
48
    /**
49
     * Create an instance of {@link RetDistDFeInt.LoteDistDFeInt.DocZip }
50
     *
51
     */
52
    public RetDistDFeInt.LoteDistDFeInt.DocZip createRetDistDFeIntLoteDistDFeIntDocZip() {
53
        return new RetDistDFeInt.LoteDistDFeInt.DocZip();
54
    }
55
 
56
}