Class TANEEL.GHistFat

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

public static class TANEEL.GHistFat 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="xGrandFat">
                   <simpleType>
                         <restriction base="{http://www.portalfiscal.inf.br/nf3e}TString">
                           <maxLength value="60"/>
                           <minLength value="2"/>
                         </restriction>
                   </simpleType>
                 </element>
                 <element name="gGrandFat" maxOccurs="13" minOccurs="13">
                   <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>
                 </element>
           </sequence>
         </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • GHistFat

      public GHistFat()
  • Method Details

    • getXGrandFat

      public String getXGrandFat()
      Obtem o valor da propriedade xGrandFat.
      Returns:
      possible object is String
    • setXGrandFat

      public void setXGrandFat(String value)
      Define o valor da propriedade xGrandFat.
      Parameters:
      value - allowed object is String
    • getGGrandFat

      public List<TANEEL.GHistFat.GGrandFat> getGGrandFat()
      Gets the value of the gGrandFat property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the gGrandFat property.

      For example, to add a new item, do as follows:

              getGGrandFat().add(newItem);
       

      Objects of the following type(s) are allowed in the list TANEEL.GHistFat.GGrandFat