Class TCTeOS.InfCte.InfCTeNorm.Cobr.Fat

java.lang.Object
systextil.integracao.xml.cte.TCTeOS.InfCte.InfCTeNorm.Cobr.Fat
Enclosing class:
TCTeOS.InfCte.InfCTeNorm.Cobr

public static class TCTeOS.InfCte.InfCTeNorm.Cobr.Fat 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="nFat" minOccurs="0">
                   <simpleType>
                         <restriction base="{http://www.portalfiscal.inf.br/cte}TString">
                           <minLength value="1"/>
                           <maxLength value="60"/>
                         </restriction>
                   </simpleType>
                 </element>
                 <element name="vOrig" type="{http://www.portalfiscal.inf.br/cte}TDec_1302Opc" minOccurs="0"/>
                 <element name="vDesc" type="{http://www.portalfiscal.inf.br/cte}TDec_1302Opc" minOccurs="0"/>
                 <element name="vLiq" type="{http://www.portalfiscal.inf.br/cte}TDec_1302Opc" minOccurs="0"/>
           </sequence>
         </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • nFat

      protected String nFat
    • vOrig

      protected String vOrig
    • vDesc

      protected String vDesc
    • vLiq

      protected String vLiq
  • Constructor Details

    • Fat

      public Fat()
  • Method Details

    • getNFat

      public String getNFat()
      Obtem o valor da propriedade nFat.
      Returns:
      possible object is String
    • setNFat

      public void setNFat(String value)
      Define o valor da propriedade nFat.
      Parameters:
      value - allowed object is String
    • getVOrig

      public String getVOrig()
      Obtem o valor da propriedade vOrig.
      Returns:
      possible object is String
    • setVOrig

      public void setVOrig(String value)
      Define o valor da propriedade vOrig.
      Parameters:
      value - allowed object is String
    • getVDesc

      public String getVDesc()
      Obtem o valor da propriedade vDesc.
      Returns:
      possible object is String
    • setVDesc

      public void setVDesc(String value)
      Define o valor da propriedade vDesc.
      Parameters:
      value - allowed object is String
    • getVLiq

      public String getVLiq()
      Obtem o valor da propriedade vLiq.
      Returns:
      possible object is String
    • setVLiq

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