Class TNF3E.InfNF3E.GSub

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

public static class TNF3E.InfNF3E.GSub 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>
                 <choice>
                   <element name="chNF3e" type="{http://www.portalfiscal.inf.br/nf3e}TChDFe"/>
                   <element name="gNF">
                         <complexType>
                           <complexContent>
                                 <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                                   <sequence>
                                         <element name="CNPJ" type="{http://www.portalfiscal.inf.br/nf3e}TCnpj"/>
                                         <element name="serie">
                                           <simpleType>
                                                 <restriction base="{http://www.portalfiscal.inf.br/nf3e}TString">
                                                   <minLength value="1"/>
                                                   <maxLength value="3"/>
                                                 </restriction>
                                           </simpleType>
                                         </element>
                                         <element name="nNF" type="{http://www.portalfiscal.inf.br/nf3e}TNF"/>
                                         <element name="CompetEmis" type="{http://www.portalfiscal.inf.br/nf3e}TCompet"/>
                                         <element name="CompetApur" type="{http://www.portalfiscal.inf.br/nf3e}TCompet"/>
                                         <element name="hash115" minOccurs="0">
                                           <simpleType>
                                                 <restriction base="{http://www.w3.org/2001/XMLSchema}base64Binary">
                                                   <minLength value="32"/>
                                                   <maxLength value="32"/>
                                                 </restriction>
                                           </simpleType>
                                         </element>
                                   </sequence>
                                 </restriction>
                           </complexContent>
                         </complexType>
                   </element>
                 </choice>
                 <element name="motSub" type="{http://www.portalfiscal.inf.br/nf3e}TMotSub"/>
           </sequence>
         </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • GSub

      public GSub()
  • Method Details

    • getChNF3E

      public String getChNF3E()
      Obtem o valor da propriedade chNF3E.
      Returns:
      possible object is String
    • setChNF3E

      public void setChNF3E(String value)
      Define o valor da propriedade chNF3E.
      Parameters:
      value - allowed object is String
    • getGNF

      public TNF3E.InfNF3E.GSub.GNF getGNF()
      Obtem o valor da propriedade gnf.
      Returns:
      possible object is TNF3E.InfNF3E.GSub.GNF
    • setGNF

      public void setGNF(TNF3E.InfNF3E.GSub.GNF value)
      Define o valor da propriedade gnf.
      Parameters:
      value - allowed object is TNF3E.InfNF3E.GSub.GNF
    • getMotSub

      public String getMotSub()
      Obtem o valor da propriedade motSub.
      Returns:
      possible object is String
    • setMotSub

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