Class TCTe.InfCte.InfCTeNorm.InfDoc.InfNFe
- 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="chave" type="{http://www.portalfiscal.inf.br/cte}TChNFe"/>
<element name="PIN" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<whiteSpace value="preserve"/>
<minLength value="2"/>
<maxLength value="9"/>
<pattern value="[1-9]{1}[0-9]{1,8}"/>
</restriction>
</simpleType>
</element>
<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 List<TUnidCarga> protected List<TUnidadeTransp> protected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetChave()Obtem o valor da propriedade chave.getDPrev()Obtem o valor da propriedade dPrev.Gets the value of the infUnidCarga property.Gets the value of the infUnidTransp property.getPIN()Obtem o valor da propriedade pin.voidDefine o valor da propriedade chave.voidDefine o valor da propriedade dPrev.voidDefine o valor da propriedade pin.
-
Field Details
-
chave
-
pin
-
dPrev
-
infUnidCarga
-
infUnidTransp
-
-
Constructor Details
-
InfNFe
public InfNFe()
-
-
Method Details
-
getChave
Obtem o valor da propriedade chave.- Returns:
- possible object is
String
-
setChave
Define o valor da propriedade chave.- Parameters:
value- allowed object isString
-
getPIN
Obtem o valor da propriedade pin.- Returns:
- possible object is
String
-
setPIN
Define o valor da propriedade pin.- 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
-