Class TNF3E.InfNF3E.InfAdic

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

public static class TNF3E.InfNF3E.InfAdic 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="infAdFisco" minOccurs="0">
                   <simpleType>
                         <restriction base="{http://www.portalfiscal.inf.br/nf3e}TString">
                           <maxLength value="2000"/>
                           <minLength value="1"/>
                         </restriction>
                   </simpleType>
                 </element>
                 <element name="infCpl" maxOccurs="5" minOccurs="0">
                   <simpleType>
                         <restriction base="{http://www.portalfiscal.inf.br/nf3e}TString">
                           <minLength value="1"/>
                           <maxLength value="3000"/>
                         </restriction>
                   </simpleType>
                 </element>
           </sequence>
         </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • infAdFisco

      protected String infAdFisco
    • infCpl

      protected List<String> infCpl
  • Constructor Details

    • InfAdic

      public InfAdic()
  • Method Details

    • getInfAdFisco

      public String getInfAdFisco()
      Obtem o valor da propriedade infAdFisco.
      Returns:
      possible object is String
    • setInfAdFisco

      public void setInfAdFisco(String value)
      Define o valor da propriedade infAdFisco.
      Parameters:
      value - allowed object is String
    • getInfCpl

      public List<String> getInfCpl()
      Gets the value of the infCpl 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 infCpl property.

      For example, to add a new item, do as follows:

              getInfCpl().add(newItem);
       

      Objects of the following type(s) are allowed in the list String