Class TNF3E.InfNF3E.GSCEE
- Enclosing class:
TNF3E.InfNF3E
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="tpPartComp" type="{http://www.portalfiscal.inf.br/nf3e}TPartComp"/>
<element name="gConsumidor" maxOccurs="unbounded">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="idAcessGer">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<whiteSpace value="preserve"/>
<minLength value="2"/>
<maxLength value="20"/>
<pattern value="([!-?]{0}|[!-?]{2,20})?"/>
</restriction>
</simpleType>
</element>
<element name="vPotInst" type="{http://www.portalfiscal.inf.br/nf3e}TDec_0503"/>
<element name="tpFonteEnergia" type="{http://www.portalfiscal.inf.br/nf3e}TFonteEnergia"/>
<sequence maxOccurs="unbounded">
<element name="enerAloc">
<simpleType>
<restriction base="{http://www.portalfiscal.inf.br/nf3e}TDec_0803">
</restriction>
</simpleType>
</element>
<element name="tpPosTar" type="{http://www.portalfiscal.inf.br/nf3e}TPosTarSimples"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<choice>
<element name="gSaldoCred" maxOccurs="3">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="tpPosTar" type="{http://www.portalfiscal.inf.br/nf3e}TPosTarSimples"/>
<element name="vSaldAnt" type="{http://www.portalfiscal.inf.br/nf3e}TDec_1100_1104"/>
<element name="vCredExpirado" type="{http://www.portalfiscal.inf.br/nf3e}TDec_1100_1104"/>
<element name="vSaldAtual" type="{http://www.portalfiscal.inf.br/nf3e}TDec_1100_1104"/>
<sequence minOccurs="0">
<element name="vCredExpirar" type="{http://www.portalfiscal.inf.br/nf3e}TDec_1100_1104"/>
<element name="CompetExpirar" type="{http://www.portalfiscal.inf.br/nf3e}TCompet"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="gTipoSaldo" maxOccurs="10">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="gSaldoCred" maxOccurs="3">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="tpPosTar" type="{http://www.portalfiscal.inf.br/nf3e}TPosTarSimples"/>
<element name="vSaldAnt" type="{http://www.portalfiscal.inf.br/nf3e}TDec_1100_1104"/>
<element name="vCredExpirado" type="{http://www.portalfiscal.inf.br/nf3e}TDec_1100_1104"/>
<element name="vSaldAtual" type="{http://www.portalfiscal.inf.br/nf3e}TDec_1100_1104"/>
<sequence minOccurs="0">
<element name="vCredExpirar" type="{http://www.portalfiscal.inf.br/nf3e}TDec_1100_1104"/>
<element name="CompetExpirar" type="{http://www.portalfiscal.inf.br/nf3e}TCompet"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
<attribute name="nTipoSaldo" use="required">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<whiteSpace value="preserve"/>
<minLength value="1"/>
<maxLength value="3"/>
<pattern value="(0[1-9]|10)"/>
</restriction>
</simpleType>
</attribute>
</restriction>
</complexContent>
</complexType>
</element>
</choice>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classClasse Java de anonymous complex type.static classClasse Java de anonymous complex type.static classClasse Java de anonymous complex type. -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<TNF3E.InfNF3E.GSCEE.GConsumidor> protected List<TNF3E.InfNF3E.GSCEE.GSaldoCred> protected List<TNF3E.InfNF3E.GSCEE.GTipoSaldo> protected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the gConsumidor property.Gets the value of the gSaldoCred property.Gets the value of the gTipoSaldo property.Obtem o valor da propriedade tpPartComp.voidsetTpPartComp(String value) Define o valor da propriedade tpPartComp.
-
Field Details
-
tpPartComp
-
gConsumidor
-
gSaldoCred
-
gTipoSaldo
-
-
Constructor Details
-
GSCEE
public GSCEE()
-
-
Method Details
-
getTpPartComp
Obtem o valor da propriedade tpPartComp.- Returns:
- possible object is
String
-
setTpPartComp
Define o valor da propriedade tpPartComp.- Parameters:
value- allowed object isString
-
getGConsumidor
Gets the value of the gConsumidor 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 gConsumidor property.For example, to add a new item, do as follows:
getGConsumidor().add(newItem);Objects of the following type(s) are allowed in the list
TNF3E.InfNF3E.GSCEE.GConsumidor -
getGSaldoCred
Gets the value of the gSaldoCred 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 gSaldoCred property.For example, to add a new item, do as follows:
getGSaldoCred().add(newItem);Objects of the following type(s) are allowed in the list
TNF3E.InfNF3E.GSCEE.GSaldoCred -
getGTipoSaldo
Gets the value of the gTipoSaldo 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 gTipoSaldo property.For example, to add a new item, do as follows:
getGTipoSaldo().add(newItem);Objects of the following type(s) are allowed in the list
TNF3E.InfNF3E.GSCEE.GTipoSaldo
-