Class TNFe.InfNFe.Compra

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

public static class TNFe.InfNFe.Compra 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="xNEmp" minOccurs="0">
		   <simpleType>
			 <restriction base="{http://www.portalfiscal.inf.br/nfe}TString">
			   <minLength value="1"/>
			   <maxLength value="22"/>
			 </restriction>
		   </simpleType>
		 </element>
		 <element name="xPed" minOccurs="0">
		   <simpleType>
			 <restriction base="{http://www.portalfiscal.inf.br/nfe}TString">
			   <minLength value="1"/>
			   <maxLength value="60"/>
			 </restriction>
		   </simpleType>
		 </element>
		 <element name="xCont" minOccurs="0">
		   <simpleType>
			 <restriction base="{http://www.portalfiscal.inf.br/nfe}TString">
			   <minLength value="1"/>
			   <maxLength value="60"/>
			 </restriction>
		   </simpleType>
		 </element>
	   </sequence>
	 </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • xnEmp

      protected String xnEmp
      Informacao da Nota de Empenho de compras publicas (NT2011/004)
    • xPed

      protected String xPed
      Informacao do pedido
    • xCont

      protected String xCont
      Informacao do contrato
  • Constructor Details

    • Compra

      public Compra()
  • Method Details

    • getXNEmp

      public String getXNEmp()
      Informacao da Nota de Empenho de compras publicas (NT2011/004)
      Returns:
      possible object is String
    • setXNEmp

      public void setXNEmp(String value)
      Define o valor da propriedade xnEmp.
      Parameters:
      value - allowed object is String
      See Also:
    • getXPed

      public String getXPed()
      Informacao do pedido
      Returns:
      possible object is String
    • setXPed

      public void setXPed(String value)
      Define o valor da propriedade xPed.
      Parameters:
      value - allowed object is String
      See Also:
    • getXCont

      public String getXCont()
      Informacao do contrato
      Returns:
      possible object is String
    • setXCont

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