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_4.retConsStatServ;
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_4.retConsStatServ 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 _RetConsStatServ_QNAME = new QName("http://www.portalfiscal.inf.br/nfe", "retConsStatServ");
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_4.retConsStatServ
31
     *
32
     */
33
    public ObjectFactory() {
34
    }
35
 
36
    /**
37
     * Create an instance of {@link TRetConsStatServ }
38
     *
39
     */
40
    public TRetConsStatServ createTRetConsStatServ() {
41
        return new TRetConsStatServ();
42
    }
43
 
44
    /**
45
     * Create an instance of {@link TConsStatServ }
46
     *
47
     */
48
    public TConsStatServ createTConsStatServ() {
49
        return new TConsStatServ();
50
    }
51
 
52
    /**
53
     * Create an instance of {@link JAXBElement }{@code <}{@link TRetConsStatServ }{@code >}
54
     *
55
     * @param value
56
     *     Java instance representing xml element's value.
57
     * @return
58
     *     the new instance of {@link JAXBElement }{@code <}{@link TRetConsStatServ }{@code >}
59
     */
60
    @XmlElementDecl(namespace = "http://www.portalfiscal.inf.br/nfe", name = "retConsStatServ")
61
    public JAXBElement<TRetConsStatServ> createRetConsStatServ(TRetConsStatServ value) {
62
        return new JAXBElement<TRetConsStatServ>(_RetConsStatServ_QNAME, TRetConsStatServ.class, null, value);
63
    }
64
 
65
}