Package systextil.integracao.xml.nf3e
Class TANEEL
java.lang.Object
systextil.integracao.xml.nf3e.TANEEL
Classe Java de TANEEL complex type.
O seguinte fragmento do esquema especifica o conteudo esperado contido dentro desta classe.
<complexType name="TANEEL">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="gHistFat" maxOccurs="5">
<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>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classClasse Java de anonymous complex type. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the gHistFat property.
-
Field Details
-
gHistFat
-
-
Constructor Details
-
TANEEL
public TANEEL()
-
-
Method Details
-
getGHistFat
Gets the value of the gHistFat 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
setmethod for the gHistFat property.For example, to add a new item, do as follows:
getGHistFat().add(newItem);Objects of the following type(s) are allowed in the list
TANEEL.GHistFat
-