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

br.com.swconsultoria.mdfe.schema_300.retConsMDFeNaoEnc.TRetConsMDFeNaoEnc Maven / Gradle / Ivy

The newest version!

package br.com.swconsultoria.mdfe.schema_300.retConsMDFeNaoEnc;

import javax.xml.bind.annotation.*;
import java.util.ArrayList;
import java.util.List;


/**
 * Tipo Retorno de Pedido de Consulta MDF-e não Encerrados
 *
 * 

Classe Java de TRetConsMDFeNaoEnc complex type. * *

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

 * <complexType name="TRetConsMDFeNaoEnc">
 *   <complexContent>
 *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 *       <sequence>
 *         <element name="tpAmb" type="{http://www.portalfiscal.inf.br/mdfe}TAmb"/>
 *         <element name="verAplic" type="{http://www.portalfiscal.inf.br/mdfe}TVerAplic"/>
 *         <element name="cStat" type="{http://www.portalfiscal.inf.br/mdfe}TStat"/>
 *         <element name="xMotivo" type="{http://www.portalfiscal.inf.br/mdfe}TMotivo"/>
 *         <element name="cUF" type="{http://www.portalfiscal.inf.br/mdfe}TCodUfIBGE"/>
 *         <element name="infMDFe" maxOccurs="unbounded" minOccurs="0">
 *           <complexType>
 *             <complexContent>
 *               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 *                 <sequence>
 *                   <element name="chMDFe" type="{http://www.portalfiscal.inf.br/mdfe}TChMDFe"/>
 *                   <element name="nProt" type="{http://www.portalfiscal.inf.br/mdfe}TProt"/>
 *                 </sequence>
 *               </restriction>
 *             </complexContent>
 *           </complexType>
 *         </element>
 *       </sequence>
 *       <attribute name="versao" use="required" type="{http://www.portalfiscal.inf.br/mdfe}TVerConsMDFeNaoEnc" />
 *     </restriction>
 *   </complexContent>
 * </complexType>
 * 
*/ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "TRetConsMDFeNaoEnc", namespace = "http://www.portalfiscal.inf.br/mdfe", propOrder = { "tpAmb", "verAplic", "cStat", "xMotivo", "cuf", "infMDFe" }) public class TRetConsMDFeNaoEnc { @XmlElement(required = true) protected String tpAmb; @XmlElement(required = true) protected String verAplic; @XmlElement(required = true) protected String cStat; @XmlElement(required = true) protected String xMotivo; @XmlElement(name = "cUF", required = true) protected String cuf; protected List infMDFe; @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 cuf. * * @return possible object is * {@link String } */ public String getCUF() { return cuf; } /** * Define o valor da propriedade cuf. * * @param value allowed object is * {@link String } */ public void setCUF(String value) { this.cuf = value; } /** * Gets the value of the infMDFe 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 infMDFe property. * *

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

     *    getInfMDFe().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link InfMDFe } */ public List getInfMDFe() { if (infMDFe == null) { infMDFe = new ArrayList(); } return this.infMDFe; } /** * 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>
     *         <element name="chMDFe" type="{http://www.portalfiscal.inf.br/mdfe}TChMDFe"/>
     *         <element name="nProt" type="{http://www.portalfiscal.inf.br/mdfe}TProt"/>
     *       </sequence>
     *     </restriction>
     *   </complexContent>
     * </complexType>
     * 
*/ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "chMDFe", "nProt" }) public static class InfMDFe { @XmlElement(namespace = "http://www.portalfiscal.inf.br/mdfe", required = true) protected String chMDFe; @XmlElement(namespace = "http://www.portalfiscal.inf.br/mdfe", required = true) protected String nProt; /** * Obtém o valor da propriedade chMDFe. * * @return possible object is * {@link String } */ public String getChMDFe() { return chMDFe; } /** * Define o valor da propriedade chMDFe. * * @param value allowed object is * {@link String } */ public void setChMDFe(String value) { this.chMDFe = value; } /** * Obtém o valor da propriedade nProt. * * @return possible object is * {@link String } */ public String getNProt() { return nProt; } /** * Define o valor da propriedade nProt. * * @param value allowed object is * {@link String } */ public void setNProt(String value) { this.nProt = value; } } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy