Class TCTe.InfCte.InfCTeNorm.DocAnt.EmiDocAnt

java.lang.Object
systextil.integracao.xml.cte.TCTe.InfCte.InfCTeNorm.DocAnt.EmiDocAnt
Enclosing class:
TCTe.InfCte.InfCTeNorm.DocAnt

public static class TCTe.InfCte.InfCTeNorm.DocAnt.EmiDocAnt extends Object

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>
 
  • Field Details

  • Constructor Details

    • EmiDocAnt

      public EmiDocAnt()
  • Method Details

    • getCNPJ

      public String getCNPJ()
      Obtem o valor da propriedade cnpj.
      Returns:
      possible object is String
    • setCNPJ

      public void setCNPJ(String value)
      Define o valor da propriedade cnpj.
      Parameters:
      value - allowed object is String
    • getCPF

      public String getCPF()
      Obtem o valor da propriedade cpf.
      Returns:
      possible object is String
    • setCPF

      public void setCPF(String value)
      Define o valor da propriedade cpf.
      Parameters:
      value - allowed object is String
    • getIE

      public String getIE()
      Obtem o valor da propriedade ie.
      Returns:
      possible object is String
    • setIE

      public void setIE(String value)
      Define o valor da propriedade ie.
      Parameters:
      value - allowed object is String
    • getUF

      public TUf getUF()
      Obtem o valor da propriedade uf.
      Returns:
      possible object is TUf
    • setUF

      public void setUF(TUf value)
      Define o valor da propriedade uf.
      Parameters:
      value - allowed object is TUf
    • getXNome

      public String getXNome()
      Obtem o valor da propriedade xNome.
      Returns:
      possible object is String
    • setXNome

      public void setXNome(String value)
      Define o valor da propriedade xNome.
      Parameters:
      value - allowed object is String
    • 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 set method 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