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.distdfeint;
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.distdfeint 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.distdfeint
27
     *
28
     */
29
    public ObjectFactory() {
30
    }
31
 
32
    /**
33
     * Create an instance of {@link DistDFeInt }
34
     *
35
     */
36
    public DistDFeInt createDistDFeInt() {
37
        return new DistDFeInt();
38
    }
39
 
40
    /**
41
     * Create an instance of {@link DistDFeInt.DistNSU }
42
     *
43
     */
44
    public DistDFeInt.DistNSU createDistDFeIntDistNSU() {
45
        return new DistDFeInt.DistNSU();
46
    }
47
 
48
    /**
49
     * Create an instance of {@link DistDFeInt.ConsNSU }
50
     *
51
     */
52
    public DistDFeInt.ConsNSU createDistDFeIntConsNSU() {
53
        return new DistDFeInt.ConsNSU();
54
    }
55
 
56
    /**
57
     * Create an instance of {@link DistDFeInt.ConsChNFe }
58
     *
59
     */
60
    public DistDFeInt.ConsChNFe createDistDFeIntConsChNFe() {
61
        return new DistDFeInt.ConsChNFe();
62
    }
63
 
64
}