Package systextil.integracao.xml.nf3e
Class TNF3E.InfNF3E.InfAdic
java.lang.Object
systextil.integracao.xml.nf3e.TNF3E.InfNF3E.InfAdic
- Enclosing class:
TNF3E.InfNF3E
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionObtem o valor da propriedade infAdFisco.Gets the value of the infCpl property.voidsetInfAdFisco(String value) Define o valor da propriedade infAdFisco.
-
Field Details
-
infAdFisco
-
infCpl
-
-
Constructor Details
-
InfAdic
public InfAdic()
-
-
Method Details
-
getInfAdFisco
Obtem o valor da propriedade infAdFisco.- Returns:
- possible object is
String
-
setInfAdFisco
Define o valor da propriedade infAdFisco.- Parameters:
value- allowed object isString
-
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
setmethod 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
-