Package systextil.integracao.xml.nf3e
Class TNF3E.InfNF3E.GSCEE.GTipoSaldo
java.lang.Object
systextil.integracao.xml.nf3e.TNF3E.InfNF3E.GSCEE.GTipoSaldo
- Enclosing class:
TNF3E.InfNF3E.GSCEE
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>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classClasse Java de anonymous complex type. -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<TNF3E.InfNF3E.GSCEE.GTipoSaldo.GSaldoCred> protected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the gSaldoCred property.Obtem o valor da propriedade nTipoSaldo.voidsetNTipoSaldo(String value) Define o valor da propriedade nTipoSaldo.
-
Field Details
-
gSaldoCred
-
nTipoSaldo
-
-
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
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.GTipoSaldo.GSaldoCred -
getNTipoSaldo
Obtem o valor da propriedade nTipoSaldo.- Returns:
- possible object is
String
-
setNTipoSaldo
Define o valor da propriedade nTipoSaldo.- Parameters:
value- allowed object isString
-