Class TNF3E.InfNF3E.GSCEE

java.lang.Object
systextil.integracao.xml.nf3e.TNF3E.InfNF3E.GSCEE
Enclosing class:
TNF3E.InfNF3E

public static class TNF3E.InfNF3E.GSCEE 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="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>
 
  • Field Details

  • Constructor Details

    • GSCEE

      public GSCEE()
  • Method Details

    • getTpPartComp

      public String getTpPartComp()
      Obtem o valor da propriedade tpPartComp.
      Returns:
      possible object is String
    • setTpPartComp

      public void setTpPartComp(String value)
      Define o valor da propriedade tpPartComp.
      Parameters:
      value - allowed object is String
    • getGConsumidor

      public List<TNF3E.InfNF3E.GSCEE.GConsumidor> 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 set method 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

      public List<TNF3E.InfNF3E.GSCEE.GSaldoCred> 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 set method 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

      public List<TNF3E.InfNF3E.GSCEE.GTipoSaldo> 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 set method 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