Class TNF3E.InfNF3E.GSCEE.GTipoSaldo

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

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

  • Constructor Details

    • GTipoSaldo

      public GTipoSaldo()
  • Method Details

    • 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.GTipoSaldo.GSaldoCred

    • getNTipoSaldo

      public String getNTipoSaldo()
      Obtem o valor da propriedade nTipoSaldo.
      Returns:
      possible object is String
    • setNTipoSaldo

      public void setNTipoSaldo(String value)
      Define o valor da propriedade nTipoSaldo.
      Parameters:
      value - allowed object is String