All Downloads are FREE. Search and download functionalities are using the official Maven repository.

br.com.swconsultoria.nfe.schema.retdistdfeint.RetDistDFeInt Maven / Gradle / Ivy

There is a newer version: 4.00.34
Show newest version

package br.com.swconsultoria.nfe.schema.retdistdfeint;

import java.util.ArrayList;
import java.util.List;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlAttribute;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlRootElement;
import javax.xml.bind.annotation.XmlSchemaType;
import javax.xml.bind.annotation.XmlType;
import javax.xml.bind.annotation.XmlValue;
import javax.xml.bind.annotation.adapters.CollapsedStringAdapter;
import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter;


/**
 * 

Classe Java de anonymous complex type. * *

O seguinte fragmento do esquema especifica o conteúdo esperado contido dentro desta classe. * *

 * <complexType>
 *   <complexContent>
 *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 *       <sequence>
 *         <element name="tpAmb" type="{http://www.portalfiscal.inf.br/nfe}TAmb"/>
 *         <element name="verAplic" type="{http://www.portalfiscal.inf.br/nfe}TVerAplic"/>
 *         <element name="cStat" type="{http://www.portalfiscal.inf.br/nfe}TStat"/>
 *         <element name="xMotivo" type="{http://www.portalfiscal.inf.br/nfe}TMotivo"/>
 *         <element name="dhResp" type="{http://www.portalfiscal.inf.br/nfe}TDateTimeUTC"/>
 *         <element name="ultNSU" type="{http://www.portalfiscal.inf.br/nfe}TNSU"/>
 *         <element name="maxNSU" type="{http://www.portalfiscal.inf.br/nfe}TNSU"/>
 *         <element name="loteDistDFeInt" minOccurs="0">
 *           <complexType>
 *             <complexContent>
 *               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 *                 <sequence maxOccurs="50">
 *                   <element name="docZip">
 *                     <complexType>
 *                       <simpleContent>
 *                         <extension base="<http://www.w3.org/2001/XMLSchema>base64Binary">
 *                           <attribute name="NSU" use="required" type="{http://www.portalfiscal.inf.br/nfe}TNSU" />
 *                           <attribute name="schema" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
 *                         </extension>
 *                       </simpleContent>
 *                     </complexType>
 *                   </element>
 *                 </sequence>
 *               </restriction>
 *             </complexContent>
 *           </complexType>
 *         </element>
 *       </sequence>
 *       <attribute name="versao" use="required" type="{http://www.portalfiscal.inf.br/nfe}TVerDistDFe" />
 *     </restriction>
 *   </complexContent>
 * </complexType>
 * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "tpAmb", "verAplic", "cStat", "xMotivo", "dhResp", "ultNSU", "maxNSU", "loteDistDFeInt" }) @XmlRootElement(name = "retDistDFeInt", namespace = "http://www.portalfiscal.inf.br/nfe") public class RetDistDFeInt { @XmlElement(namespace = "http://www.portalfiscal.inf.br/nfe", required = true) protected String tpAmb; @XmlElement(namespace = "http://www.portalfiscal.inf.br/nfe", required = true) protected String verAplic; @XmlElement(namespace = "http://www.portalfiscal.inf.br/nfe", required = true) protected String cStat; @XmlElement(namespace = "http://www.portalfiscal.inf.br/nfe", required = true) protected String xMotivo; @XmlElement(namespace = "http://www.portalfiscal.inf.br/nfe", required = true) protected String dhResp; @XmlElement(namespace = "http://www.portalfiscal.inf.br/nfe", required = true) @XmlJavaTypeAdapter(CollapsedStringAdapter.class) @XmlSchemaType(name = "token") protected String ultNSU; @XmlElement(namespace = "http://www.portalfiscal.inf.br/nfe", required = true) @XmlJavaTypeAdapter(CollapsedStringAdapter.class) @XmlSchemaType(name = "token") protected String maxNSU; @XmlElement(namespace = "http://www.portalfiscal.inf.br/nfe") protected RetDistDFeInt.LoteDistDFeInt loteDistDFeInt; @XmlAttribute(name = "versao", required = true) protected String versao; /** * Obtém o valor da propriedade tpAmb. * * @return * possible object is * {@link String } * */ public String getTpAmb() { return tpAmb; } /** * Define o valor da propriedade tpAmb. * * @param value * allowed object is * {@link String } * */ public void setTpAmb(String value) { this.tpAmb = value; } /** * Obtém o valor da propriedade verAplic. * * @return * possible object is * {@link String } * */ public String getVerAplic() { return verAplic; } /** * Define o valor da propriedade verAplic. * * @param value * allowed object is * {@link String } * */ public void setVerAplic(String value) { this.verAplic = value; } /** * Obtém o valor da propriedade cStat. * * @return * possible object is * {@link String } * */ public String getCStat() { return cStat; } /** * Define o valor da propriedade cStat. * * @param value * allowed object is * {@link String } * */ public void setCStat(String value) { this.cStat = value; } /** * Obtém o valor da propriedade xMotivo. * * @return * possible object is * {@link String } * */ public String getXMotivo() { return xMotivo; } /** * Define o valor da propriedade xMotivo. * * @param value * allowed object is * {@link String } * */ public void setXMotivo(String value) { this.xMotivo = value; } /** * Obtém o valor da propriedade dhResp. * * @return * possible object is * {@link String } * */ public String getDhResp() { return dhResp; } /** * Define o valor da propriedade dhResp. * * @param value * allowed object is * {@link String } * */ public void setDhResp(String value) { this.dhResp = value; } /** * Obtém o valor da propriedade ultNSU. * * @return * possible object is * {@link String } * */ public String getUltNSU() { return ultNSU; } /** * Define o valor da propriedade ultNSU. * * @param value * allowed object is * {@link String } * */ public void setUltNSU(String value) { this.ultNSU = value; } /** * Obtém o valor da propriedade maxNSU. * * @return * possible object is * {@link String } * */ public String getMaxNSU() { return maxNSU; } /** * Define o valor da propriedade maxNSU. * * @param value * allowed object is * {@link String } * */ public void setMaxNSU(String value) { this.maxNSU = value; } /** * Obtém o valor da propriedade loteDistDFeInt. * * @return * possible object is * {@link RetDistDFeInt.LoteDistDFeInt } * */ public RetDistDFeInt.LoteDistDFeInt getLoteDistDFeInt() { return loteDistDFeInt; } /** * Define o valor da propriedade loteDistDFeInt. * * @param value * allowed object is * {@link RetDistDFeInt.LoteDistDFeInt } * */ public void setLoteDistDFeInt(RetDistDFeInt.LoteDistDFeInt value) { this.loteDistDFeInt = value; } /** * Obtém o valor da propriedade versao. * * @return * possible object is * {@link String } * */ public String getVersao() { return versao; } /** * Define o valor da propriedade versao. * * @param value * allowed object is * {@link String } * */ public void setVersao(String value) { this.versao = value; } /** *

Classe Java de anonymous complex type. * *

O seguinte fragmento do esquema especifica o conteúdo esperado contido dentro desta classe. * *

     * <complexType>
     *   <complexContent>
     *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
     *       <sequence maxOccurs="50">
     *         <element name="docZip">
     *           <complexType>
     *             <simpleContent>
     *               <extension base="<http://www.w3.org/2001/XMLSchema>base64Binary">
     *                 <attribute name="NSU" use="required" type="{http://www.portalfiscal.inf.br/nfe}TNSU" />
     *                 <attribute name="schema" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     *               </extension>
     *             </simpleContent>
     *           </complexType>
     *         </element>
     *       </sequence>
     *     </restriction>
     *   </complexContent>
     * </complexType>
     * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "docZip" }) public static class LoteDistDFeInt { @XmlElement(namespace = "http://www.portalfiscal.inf.br/nfe", required = true) protected List docZip; /** * Gets the value of the docZip property. * *

* This accessor method returns a reference to the live list, * not a snapshot. Therefore any modification you make to the * returned list will be present inside the JAXB object. * This is why there is not a set method for the docZip property. * *

* For example, to add a new item, do as follows: *

         *    getDocZip().add(newItem);
         * 
* * *

* Objects of the following type(s) are allowed in the list * {@link RetDistDFeInt.LoteDistDFeInt.DocZip } * * */ public List getDocZip() { if (docZip == null) { docZip = new ArrayList(); } return this.docZip; } /** *

Classe Java de anonymous complex type. * *

O seguinte fragmento do esquema especifica o conteúdo esperado contido dentro desta classe. * *

         * <complexType>
         *   <simpleContent>
         *     <extension base="<http://www.w3.org/2001/XMLSchema>base64Binary">
         *       <attribute name="NSU" use="required" type="{http://www.portalfiscal.inf.br/nfe}TNSU" />
         *       <attribute name="schema" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
         *     </extension>
         *   </simpleContent>
         * </complexType>
         * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "value" }) public static class DocZip { @XmlValue protected byte[] value; @XmlAttribute(name = "NSU", required = true) @XmlJavaTypeAdapter(CollapsedStringAdapter.class) protected String nsu; @XmlAttribute(name = "schema", required = true) protected String schema; /** * Obtém o valor da propriedade value. * * @return * possible object is * byte[] */ public byte[] getValue() { return value; } /** * Define o valor da propriedade value. * * @param value * allowed object is * byte[] */ public void setValue(byte[] value) { this.value = value; } /** * Obtém o valor da propriedade nsu. * * @return * possible object is * {@link String } * */ public String getNSU() { return nsu; } /** * Define o valor da propriedade nsu. * * @param value * allowed object is * {@link String } * */ public void setNSU(String value) { this.nsu = value; } /** * Obtém o valor da propriedade schema. * * @return * possible object is * {@link String } * */ public String getSchema() { return schema; } /** * Define o valor da propriedade schema. * * @param value * allowed object is * {@link String } * */ public void setSchema(String value) { this.schema = value; } } } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy