Package systextil.integracao.xml.nfe
Class TNFe.InfNFe.Agropecuario
java.lang.Object
systextil.integracao.xml.nfe.TNFe.InfNFe.Agropecuario
- Enclosing class:
TNFe.InfNFe
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">
<choice>
<element name="defensivo" maxOccurs="20">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="nReceituario">
<simpleType>
<restriction base="{http://www.portalfiscal.inf.br/nfe}TString">
<maxLength value="30"/>
<minLength value="1"/>
</restriction>
</simpleType>
</element>
<element name="CPFRespTec" type="{http://www.portalfiscal.inf.br/nfe}TCpf"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="guiaTransito">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="tpGuia">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<whiteSpace value="preserve"/>
<enumeration value="1"/>
<enumeration value="2"/>
<enumeration value="3"/>
<enumeration value="4"/>
<enumeration value="5"/>
<enumeration value="6"/>
<enumeration value="7"/>
</restriction>
</simpleType>
</element>
<element name="UFGuia" type="{http://www.portalfiscal.inf.br/nfe}TUfEmi"/>
<element name="serieGuia" minOccurs="0">
<simpleType>
<restriction base="{http://www.portalfiscal.inf.br/nfe}TString">
<minLength value="1"/>
<maxLength value="9"/>
</restriction>
</simpleType>
</element>
<element name="nGuia">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<pattern value="[0-9]{1,9}"/>
</restriction>
</simpleType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</choice>
</restriction>
</complexContent>
</complexType>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classClasse Java de anonymous complex type.static classClasse Java de anonymous complex type. -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<TNFe.InfNFe.Agropecuario.Defensivo> Defensivo Agricola / Agrotoxicoprotected TNFe.InfNFe.Agropecuario.GuiaTransitoGuias De Transito de produtos agropecurarios animais, vegetais e de origem florestal. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDefensivo Agricola / Agrotoxico Gets the value of the defensivo property.Guias De Transito de produtos agropecurarios animais, vegetais e de origem florestal.voidDefine o valor da propriedade guiaTransito.
-
Field Details
-
defensivo
Defensivo Agricola / Agrotoxico -
guiaTransito
Guias De Transito de produtos agropecurarios animais, vegetais e de origem florestal.
-
-
Constructor Details
-
Agropecuario
public Agropecuario()
-
-
Method Details
-
getDefensivo
Defensivo Agricola / Agrotoxico Gets the value of the defensivo 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 defensivo property.For example, to add a new item, do as follows:
getDefensivo().add(newItem);
Objects of the following type(s) are allowed in the list
TNFe.InfNFe.Agropecuario.Defensivo- Returns:
- The value of the defensivo property.
-
getGuiaTransito
Guias De Transito de produtos agropecurarios animais, vegetais e de origem florestal.- Returns:
- possible object is
TNFe.InfNFe.Agropecuario.GuiaTransito
-
setGuiaTransito
Define o valor da propriedade guiaTransito.- Parameters:
value- allowed object isTNFe.InfNFe.Agropecuario.GuiaTransito- See Also:
-