Package systextil.integracao.xml.nf3e
Class TNF3E.InfNF3E.GSCEE.GConsumidor
java.lang.Object
systextil.integracao.xml.nf3e.TNF3E.InfNF3E.GSCEE.GConsumidor
- 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="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>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the enerAlocAndTpPosTar property.Obtem o valor da propriedade idAcessGer.Obtem o valor da propriedade tpFonteEnergia.Obtem o valor da propriedade vPotInst.voidsetIdAcessGer(String value) Define o valor da propriedade idAcessGer.voidsetTpFonteEnergia(String value) Define o valor da propriedade tpFonteEnergia.voidsetVPotInst(String value) Define o valor da propriedade vPotInst.
-
Field Details
-
idAcessGer
-
vPotInst
-
tpFonteEnergia
-
enerAlocAndTpPosTar
-
-
Constructor Details
-
GConsumidor
public GConsumidor()
-
-
Method Details
-
getIdAcessGer
Obtem o valor da propriedade idAcessGer.- Returns:
- possible object is
String
-
setIdAcessGer
Define o valor da propriedade idAcessGer.- Parameters:
value- allowed object isString
-
getVPotInst
Obtem o valor da propriedade vPotInst.- Returns:
- possible object is
String
-
setVPotInst
Define o valor da propriedade vPotInst.- Parameters:
value- allowed object isString
-
getTpFonteEnergia
Obtem o valor da propriedade tpFonteEnergia.- Returns:
- possible object is
String
-
setTpFonteEnergia
Define o valor da propriedade tpFonteEnergia.- Parameters:
value- allowed object isString
-
getEnerAlocAndTpPosTar
Gets the value of the enerAlocAndTpPosTar 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 enerAlocAndTpPosTar property.For example, to add a new item, do as follows:
getEnerAlocAndTpPosTar().add(newItem);Objects of the following type(s) are allowed in the list
JAXBElement<String>JAXBElement<String>
-