Details | Last modification | View Log | RSS feed
| Rev | Author | Line No. | Line |
|---|---|---|---|
| 414 | espaco | 1 | |
| 2 | package br.com.swconsultoria.nfe.schema_4.consStatServ; |
||
| 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.consStatServ 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 _ConsStatServ_QNAME = new QName("http://www.portalfiscal.inf.br/nfe", "consStatServ"); |
||
| 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.consStatServ |
||
| 31 | * |
||
| 32 | */ |
||
| 33 | public ObjectFactory() { |
||
| 34 | } |
||
| 35 | |||
| 36 | /** |
||
| 37 | * Create an instance of {@link TConsStatServ } |
||
| 38 | * |
||
| 39 | */ |
||
| 40 | public TConsStatServ createTConsStatServ() { |
||
| 41 | return new TConsStatServ(); |
||
| 42 | } |
||
| 43 | |||
| 44 | /** |
||
| 45 | * Create an instance of {@link TRetConsStatServ } |
||
| 46 | * |
||
| 47 | */ |
||
| 48 | public TRetConsStatServ createTRetConsStatServ() { |
||
| 49 | return new TRetConsStatServ(); |
||
| 50 | } |
||
| 51 | |||
| 52 | /** |
||
| 53 | * Create an instance of {@link JAXBElement }{@code <}{@link TConsStatServ }{@code >} |
||
| 54 | * |
||
| 55 | * @param value |
||
| 56 | * Java instance representing xml element's value. |
||
| 57 | * @return |
||
| 58 | * the new instance of {@link JAXBElement }{@code <}{@link TConsStatServ }{@code >} |
||
| 59 | */ |
||
| 60 | @XmlElementDecl(namespace = "http://www.portalfiscal.inf.br/nfe", name = "consStatServ") |
||
| 61 | public JAXBElement<TConsStatServ> createConsStatServ(TConsStatServ value) { |
||
| 62 | return new JAXBElement<TConsStatServ>(_ConsStatServ_QNAME, TConsStatServ.class, null, value); |
||
| 63 | } |
||
| 64 | |||
| 65 | } |