Package systextil.integracao.xml.nf3e
Class TANEEL.GHistFat
java.lang.Object
systextil.integracao.xml.nf3e.TANEEL.GHistFat
- Enclosing class:
TANEEL
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>
-
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 gGrandFat property.Obtem o valor da propriedade xGrandFat.voidsetXGrandFat(String value) Define o valor da propriedade xGrandFat.
-
Field Details
-
xGrandFat
-
gGrandFat
-
-
Constructor Details
-
GHistFat
public GHistFat()
-
-
Method Details
-
getXGrandFat
Obtem o valor da propriedade xGrandFat.- Returns:
- possible object is
String
-
setXGrandFat
Define o valor da propriedade xGrandFat.- Parameters:
value- allowed object isString
-
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
setmethod 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
-