Class TNFe.InfNFe.Agropecuario.GuiaTransito

java.lang.Object
systextil.integracao.xml.nfe.TNFe.InfNFe.Agropecuario.GuiaTransito
Enclosing class:
TNFe.InfNFe.Agropecuario

public static class TNFe.InfNFe.Agropecuario.GuiaTransito extends Object

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 Details

    • tpGuia

      protected String 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

      protected TUfEmi ufGuia
    • serieGuia

      protected String serieGuia
      Serie da Guia
    • nGuia

      protected String nGuia
      Numero da Guia
  • Constructor Details

    • GuiaTransito

      public GuiaTransito()
  • Method Details

    • getTpGuia

      public String 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

      public void setTpGuia(String value)
      Define o valor da propriedade tpGuia.
      Parameters:
      value - allowed object is String
      See Also:
    • getUFGuia

      public TUfEmi getUFGuia()
      Obtem o valor da propriedade ufGuia.
      Returns:
      possible object is TUfEmi
    • setUFGuia

      public void setUFGuia(TUfEmi value)
      Define o valor da propriedade ufGuia.
      Parameters:
      value - allowed object is TUfEmi
    • getSerieGuia

      public String getSerieGuia()
      Serie da Guia
      Returns:
      possible object is String
    • setSerieGuia

      public void setSerieGuia(String value)
      Define o valor da propriedade serieGuia.
      Parameters:
      value - allowed object is String
      See Also:
    • getNGuia

      public String getNGuia()
      Numero da Guia
      Returns:
      possible object is String
    • setNGuia

      public void setNGuia(String value)
      Define o valor da propriedade nGuia.
      Parameters:
      value - allowed object is String
      See Also: