Class TNF3E.InfNF3E.NFdet.Det.DetItem.GContab

java.lang.Object
systextil.integracao.xml.nf3e.TNF3E.InfNF3E.NFdet.Det.DetItem.GContab
Enclosing class:
TNF3E.InfNF3E.NFdet.Det.DetItem

public static class TNF3E.InfNF3E.NFdet.Det.DetItem.GContab 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="cContab">
                   <simpleType>
                         <restriction base="{http://www.portalfiscal.inf.br/nf3e}TString">
                           <minLength value="9"/>
                           <maxLength value="13"/>
                         </restriction>
                   </simpleType>
                 </element>
                 <element name="xContab">
                   <simpleType>
                         <restriction base="{http://www.portalfiscal.inf.br/nf3e}TString">
                           <maxLength value="100"/>
                           <minLength value="1"/>
                         </restriction>
                   </simpleType>
                 </element>
                 <element name="vContab" type="{http://www.portalfiscal.inf.br/nf3e}TDec_1302"/>
                 <element name="tpLanc">
                   <simpleType>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                           <minLength value="1"/>
                           <maxLength value="1"/>
                           <whiteSpace value="preserve"/>
                           <enumeration value="D"/>
                           <enumeration value="C"/>
                         </restriction>
                   </simpleType>
                 </element>
           </sequence>
         </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • cContab

      protected String cContab
    • xContab

      protected String xContab
    • vContab

      protected String vContab
    • tpLanc

      protected String tpLanc
  • Constructor Details

    • GContab

      public GContab()
  • Method Details

    • getCContab

      public String getCContab()
      Obtem o valor da propriedade cContab.
      Returns:
      possible object is String
    • setCContab

      public void setCContab(String value)
      Define o valor da propriedade cContab.
      Parameters:
      value - allowed object is String
    • getXContab

      public String getXContab()
      Obtem o valor da propriedade xContab.
      Returns:
      possible object is String
    • setXContab

      public void setXContab(String value)
      Define o valor da propriedade xContab.
      Parameters:
      value - allowed object is String
    • getVContab

      public String getVContab()
      Obtem o valor da propriedade vContab.
      Returns:
      possible object is String
    • setVContab

      public void setVContab(String value)
      Define o valor da propriedade vContab.
      Parameters:
      value - allowed object is String
    • getTpLanc

      public String getTpLanc()
      Obtem o valor da propriedade tpLanc.
      Returns:
      possible object is String
    • setTpLanc

      public void setTpLanc(String value)
      Define o valor da propriedade tpLanc.
      Parameters:
      value - allowed object is String