Class TCTe.InfCte.InfCTeNorm.InfDoc.InfOutros
- Enclosing class:
TCTe.InfCte.InfCTeNorm.InfDoc
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="tpDoc">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<whiteSpace value="preserve"/>
<enumeration value="00"/>
<enumeration value="10"/>
<enumeration value="59"/>
<enumeration value="65"/>
<enumeration value="99"/>
</restriction>
</simpleType>
</element>
<element name="descOutros" minOccurs="0">
<simpleType>
<restriction base="{http://www.portalfiscal.inf.br/cte}TString">
<minLength value="1"/>
<maxLength value="100"/>
</restriction>
</simpleType>
</element>
<element name="nDoc" minOccurs="0">
<simpleType>
<restriction base="{http://www.portalfiscal.inf.br/cte}TString">
<minLength value="1"/>
<maxLength value="20"/>
</restriction>
</simpleType>
</element>
<element name="dEmi" type="{http://www.portalfiscal.inf.br/cte}TData" minOccurs="0"/>
<element name="vDocFisc" type="{http://www.portalfiscal.inf.br/cte}TDec_1302Opc" minOccurs="0"/>
<element name="dPrev" type="{http://www.portalfiscal.inf.br/cte}TData" minOccurs="0"/>
<choice>
<element name="infUnidCarga" type="{http://www.portalfiscal.inf.br/cte}TUnidCarga" maxOccurs="unbounded" minOccurs="0"/>
<element name="infUnidTransp" type="{http://www.portalfiscal.inf.br/cte}TUnidadeTransp" maxOccurs="unbounded" minOccurs="0"/>
</choice>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected Stringprotected List<TUnidCarga> protected List<TUnidadeTransp> protected Stringprotected Stringprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetDEmi()Obtem o valor da propriedade dEmi.Obtem o valor da propriedade descOutros.getDPrev()Obtem o valor da propriedade dPrev.Gets the value of the infUnidCarga property.Gets the value of the infUnidTransp property.getNDoc()Obtem o valor da propriedade nDoc.getTpDoc()Obtem o valor da propriedade tpDoc.Obtem o valor da propriedade vDocFisc.voidDefine o valor da propriedade dEmi.voidsetDescOutros(String value) Define o valor da propriedade descOutros.voidDefine o valor da propriedade dPrev.voidDefine o valor da propriedade nDoc.voidDefine o valor da propriedade tpDoc.voidsetVDocFisc(String value) Define o valor da propriedade vDocFisc.
-
Field Details
-
tpDoc
-
descOutros
-
nDoc
-
dEmi
-
vDocFisc
-
dPrev
-
infUnidCarga
-
infUnidTransp
-
-
Constructor Details
-
InfOutros
public InfOutros()
-
-
Method Details
-
getTpDoc
Obtem o valor da propriedade tpDoc.- Returns:
- possible object is
String
-
setTpDoc
Define o valor da propriedade tpDoc.- Parameters:
value- allowed object isString
-
getDescOutros
Obtem o valor da propriedade descOutros.- Returns:
- possible object is
String
-
setDescOutros
Define o valor da propriedade descOutros.- Parameters:
value- allowed object isString
-
getNDoc
Obtem o valor da propriedade nDoc.- Returns:
- possible object is
String
-
setNDoc
Define o valor da propriedade nDoc.- Parameters:
value- allowed object isString
-
getDEmi
Obtem o valor da propriedade dEmi.- Returns:
- possible object is
String
-
setDEmi
Define o valor da propriedade dEmi.- Parameters:
value- allowed object isString
-
getVDocFisc
Obtem o valor da propriedade vDocFisc.- Returns:
- possible object is
String
-
setVDocFisc
Define o valor da propriedade vDocFisc.- Parameters:
value- allowed object isString
-
getDPrev
Obtem o valor da propriedade dPrev.- Returns:
- possible object is
String
-
setDPrev
Define o valor da propriedade dPrev.- Parameters:
value- allowed object isString
-
getInfUnidCarga
Gets the value of the infUnidCarga 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 infUnidCarga property.For example, to add a new item, do as follows:
getInfUnidCarga().add(newItem);Objects of the following type(s) are allowed in the list
TUnidCarga -
getInfUnidTransp
Gets the value of the infUnidTransp 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 infUnidTransp property.For example, to add a new item, do as follows:
getInfUnidTransp().add(newItem);Objects of the following type(s) are allowed in the list
TUnidadeTransp
-