Class TCTe.InfCte.InfCTeNorm.DocAnt.EmiDocAnt.IdDocAnt
- Enclosing class:
TCTe.InfCte.InfCTeNorm.DocAnt.EmiDocAnt
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">
<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>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classClasse Java de anonymous complex type.static classClasse Java de anonymous complex type. -
Field Summary
FieldsModifier and TypeFieldDescription -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the idDocAntEle property.Gets the value of the idDocAntPap property.
-
Field Details
-
idDocAntPap
-
idDocAntEle
-
-
Constructor Details
-
IdDocAnt
public IdDocAnt()
-
-
Method Details
-
getIdDocAntPap
Gets the value of the idDocAntPap 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 idDocAntPap property.For example, to add a new item, do as follows:
getIdDocAntPap().add(newItem);Objects of the following type(s) are allowed in the list
TCTe.InfCte.InfCTeNorm.DocAnt.EmiDocAnt.IdDocAnt.IdDocAntPap -
getIdDocAntEle
Gets the value of the idDocAntEle 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 idDocAntEle property.For example, to add a new item, do as follows:
getIdDocAntEle().add(newItem);Objects of the following type(s) are allowed in the list
TCTe.InfCte.InfCTeNorm.DocAnt.EmiDocAnt.IdDocAnt.IdDocAntEle
-