Package systextil.integracao.xml.cte
Class TCTe.InfCte.InfCTeNorm.DocAnt.EmiDocAnt
java.lang.Object
systextil.integracao.xml.cte.TCTe.InfCte.InfCTeNorm.DocAnt.EmiDocAnt
- Enclosing class:
TCTe.InfCte.InfCTeNorm.DocAnt
Classe Java de anonymous complex type.
O seguinte fragmento do esquema especifica o conteudo esperado contido dentro desta classe.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<choice>
<element name="CNPJ" type="{http://www.portalfiscal.inf.br/cte}TCnpjOpc"/>
<element name="CPF" type="{http://www.portalfiscal.inf.br/cte}TCpf"/>
</choice>
<sequence minOccurs="0">
<element name="IE" type="{http://www.portalfiscal.inf.br/cte}TIe"/>
<element name="UF" type="{http://www.portalfiscal.inf.br/cte}TUf"/>
</sequence>
<element name="xNome">
<simpleType>
<restriction base="{http://www.portalfiscal.inf.br/cte}TString">
<maxLength value="60"/>
<minLength value="1"/>
</restriction>
</simpleType>
</element>
<element name="idDocAnt" maxOccurs="2">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element name="idDocAntPap" maxOccurs="unbounded">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="tpDoc">
<simpleType>
<restriction base="{http://www.portalfiscal.inf.br/cte}TDocAssoc">
</restriction>
</simpleType>
</element>
<element name="serie">
<simpleType>
<restriction base="{http://www.portalfiscal.inf.br/cte}TString">
<minLength value="1"/>
<maxLength value="3"/>
</restriction>
</simpleType>
</element>
<element name="subser" minOccurs="0">
<simpleType>
<restriction base="{http://www.portalfiscal.inf.br/cte}TString">
<minLength value="1"/>
<maxLength value="2"/>
</restriction>
</simpleType>
</element>
<element name="nDoc">
<simpleType>
<restriction base="{http://www.portalfiscal.inf.br/cte}TString">
<minLength value="1"/>
<maxLength value="30"/>
</restriction>
</simpleType>
</element>
<element name="dEmi" type="{http://www.portalfiscal.inf.br/cte}TData"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="idDocAntEle" maxOccurs="unbounded">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="chCTe" type="{http://www.portalfiscal.inf.br/cte}TChNFe"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</choice>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classClasse Java de anonymous complex type. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCNPJ()Obtem o valor da propriedade cnpj.getCPF()Obtem o valor da propriedade cpf.Gets the value of the idDocAnt property.getIE()Obtem o valor da propriedade ie.getUF()Obtem o valor da propriedade uf.getXNome()Obtem o valor da propriedade xNome.voidDefine o valor da propriedade cnpj.voidDefine o valor da propriedade cpf.voidDefine o valor da propriedade ie.voidDefine o valor da propriedade uf.voidDefine o valor da propriedade xNome.
-
Field Details
-
cnpj
-
cpf
-
ie
-
uf
-
xNome
-
idDocAnt
-
-
Constructor Details
-
EmiDocAnt
public EmiDocAnt()
-
-
Method Details
-
getCNPJ
Obtem o valor da propriedade cnpj.- Returns:
- possible object is
String
-
setCNPJ
Define o valor da propriedade cnpj.- Parameters:
value- allowed object isString
-
getCPF
Obtem o valor da propriedade cpf.- Returns:
- possible object is
String
-
setCPF
Define o valor da propriedade cpf.- Parameters:
value- allowed object isString
-
getIE
Obtem o valor da propriedade ie.- Returns:
- possible object is
String
-
setIE
Define o valor da propriedade ie.- Parameters:
value- allowed object isString
-
getUF
Obtem o valor da propriedade uf.- Returns:
- possible object is
TUf
-
setUF
Define o valor da propriedade uf.- Parameters:
value- allowed object isTUf
-
getXNome
Obtem o valor da propriedade xNome.- Returns:
- possible object is
String
-
setXNome
Define o valor da propriedade xNome.- Parameters:
value- allowed object isString
-
getIdDocAnt
Gets the value of the idDocAnt 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
setmethod for the idDocAnt property.For example, to add a new item, do as follows:
getIdDocAnt().add(newItem);Objects of the following type(s) are allowed in the list
TCTe.InfCte.InfCTeNorm.DocAnt.EmiDocAnt.IdDocAnt
-