Package systextil.integracao.xml.nfe
Class TNFe.InfNFe.Agropecuario.GuiaTransito
java.lang.Object
systextil.integracao.xml.nfe.TNFe.InfNFe.Agropecuario.GuiaTransito
- Enclosing class:
TNFe.InfNFe.Agropecuario
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="tpGuia">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<whiteSpace value="preserve"/>
<enumeration value="1"/>
<enumeration value="2"/>
<enumeration value="3"/>
<enumeration value="4"/>
<enumeration value="5"/>
<enumeration value="6"/>
<enumeration value="7"/>
</restriction>
</simpleType>
</element>
<element name="UFGuia" type="{http://www.portalfiscal.inf.br/nfe}TUfEmi"/>
<element name="serieGuia" minOccurs="0">
<simpleType>
<restriction base="{http://www.portalfiscal.inf.br/nfe}TString">
<minLength value="1"/>
<maxLength value="9"/>
</restriction>
</simpleType>
</element>
<element name="nGuia">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<pattern value="[0-9]{1,9}"/>
</restriction>
</simpleType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetNGuia()Numero da GuiaSerie da GuiaTipo da Guia: 1 - GTA; 2 - TTA; 3 - DTA; 4 - ATV; 5 - PTV; 6 - GTV; 7 - Guia Florestal (DOF, SisFlora - PA e MT, SIAM - MG)Obtem o valor da propriedade ufGuia.voidDefine o valor da propriedade nGuia.voidsetSerieGuia(String value) Define o valor da propriedade serieGuia.voidDefine o valor da propriedade tpGuia.voidDefine o valor da propriedade ufGuia.
-
Field Details
-
tpGuia
Tipo da Guia: 1 - GTA; 2 - TTA; 3 - DTA; 4 - ATV; 5 - PTV; 6 - GTV; 7 - Guia Florestal (DOF, SisFlora - PA e MT, SIAM - MG) -
ufGuia
-
serieGuia
Serie da Guia -
nGuia
Numero da Guia
-
-
Constructor Details
-
GuiaTransito
public GuiaTransito()
-
-
Method Details
-
getTpGuia
Tipo da Guia: 1 - GTA; 2 - TTA; 3 - DTA; 4 - ATV; 5 - PTV; 6 - GTV; 7 - Guia Florestal (DOF, SisFlora - PA e MT, SIAM - MG)- Returns:
- possible object is
String
-
setTpGuia
Define o valor da propriedade tpGuia.- Parameters:
value- allowed object isString- See Also:
-
getUFGuia
Obtem o valor da propriedade ufGuia.- Returns:
- possible object is
TUfEmi
-
setUFGuia
Define o valor da propriedade ufGuia.- Parameters:
value- allowed object isTUfEmi
-
getSerieGuia
Serie da Guia- Returns:
- possible object is
String
-
setSerieGuia
Define o valor da propriedade serieGuia.- Parameters:
value- allowed object isString- See Also:
-
getNGuia
Numero da Guia- Returns:
- possible object is
String
-
setNGuia
Define o valor da propriedade nGuia.- Parameters:
value- allowed object isString- See Also:
-