Class TANEEL.GHistFat.GGrandFat

java.lang.Object
systextil.integracao.xml.nf3e.TANEEL.GHistFat.GGrandFat
Enclosing class:
TANEEL.GHistFat

public static class TANEEL.GHistFat.GGrandFat 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="CompetFat" type="{http://www.portalfiscal.inf.br/nf3e}TCompet"/>
                 <element name="vFat" type="{http://www.portalfiscal.inf.br/nf3e}TDec_1302_1304"/>
                 <element name="uMed" type="{http://www.portalfiscal.inf.br/nf3e}TUMed"/>
                 <element name="qtdDias">
                   <simpleType>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                           <whiteSpace value="preserve"/>
                           <pattern value="[0-9]{2}"/>
                         </restriction>
                   </simpleType>
                 </element>
           </sequence>
         </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • competFat

      protected String competFat
    • vFat

      protected String vFat
    • uMed

      protected String uMed
    • qtdDias

      protected String qtdDias
  • Constructor Details

    • GGrandFat

      public GGrandFat()
  • Method Details

    • getCompetFat

      public String getCompetFat()
      Obtem o valor da propriedade competFat.
      Returns:
      possible object is String
    • setCompetFat

      public void setCompetFat(String value)
      Define o valor da propriedade competFat.
      Parameters:
      value - allowed object is String
    • getVFat

      public String getVFat()
      Obtem o valor da propriedade vFat.
      Returns:
      possible object is String
    • setVFat

      public void setVFat(String value)
      Define o valor da propriedade vFat.
      Parameters:
      value - allowed object is String
    • getUMed

      public String getUMed()
      Obtem o valor da propriedade uMed.
      Returns:
      possible object is String
    • setUMed

      public void setUMed(String value)
      Define o valor da propriedade uMed.
      Parameters:
      value - allowed object is String
    • getQtdDias

      public String getQtdDias()
      Obtem o valor da propriedade qtdDias.
      Returns:
      possible object is String
    • setQtdDias

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