Subversion Repositories Integrator Subversion

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
695 blopes 1
 
2
package br.com.swconsultoria.nfe.schema.retEnvEventoCancNFe;
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.retEnvEventoCancNFe 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 _RetEnvEvento_QNAME = new QName("http://www.portalfiscal.inf.br/nfe", "retEnvEvento");
28
    private final static QName _Signature_QNAME = new QName("http://www.w3.org/2000/09/xmldsig#", "Signature");
29
 
30
    /**
31
     * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: br.com.swconsultoria.nfe.schema.retEnvEventoCancNFe
32
     *
33
     */
34
    public ObjectFactory() {
35
    }
36
 
37
    /**
38
     * Create an instance of {@link ReferenceType }
39
     *
40
     */
41
    public ReferenceType createReferenceType() {
42
        return new ReferenceType();
43
    }
44
 
45
    /**
46
     * Create an instance of {@link SignedInfoType }
47
     *
48
     */
49
    public SignedInfoType createSignedInfoType() {
50
        return new SignedInfoType();
51
    }
52
 
53
    /**
54
     * Create an instance of {@link TRetEvento }
55
     *
56
     */
57
    public TRetEvento createTRetEvento() {
58
        return new TRetEvento();
59
    }
60
 
61
    /**
62
     * Create an instance of {@link TEvento }
63
     *
64
     */
65
    public TEvento createTEvento() {
66
        return new TEvento();
67
    }
68
 
69
    /**
70
     * Create an instance of {@link TEvento.InfEvento }
71
     *
72
     */
73
    public TEvento.InfEvento createTEventoInfEvento() {
74
        return new TEvento.InfEvento();
75
    }
76
 
77
    /**
78
     * Create an instance of {@link TRetEnvEvento }
79
     *
80
     */
81
    public TRetEnvEvento createTRetEnvEvento() {
82
        return new TRetEnvEvento();
83
    }
84
 
85
    /**
86
     * Create an instance of {@link TEnvEvento }
87
     *
88
     */
89
    public TEnvEvento createTEnvEvento() {
90
        return new TEnvEvento();
91
    }
92
 
93
    /**
94
     * Create an instance of {@link TProcEvento }
95
     *
96
     */
97
    public TProcEvento createTProcEvento() {
98
        return new TProcEvento();
99
    }
100
 
101
    /**
102
     * Create an instance of {@link SignatureType }
103
     *
104
     */
105
    public SignatureType createSignatureType() {
106
        return new SignatureType();
107
    }
108
 
109
    /**
110
     * Create an instance of {@link SignatureValueType }
111
     *
112
     */
113
    public SignatureValueType createSignatureValueType() {
114
        return new SignatureValueType();
115
    }
116
 
117
    /**
118
     * Create an instance of {@link TransformsType }
119
     *
120
     */
121
    public TransformsType createTransformsType() {
122
        return new TransformsType();
123
    }
124
 
125
    /**
126
     * Create an instance of {@link TransformType }
127
     *
128
     */
129
    public TransformType createTransformType() {
130
        return new TransformType();
131
    }
132
 
133
    /**
134
     * Create an instance of {@link KeyInfoType }
135
     *
136
     */
137
    public KeyInfoType createKeyInfoType() {
138
        return new KeyInfoType();
139
    }
140
 
141
    /**
142
     * Create an instance of {@link X509DataType }
143
     *
144
     */
145
    public X509DataType createX509DataType() {
146
        return new X509DataType();
147
    }
148
 
149
    /**
150
     * Create an instance of {@link ReferenceType.DigestMethod }
151
     *
152
     */
153
    public ReferenceType.DigestMethod createReferenceTypeDigestMethod() {
154
        return new ReferenceType.DigestMethod();
155
    }
156
 
157
    /**
158
     * Create an instance of {@link SignedInfoType.CanonicalizationMethod }
159
     *
160
     */
161
    public SignedInfoType.CanonicalizationMethod createSignedInfoTypeCanonicalizationMethod() {
162
        return new SignedInfoType.CanonicalizationMethod();
163
    }
164
 
165
    /**
166
     * Create an instance of {@link SignedInfoType.SignatureMethod }
167
     *
168
     */
169
    public SignedInfoType.SignatureMethod createSignedInfoTypeSignatureMethod() {
170
        return new SignedInfoType.SignatureMethod();
171
    }
172
 
173
    /**
174
     * Create an instance of {@link TRetEvento.InfEvento }
175
     *
176
     */
177
    public TRetEvento.InfEvento createTRetEventoInfEvento() {
178
        return new TRetEvento.InfEvento();
179
    }
180
 
181
    /**
182
     * Create an instance of {@link TEvento.InfEvento.DetEvento }
183
     *
184
     */
185
    public TEvento.InfEvento.DetEvento createTEventoInfEventoDetEvento() {
186
        return new TEvento.InfEvento.DetEvento();
187
    }
188
 
189
    /**
190
     * Create an instance of {@link JAXBElement }{@code <}{@link TRetEnvEvento }{@code >}
191
     *
192
     * @param value
193
     *     Java instance representing xml element's value.
194
     * @return
195
     *     the new instance of {@link JAXBElement }{@code <}{@link TRetEnvEvento }{@code >}
196
     */
197
    @XmlElementDecl(namespace = "http://www.portalfiscal.inf.br/nfe", name = "retEnvEvento")
198
    public JAXBElement<TRetEnvEvento> createRetEnvEvento(TRetEnvEvento value) {
199
        return new JAXBElement<TRetEnvEvento>(_RetEnvEvento_QNAME, TRetEnvEvento.class, null, value);
200
    }
201
 
202
    /**
203
     * Create an instance of {@link JAXBElement }{@code <}{@link SignatureType }{@code >}
204
     *
205
     * @param value
206
     *     Java instance representing xml element's value.
207
     * @return
208
     *     the new instance of {@link JAXBElement }{@code <}{@link SignatureType }{@code >}
209
     */
210
    @XmlElementDecl(namespace = "http://www.w3.org/2000/09/xmldsig#", name = "Signature")
211
    public JAXBElement<SignatureType> createSignature(SignatureType value) {
212
        return new JAXBElement<SignatureType>(_Signature_QNAME, SignatureType.class, null, value);
213
    }
214
 
215
}