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.retConsCad;
3
 
4
import javax.xml.bind.JAXBElement;
5
import javax.xml.bind.annotation.XmlElementDecl;
6
import javax.xml.bind.annotation.XmlRegistry;
7
import javax.xml.namespace.QName;
8
 
9
 
10
/**
11
 * This object contains factory methods for each
12
 * Java content interface and Java element interface
13
 * generated in the br.com.swconsultoria.nfe.schema.retConsCad package.
14
 * <p>An ObjectFactory allows you to programatically
15
 * construct new instances of the Java representation
16
 * for XML content. The Java representation of XML
17
 * content can consist of schema derived interfaces
18
 * and classes representing the binding of schema
19
 * type definitions, element declarations and model
20
 * groups.  Factory methods for each of these are
21
 * provided in this class.
22
 *
23
 */
24
@XmlRegistry
25
public class ObjectFactory {
26
 
27
    private final static QName _RetConsCad_QNAME = new QName("http://www.portalfiscal.inf.br/nfe", "retConsCad");
28
 
29
    /**
30
     * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: br.com.swconsultoria.nfe.schema.retConsCad
31
     *
32
     */
33
    public ObjectFactory() {
34
    }
35
 
36
    /**
37
     * Create an instance of {@link TConsCad }
38
     *
39
     */
40
    public TConsCad createTConsCad() {
41
        return new TConsCad();
42
    }
43
 
44
    /**
45
     * Create an instance of {@link TRetConsCad }
46
     *
47
     */
48
    public TRetConsCad createTRetConsCad() {
49
        return new TRetConsCad();
50
    }
51
 
52
    /**
53
     * Create an instance of {@link TRetConsCad.InfCons }
54
     *
55
     */
56
    public TRetConsCad.InfCons createTRetConsCadInfCons() {
57
        return new TRetConsCad.InfCons();
58
    }
59
 
60
    /**
61
     * Create an instance of {@link TEndereco }
62
     *
63
     */
64
    public TEndereco createTEndereco() {
65
        return new TEndereco();
66
    }
67
 
68
    /**
69
     * Create an instance of {@link TConsCad.InfCons }
70
     *
71
     */
72
    public TConsCad.InfCons createTConsCadInfCons() {
73
        return new TConsCad.InfCons();
74
    }
75
 
76
    /**
77
     * Create an instance of {@link TRetConsCad.InfCons.InfCad }
78
     *
79
     */
80
    public TRetConsCad.InfCons.InfCad createTRetConsCadInfConsInfCad() {
81
        return new TRetConsCad.InfCons.InfCad();
82
    }
83
 
84
    /**
85
     * Create an instance of {@link JAXBElement }{@code <}{@link TRetConsCad }{@code >}
86
     *
87
     * @param value
88
     *     Java instance representing xml element's value.
89
     * @return
90
     *     the new instance of {@link JAXBElement }{@code <}{@link TRetConsCad }{@code >}
91
     */
92
    @XmlElementDecl(namespace = "http://www.portalfiscal.inf.br/nfe", name = "retConsCad")
93
    public JAXBElement<TRetConsCad> createRetConsCad(TRetConsCad value) {
94
        return new JAXBElement<TRetConsCad>(_RetConsCad_QNAME, TRetConsCad.class, null, value);
95
    }
96
 
97
}