Class TNF3E.InfNF3E.GSCEE.GConsumidor

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

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

    • idAcessGer

      protected String idAcessGer
    • vPotInst

      protected String vPotInst
    • tpFonteEnergia

      protected String tpFonteEnergia
    • enerAlocAndTpPosTar

      protected List<javax.xml.bind.JAXBElement<String>> enerAlocAndTpPosTar
  • Constructor Details

    • GConsumidor

      public GConsumidor()
  • Method Details

    • getIdAcessGer

      public String getIdAcessGer()
      Obtem o valor da propriedade idAcessGer.
      Returns:
      possible object is String
    • setIdAcessGer

      public void setIdAcessGer(String value)
      Define o valor da propriedade idAcessGer.
      Parameters:
      value - allowed object is String
    • getVPotInst

      public String getVPotInst()
      Obtem o valor da propriedade vPotInst.
      Returns:
      possible object is String
    • setVPotInst

      public void setVPotInst(String value)
      Define o valor da propriedade vPotInst.
      Parameters:
      value - allowed object is String
    • getTpFonteEnergia

      public String getTpFonteEnergia()
      Obtem o valor da propriedade tpFonteEnergia.
      Returns:
      possible object is String
    • setTpFonteEnergia

      public void setTpFonteEnergia(String value)
      Define o valor da propriedade tpFonteEnergia.
      Parameters:
      value - allowed object is String
    • getEnerAlocAndTpPosTar

      public List<javax.xml.bind.JAXBElement<String>> 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 set method 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>