Package systextil.integracao.xml.cte
Class TCTe.InfCte.InfCTeNorm.DocAnt
java.lang.Object
systextil.integracao.xml.cte.TCTe.InfCte.InfCTeNorm.DocAnt
- Enclosing class:
TCTe.InfCte.InfCTeNorm
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>
<element name="emiDocAnt" maxOccurs="unbounded">
<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>
</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 TypeMethodDescriptionGets the value of the emiDocAnt property.
-
Field Details
-
emiDocAnt
-
-
Constructor Details
-
DocAnt
public DocAnt()
-
-
Method Details
-
getEmiDocAnt
Gets the value of the emiDocAnt 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 emiDocAnt property.For example, to add a new item, do as follows:
getEmiDocAnt().add(newItem);Objects of the following type(s) are allowed in the list
TCTe.InfCte.InfCTeNorm.DocAnt.EmiDocAnt
-