Blame |
Last modification |
View Log
| Download
| RSS feed
package br.com.swconsultoria.nfe.schema_4.inutNFe;
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.XmlID;
import javax.xml.bind.annotation.XmlSchemaType;
import javax.xml.bind.annotation.XmlType;
import javax.xml.bind.annotation.adapters.CollapsedStringAdapter;
import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter;
/**
* Tipo retorno do Pedido de Inutilização de Numeração da Nota Fiscal Eletrônica
*
* <p>Classe Java de TRetInutNFe complex type.
*
* <p>O seguinte fragmento do esquema especifica o conteúdo esperado contido dentro desta classe.
*
* <pre>
* <complexType name="TRetInutNFe">
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="infInut">
* <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="cUF" type="{http://www.portalfiscal.inf.br/nfe}TCodUfIBGE"/>
* <element name="ano" type="{http://www.portalfiscal.inf.br/nfe}Tano" minOccurs="0"/>
* <element name="CNPJ" type="{http://www.portalfiscal.inf.br/nfe}TCnpj" minOccurs="0"/>
* <element name="mod" type="{http://www.portalfiscal.inf.br/nfe}TMod" minOccurs="0"/>
* <element name="serie" type="{http://www.portalfiscal.inf.br/nfe}TSerie" minOccurs="0"/>
* <element name="nNFIni" type="{http://www.portalfiscal.inf.br/nfe}TNF" minOccurs="0"/>
* <element name="nNFFin" type="{http://www.portalfiscal.inf.br/nfe}TNF" minOccurs="0"/>
* <element name="dhRecbto" type="{http://www.portalfiscal.inf.br/nfe}TDateTimeUTC"/>
* <element name="nProt" type="{http://www.portalfiscal.inf.br/nfe}TProt" minOccurs="0"/>
* </sequence>
* <attribute name="Id" type="{http://www.w3.org/2001/XMLSchema}ID" />
* </restriction>
* </complexContent>
* </complexType>
* </element>
* <element ref="{http://www.w3.org/2000/09/xmldsig#}Signature" minOccurs="0"/>
* </sequence>
* <attribute name="versao" use="required" type="{http://www.portalfiscal.inf.br/nfe}TVerInutNFe" />
* </restriction>
* </complexContent>
* </complexType>
* </pre>
*
*
*/
@XmlAccessorType
(XmlAccessType.
FIELD)
@XmlType
(name =
"TRetInutNFe", namespace =
"http://www.portalfiscal.inf.br/nfe", propOrder =
{
"infInut",
"signature"
})
public class TRetInutNFe
{
@XmlElement
(namespace =
"http://www.portalfiscal.inf.br/nfe", required =
true)
protected TRetInutNFe.
InfInut infInut
;
@XmlElement
(name =
"Signature", namespace =
"http://www.w3.org/2000/09/xmldsig#")
protected SignatureType signature
;
@XmlAttribute
(name =
"versao", required =
true)
@XmlJavaTypeAdapter
(CollapsedStringAdapter.
class)
protected String versao
;
/**
* Obtém o valor da propriedade infInut.
*
* @return
* possible object is
* {@link TRetInutNFe.InfInut }
*
*/
public TRetInutNFe.
InfInut getInfInut
() {
return infInut
;
}
/**
* Define o valor da propriedade infInut.
*
* @param value
* allowed object is
* {@link TRetInutNFe.InfInut }
*
*/
public void setInfInut
(TRetInutNFe.
InfInut value
) {
this.
infInut = value
;
}
/**
* Obtém o valor da propriedade signature.
*
* @return
* possible object is
* {@link SignatureType }
*
*/
public SignatureType getSignature
() {
return signature
;
}
/**
* Define o valor da propriedade signature.
*
* @param value
* allowed object is
* {@link SignatureType }
*
*/
public void setSignature
(SignatureType value
) {
this.
signature = 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
;
}
/**
* <p>Classe Java de anonymous complex type.
*
* <p>O seguinte fragmento do esquema especifica o conteúdo esperado contido dentro desta classe.
*
* <pre>
* <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="cUF" type="{http://www.portalfiscal.inf.br/nfe}TCodUfIBGE"/>
* <element name="ano" type="{http://www.portalfiscal.inf.br/nfe}Tano" minOccurs="0"/>
* <element name="CNPJ" type="{http://www.portalfiscal.inf.br/nfe}TCnpj" minOccurs="0"/>
* <element name="mod" type="{http://www.portalfiscal.inf.br/nfe}TMod" minOccurs="0"/>
* <element name="serie" type="{http://www.portalfiscal.inf.br/nfe}TSerie" minOccurs="0"/>
* <element name="nNFIni" type="{http://www.portalfiscal.inf.br/nfe}TNF" minOccurs="0"/>
* <element name="nNFFin" type="{http://www.portalfiscal.inf.br/nfe}TNF" minOccurs="0"/>
* <element name="dhRecbto" type="{http://www.portalfiscal.inf.br/nfe}TDateTimeUTC"/>
* <element name="nProt" type="{http://www.portalfiscal.inf.br/nfe}TProt" minOccurs="0"/>
* </sequence>
* <attribute name="Id" type="{http://www.w3.org/2001/XMLSchema}ID" />
* </restriction>
* </complexContent>
* </complexType>
* </pre>
*
*
*/
@XmlAccessorType
(XmlAccessType.
FIELD)
@XmlType
(name =
"", propOrder =
{
"tpAmb",
"verAplic",
"cStat",
"xMotivo",
"cuf",
"ano",
"cnpj",
"mod",
"serie",
"nnfIni",
"nnfFin",
"dhRecbto",
"nProt"
})
public static class InfInut
{
@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
(name =
"cUF", namespace =
"http://www.portalfiscal.inf.br/nfe", required =
true)
protected String cuf
;
@XmlElement
(namespace =
"http://www.portalfiscal.inf.br/nfe")
protected String ano
;
@XmlElement
(name =
"CNPJ", namespace =
"http://www.portalfiscal.inf.br/nfe")
protected String cnpj
;
@XmlElement
(namespace =
"http://www.portalfiscal.inf.br/nfe")
protected String mod
;
@XmlElement
(namespace =
"http://www.portalfiscal.inf.br/nfe")
protected String serie
;
@XmlElement
(name =
"nNFIni", namespace =
"http://www.portalfiscal.inf.br/nfe")
protected String nnfIni
;
@XmlElement
(name =
"nNFFin", namespace =
"http://www.portalfiscal.inf.br/nfe")
protected String nnfFin
;
@XmlElement
(namespace =
"http://www.portalfiscal.inf.br/nfe", required =
true)
protected String dhRecbto
;
@XmlElement
(namespace =
"http://www.portalfiscal.inf.br/nfe")
protected String nProt
;
@XmlAttribute
(name =
"Id")
@XmlJavaTypeAdapter
(CollapsedStringAdapter.
class)
@XmlID
@XmlSchemaType
(name =
"ID")
protected String id
;
/**
* 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
;
}
/**
* Obtém o valor da propriedade ano.
*
* @return
* possible object is
* {@link String }
*
*/
public String getAno
() {
return ano
;
}
/**
* Define o valor da propriedade ano.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setAno
(String value
) {
this.
ano = value
;
}
/**
* Obtém o valor da propriedade cnpj.
*
* @return
* possible object is
* {@link String }
*
*/
public String getCNPJ
() {
return cnpj
;
}
/**
* Define o valor da propriedade cnpj.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setCNPJ
(String value
) {
this.
cnpj = value
;
}
/**
* Obtém o valor da propriedade mod.
*
* @return
* possible object is
* {@link String }
*
*/
public String getMod
() {
return mod
;
}
/**
* Define o valor da propriedade mod.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setMod
(String value
) {
this.
mod = value
;
}
/**
* Obtém o valor da propriedade serie.
*
* @return
* possible object is
* {@link String }
*
*/
public String getSerie
() {
return serie
;
}
/**
* Define o valor da propriedade serie.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setSerie
(String value
) {
this.
serie = value
;
}
/**
* Obtém o valor da propriedade nnfIni.
*
* @return
* possible object is
* {@link String }
*
*/
public String getNNFIni
() {
return nnfIni
;
}
/**
* Define o valor da propriedade nnfIni.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setNNFIni
(String value
) {
this.
nnfIni = value
;
}
/**
* Obtém o valor da propriedade nnfFin.
*
* @return
* possible object is
* {@link String }
*
*/
public String getNNFFin
() {
return nnfFin
;
}
/**
* Define o valor da propriedade nnfFin.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setNNFFin
(String value
) {
this.
nnfFin = value
;
}
/**
* Obtém o valor da propriedade dhRecbto.
*
* @return
* possible object is
* {@link String }
*
*/
public String getDhRecbto
() {
return dhRecbto
;
}
/**
* Define o valor da propriedade dhRecbto.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setDhRecbto
(String value
) {
this.
dhRecbto = 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
;
}
/**
* Obtém o valor da propriedade id.
*
* @return
* possible object is
* {@link String }
*
*/
public String getId
() {
return id
;
}
/**
* Define o valor da propriedade id.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setId
(String value
) {
this.
id = value
;
}
}
}